new installation mechanism
This commit is contained in:
parent
cc4654a716
commit
e83c5d93c9
@ -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…
x
Reference in New Issue
Block a user