Fixed
This commit is contained in:
parent
c9c46c1ec1
commit
7d5231279f
|
@ -132,7 +132,7 @@ data.$(SUF): $(SRC_DIR)/ack.h
|
||||||
main.$(SUF): $(SRC_DIR)/main.c
|
main.$(SUF): $(SRC_DIR)/main.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/main.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/main.c
|
||||||
main.$(SUF): $(SRC_DIR)/data.h
|
main.$(SUF): $(SRC_DIR)/data.h
|
||||||
main.$(SUF): $(SRC_DIR)/config/local.h
|
main.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
main.$(SUF): $(SRC_DIR)/trans.h
|
main.$(SUF): $(SRC_DIR)/trans.h
|
||||||
main.$(SUF): $(SRC_DIR)/list.h
|
main.$(SUF): $(SRC_DIR)/list.h
|
||||||
main.$(SUF): $(SRC_DIR)/ack.h
|
main.$(SUF): $(SRC_DIR)/ack.h
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
SRC_DIR = $(SRC_HOME)/util/ceg/as_parser
|
SRC_DIR = $(SRC_HOME)/util/ceg/as_parser
|
||||||
CEGLIB = $(TARGET_HOME)/lib.bin/ceg
|
CEGLIB = $(TARGET_HOME)/lib.bin/ceg
|
||||||
|
|
||||||
IFILES = -I$(EM)/h -I$(EM)/modules/h -I.
|
IFILES = -I$(TARGET_HOME)/h -I$(TARGET_HOME)/modules/h -I.
|
||||||
CFLAGS = $(COPTIONS) -DFLEX $(IFILES)
|
CFLAGS = $(COPTIONS) -DFLEX $(IFILES)
|
||||||
LDFLAGS = $(LDOPTIONS)
|
LDFLAGS = $(LDOPTIONS)
|
||||||
|
|
||||||
GFILES = pars.g
|
GFILES = $(SRC_DIR)/pars.g
|
||||||
OFILES = pars.$(SUF) Lpars.$(SUF) lex.yy.$(SUF) help.$(SUF) conversion.$(SUF)
|
OFILES = pars.$(SUF) Lpars.$(SUF) lex.yy.$(SUF) help.$(SUF) conversion.$(SUF)
|
||||||
LIBS = $(TARGET_HOME)/modules/lib/liballoc.$(LIBSUF)\
|
LIBS = $(TARGET_HOME)/modules/lib/liballoc.$(LIBSUF)\
|
||||||
$(TARGET_HOME)/modules/lib/libprint.$(LIBSUF)\
|
$(TARGET_HOME)/modules/lib/libprint.$(LIBSUF)\
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#PARAMS do not remove this line!
|
#PARAMS do not remove this line!
|
||||||
|
|
||||||
SRC_DIR = $(SRC_HOME)/util/cgg
|
SRC_DIR = $(SRC_HOME)/util/cgg
|
||||||
INCLUDES=-I$(TARGET_HOME)/h
|
INCLUDES=-I$(TARGET_HOME)/h -I$(SRC_DIR) -I.
|
||||||
CFLAGS=$(INCLUDES) $(COPTIONS)
|
CFLAGS=$(INCLUDES) $(COPTIONS)
|
||||||
LDFLAGS=$(LDOPTIONS)
|
LDFLAGS=$(LDOPTIONS)
|
||||||
LINTFLAGS=$(INCLUDES) $(LINTOPTIONS)
|
LINTFLAGS=$(INCLUDES) $(LINTOPTIONS)
|
||||||
|
|
|
@ -125,7 +125,7 @@ main.$(SUF): $(SRC_DIR)/const.h
|
||||||
main.$(SUF): $(TARGET_HOME)/h/out.h
|
main.$(SUF): $(TARGET_HOME)/h/out.h
|
||||||
memory.$(SUF): $(SRC_DIR)/memory.c
|
memory.$(SUF): $(SRC_DIR)/memory.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/memory.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/memory.c
|
||||||
memory.$(SUF): $(TARGET_HOME)/h/local.h
|
memory.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
memory.$(SUF): $(SRC_DIR)/mach.c
|
memory.$(SUF): $(SRC_DIR)/mach.c
|
||||||
memory.$(SUF): $(SRC_DIR)/memory.h
|
memory.$(SUF): $(SRC_DIR)/memory.h
|
||||||
memory.$(SUF): $(SRC_DIR)/debug.h
|
memory.$(SUF): $(SRC_DIR)/debug.h
|
||||||
|
|
|
@ -21,7 +21,7 @@ SOURCES=$(SRC_DIR)/*.h $(SRC_DIR)/cgg.y $(SRC_DIR)/scan.l \
|
||||||
SRC_DIR=$(SRC_HOME)/util/ncgg
|
SRC_DIR=$(SRC_HOME)/util/ncgg
|
||||||
EMH=$(TARGET_HOME)/h
|
EMH=$(TARGET_HOME)/h
|
||||||
MANDIR=$(TARGET_HOME)/man
|
MANDIR=$(TARGET_HOME)/man
|
||||||
INCLUDES=-I$(EMH) -I$(SRC_DIR) -I.
|
INCLUDES=-I$(EMH) -I$(TARGET_HOME)/config -I$(SRC_DIR) -I.
|
||||||
CFLAGS=$(INCLUDES) $(COPTIONS)
|
CFLAGS=$(INCLUDES) $(COPTIONS)
|
||||||
YFLAGS=-d
|
YFLAGS=-d
|
||||||
LDFLAGS=$(LDOPTIONS)
|
LDFLAGS=$(LDOPTIONS)
|
||||||
|
@ -98,7 +98,7 @@ cgg.$(SUF): $(SRC_DIR)/set.h
|
||||||
cgg.$(SUF): $(SRC_DIR)/lookup.h
|
cgg.$(SUF): $(SRC_DIR)/lookup.h
|
||||||
cgg.$(SUF): $(SRC_DIR)/varinfo.h
|
cgg.$(SUF): $(SRC_DIR)/varinfo.h
|
||||||
cgg.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
cgg.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
cgg.$(SUF): $(TARGET_HOME)/h/local.h
|
cgg.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
cgg.$(SUF): $(SRC_DIR)/param.h
|
cgg.$(SUF): $(SRC_DIR)/param.h
|
||||||
subr.$(SUF): $(SRC_DIR)/subr.c
|
subr.$(SUF): $(SRC_DIR)/subr.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/subr.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/subr.c
|
||||||
|
@ -115,7 +115,7 @@ subr.$(SUF): $(SRC_DIR)/property.h
|
||||||
subr.$(SUF): $(SRC_DIR)/lookup.h
|
subr.$(SUF): $(SRC_DIR)/lookup.h
|
||||||
subr.$(SUF): $(SRC_DIR)/reg.h
|
subr.$(SUF): $(SRC_DIR)/reg.h
|
||||||
subr.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
subr.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
subr.$(SUF): $(TARGET_HOME)/h/local.h
|
subr.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
subr.$(SUF): $(SRC_DIR)/param.h
|
subr.$(SUF): $(SRC_DIR)/param.h
|
||||||
main.$(SUF): $(SRC_DIR)/main.c
|
main.$(SUF): $(SRC_DIR)/main.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/main.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/main.c
|
||||||
|
@ -132,7 +132,7 @@ coerc.$(SUF): $(SRC_DIR)/reg.h
|
||||||
coerc.$(SUF): $(SRC_DIR)/property.h
|
coerc.$(SUF): $(SRC_DIR)/property.h
|
||||||
coerc.$(SUF): $(SRC_DIR)/set.h
|
coerc.$(SUF): $(SRC_DIR)/set.h
|
||||||
coerc.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
coerc.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
coerc.$(SUF): $(TARGET_HOME)/h/local.h
|
coerc.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
coerc.$(SUF): $(SRC_DIR)/param.h
|
coerc.$(SUF): $(SRC_DIR)/param.h
|
||||||
coerc.$(SUF): $(SRC_DIR)/assert.h
|
coerc.$(SUF): $(SRC_DIR)/assert.h
|
||||||
enterkeyw.$(SUF): enterkeyw.c
|
enterkeyw.$(SUF): enterkeyw.c
|
||||||
|
@ -145,7 +145,7 @@ emlookup.$(SUF): $(SRC_DIR)/emlookup.c
|
||||||
emlookup.$(SUF): $(TARGET_HOME)/h/em_flag.h
|
emlookup.$(SUF): $(TARGET_HOME)/h/em_flag.h
|
||||||
emlookup.$(SUF): $(SRC_DIR)/expr.h
|
emlookup.$(SUF): $(SRC_DIR)/expr.h
|
||||||
emlookup.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
emlookup.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
emlookup.$(SUF): $(TARGET_HOME)/h/local.h
|
emlookup.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
emlookup.$(SUF): $(SRC_DIR)/param.h
|
emlookup.$(SUF): $(SRC_DIR)/param.h
|
||||||
expr.$(SUF): $(SRC_DIR)/expr.c
|
expr.$(SUF): $(SRC_DIR)/expr.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/expr.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/expr.c
|
||||||
|
@ -160,7 +160,7 @@ expr.$(SUF): $(SRC_DIR)/lookup.h
|
||||||
expr.$(SUF): $(SRC_DIR)/reg.h
|
expr.$(SUF): $(SRC_DIR)/reg.h
|
||||||
expr.$(SUF): $(SRC_DIR)/set.h
|
expr.$(SUF): $(SRC_DIR)/set.h
|
||||||
expr.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
expr.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
expr.$(SUF): $(TARGET_HOME)/h/local.h
|
expr.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
expr.$(SUF): $(SRC_DIR)/param.h
|
expr.$(SUF): $(SRC_DIR)/param.h
|
||||||
expr.$(SUF): $(SRC_DIR)/assert.h
|
expr.$(SUF): $(SRC_DIR)/assert.h
|
||||||
instruct.$(SUF): $(SRC_DIR)/instruct.c
|
instruct.$(SUF): $(SRC_DIR)/instruct.c
|
||||||
|
@ -175,7 +175,7 @@ instruct.$(SUF): $(SRC_DIR)/pseudo.h
|
||||||
instruct.$(SUF): $(SRC_DIR)/cost.h
|
instruct.$(SUF): $(SRC_DIR)/cost.h
|
||||||
instruct.$(SUF): $(SRC_DIR)/instruct.h
|
instruct.$(SUF): $(SRC_DIR)/instruct.h
|
||||||
instruct.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
instruct.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
instruct.$(SUF): $(TARGET_HOME)/h/local.h
|
instruct.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
instruct.$(SUF): $(SRC_DIR)/param.h
|
instruct.$(SUF): $(SRC_DIR)/param.h
|
||||||
iocc.$(SUF): $(SRC_DIR)/iocc.c
|
iocc.$(SUF): $(SRC_DIR)/iocc.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/iocc.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/iocc.c
|
||||||
|
@ -190,14 +190,14 @@ iocc.$(SUF): $(SRC_DIR)/lookup.h
|
||||||
iocc.$(SUF): $(SRC_DIR)/expr.h
|
iocc.$(SUF): $(SRC_DIR)/expr.h
|
||||||
iocc.$(SUF): $(SRC_DIR)/set.h
|
iocc.$(SUF): $(SRC_DIR)/set.h
|
||||||
iocc.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
iocc.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
iocc.$(SUF): $(TARGET_HOME)/h/local.h
|
iocc.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
iocc.$(SUF): $(SRC_DIR)/param.h
|
iocc.$(SUF): $(SRC_DIR)/param.h
|
||||||
iocc.$(SUF): $(SRC_DIR)/assert.h
|
iocc.$(SUF): $(SRC_DIR)/assert.h
|
||||||
lookup.$(SUF): $(SRC_DIR)/lookup.c
|
lookup.$(SUF): $(SRC_DIR)/lookup.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/lookup.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/lookup.c
|
||||||
lookup.$(SUF): $(SRC_DIR)/lookup.h
|
lookup.$(SUF): $(SRC_DIR)/lookup.h
|
||||||
lookup.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
lookup.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
lookup.$(SUF): $(TARGET_HOME)/h/local.h
|
lookup.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
lookup.$(SUF): $(SRC_DIR)/param.h
|
lookup.$(SUF): $(SRC_DIR)/param.h
|
||||||
lookup.$(SUF): $(SRC_DIR)/assert.h
|
lookup.$(SUF): $(SRC_DIR)/assert.h
|
||||||
output.$(SUF): $(SRC_DIR)/output.c
|
output.$(SUF): $(SRC_DIR)/output.c
|
||||||
|
@ -214,7 +214,7 @@ output.$(SUF): $(SRC_DIR)/token.h
|
||||||
output.$(SUF): $(SRC_DIR)/property.h
|
output.$(SUF): $(SRC_DIR)/property.h
|
||||||
output.$(SUF): $(SRC_DIR)/reg.h
|
output.$(SUF): $(SRC_DIR)/reg.h
|
||||||
output.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
output.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
output.$(SUF): $(TARGET_HOME)/h/local.h
|
output.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
output.$(SUF): $(SRC_DIR)/param.h
|
output.$(SUF): $(SRC_DIR)/param.h
|
||||||
output.$(SUF): $(SRC_DIR)/varinfo.h
|
output.$(SUF): $(SRC_DIR)/varinfo.h
|
||||||
output.$(SUF): $(SRC_DIR)/assert.h
|
output.$(SUF): $(SRC_DIR)/assert.h
|
||||||
|
@ -229,12 +229,12 @@ set.$(SUF): $(SRC_DIR)/token.h
|
||||||
set.$(SUF): $(SRC_DIR)/set.h
|
set.$(SUF): $(SRC_DIR)/set.h
|
||||||
set.$(SUF): $(SRC_DIR)/property.h
|
set.$(SUF): $(SRC_DIR)/property.h
|
||||||
set.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
set.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
set.$(SUF): $(TARGET_HOME)/h/local.h
|
set.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
set.$(SUF): $(SRC_DIR)/param.h
|
set.$(SUF): $(SRC_DIR)/param.h
|
||||||
strlookup.$(SUF): $(SRC_DIR)/strlookup.c
|
strlookup.$(SUF): $(SRC_DIR)/strlookup.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/strlookup.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/strlookup.c
|
||||||
strlookup.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
strlookup.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
strlookup.$(SUF): $(TARGET_HOME)/h/local.h
|
strlookup.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
strlookup.$(SUF): $(SRC_DIR)/param.h
|
strlookup.$(SUF): $(SRC_DIR)/param.h
|
||||||
var.$(SUF): $(SRC_DIR)/var.c
|
var.$(SUF): $(SRC_DIR)/var.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/var.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/var.c
|
||||||
|
@ -247,12 +247,12 @@ var.$(SUF): $(SRC_DIR)/token.h
|
||||||
var.$(SUF): $(SRC_DIR)/property.h
|
var.$(SUF): $(SRC_DIR)/property.h
|
||||||
var.$(SUF): $(SRC_DIR)/reg.h
|
var.$(SUF): $(SRC_DIR)/reg.h
|
||||||
var.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
var.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
var.$(SUF): $(TARGET_HOME)/h/local.h
|
var.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
var.$(SUF): $(SRC_DIR)/param.h
|
var.$(SUF): $(SRC_DIR)/param.h
|
||||||
hall.$(SUF): $(SRC_DIR)/hall.c
|
hall.$(SUF): $(SRC_DIR)/hall.c
|
||||||
$(CC) -c $(CFLAGS) $(SRC_DIR)/hall.c
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/hall.c
|
||||||
hall.$(SUF): $(SRC_DIR)/set.h
|
hall.$(SUF): $(SRC_DIR)/set.h
|
||||||
hall.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
hall.$(SUF): $(TARGET_HOME)/h/em_spec.h
|
||||||
hall.$(SUF): $(TARGET_HOME)/h/local.h
|
hall.$(SUF): $(TARGET_HOME)/config/local.h
|
||||||
hall.$(SUF): $(SRC_DIR)/param.h
|
hall.$(SUF): $(SRC_DIR)/param.h
|
||||||
hall.$(SUF): $(SRC_DIR)/assert.h
|
hall.$(SUF): $(SRC_DIR)/assert.h
|
||||||
|
|
Loading…
Reference in a new issue