new installation mechanism
This commit is contained in:
parent
d93bc01d2d
commit
a2fc0c859c
|
@ -1,3 +1,3 @@
|
||||||
Makefile
|
proto.make
|
||||||
eval.c
|
eval.c
|
||||||
states.h
|
states.h
|
||||||
|
|
14
util/ceg/as_parser/eval/proto.make
Normal file
14
util/ceg/as_parser/eval/proto.make
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# $Header$
|
||||||
|
|
||||||
|
#PARAMS do not remove this line!
|
||||||
|
|
||||||
|
SRC_DIR = $(SRC_HOME)/util/ceg/as_parser/eval
|
||||||
|
|
||||||
|
CFLAGS = $(COPTIONS)
|
||||||
|
LDFLAGS = $(LDOPTIONS)
|
||||||
|
|
||||||
|
eval: eval.$(SUF)
|
||||||
|
$(CC) $(LDFLAGS) -o eval eval.$(SUF)
|
||||||
|
|
||||||
|
eval.$(SUF): $(SRC_DIR)/states.h $(SRC_DIR)/eval.c
|
||||||
|
$(CC) -c $(CFLAGS) $(SRC_DIR)/eval.c
|
Loading…
Reference in a new issue