new way to build
This commit is contained in:
@@ -3,16 +3,4 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
HOST_WARN=NO
|
||||
|
||||
USR_CFLAGS = -D_NO_PROTO
|
||||
|
||||
SRCS= closure.c error.c lalr.c lr0.c main.c \
|
||||
mkpar.c output.c reader.c skeleton.c \
|
||||
symtab.c verbose.c warshall.c
|
||||
|
||||
PROD_DEFAULT=antelope
|
||||
PROD_vxWorks= -nil-
|
||||
|
||||
include $(TOP)/configure/RULES_BUILD
|
||||
|
||||
include $(TOP)/configure/RULES_ARCHS
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
HOST_WARN=NO
|
||||
|
||||
USR_CFLAGS = -D_NO_PROTO
|
||||
|
||||
SRCS= closure.c error.c lalr.c lr0.c main.c \
|
||||
mkpar.c output.c reader.c skeleton.c \
|
||||
symtab.c verbose.c warshall.c
|
||||
|
||||
PROD = antelope
|
||||
|
||||
include $(TOP)/configure/RULES_BUILD
|
||||
|
||||
Reference in New Issue
Block a user