new installation mechanism
authorceriel <none@none>
Thu, 5 Sep 1991 11:10:43 +0000 (11:10 +0000)
committerceriel <none@none>
Thu, 5 Sep 1991 11:10:43 +0000 (11:10 +0000)
util/ceg/as_parser/eval/.distr
util/ceg/as_parser/eval/proto.make [new file with mode: 0644]

index 413602e..3c0c649 100644 (file)
@@ -1,3 +1,3 @@
-Makefile
+proto.make
 eval.c
 states.h
diff --git a/util/ceg/as_parser/eval/proto.make b/util/ceg/as_parser/eval/proto.make
new file mode 100644 (file)
index 0000000..4e554d9
--- /dev/null
@@ -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