ip_spec.h is moved
This commit is contained in:
parent
46964d9dfd
commit
a28c551213
|
@ -14,9 +14,9 @@
|
||||||
extern char *sprintf();
|
extern char *sprintf();
|
||||||
extern FILE *popen();
|
extern FILE *popen();
|
||||||
|
|
||||||
#include <util/ass/ip_spec.h>
|
#include <ip_spec.h>
|
||||||
#include <h/em_spec.h>
|
#include <em_spec.h>
|
||||||
#include <h/em_flag.h>
|
#include <em_flag.h>
|
||||||
|
|
||||||
extern char em_mnem[][4] ;
|
extern char em_mnem[][4] ;
|
||||||
extern char em_flag[] ;
|
extern char em_flag[] ;
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
SRC_DIR = $(SRC_HOME)/util/int/switch
|
SRC_DIR = $(SRC_HOME)/util/int/switch
|
||||||
IP_SPEC = $(SRC_HOME)/etc/ip_spec.t
|
IP_SPEC = $(SRC_HOME)/etc/ip_spec.t
|
||||||
UCFLAGS = -I$(UTIL_HOME) -I$(SRC_HOME) $(COPTIONS)
|
UCFLAGS = -I$(UTIL_HOME)/h $(COPTIONS)
|
||||||
ULDFLAGS = $(ULDOPTIONS)
|
ULDFLAGS = $(ULDOPTIONS)
|
||||||
LINTFLAGS = -I$(UTIL_HOME) -I$(SRC_HOME) $(LINTOPTIONS)
|
LINTFLAGS = -I$(UTIL_HOME)/h $(LINTOPTIONS)
|
||||||
|
|
||||||
SRC = $(SRC_DIR)/mkiswitch.c $(SRC_DIR)/mkswitch.c
|
SRC = $(SRC_DIR)/mkiswitch.c $(SRC_DIR)/mkswitch.c
|
||||||
OBJ = mkiswitch.$(USUF) mkswitch.$(USUF)
|
OBJ = mkiswitch.$(USUF) mkswitch.$(USUF)
|
||||||
|
|
Loading…
Reference in a new issue