24 lines
361 B
Makefile
24 lines
361 B
Makefile
TOP=../../..
|
|
include $(TOP)/configure/CONFIG
|
|
HOST_WARN=NO
|
|
USR_CFLAGS = -D_NO_PROTO
|
|
|
|
SRCS += closure.c
|
|
SRCS += error.c
|
|
SRCS += lalr.c
|
|
SRCS += lr0.c
|
|
SRCS += main.c
|
|
SRCS += mkpar.c
|
|
SRCS += output.c
|
|
SRCS += reader.c
|
|
SRCS += skeleton.c
|
|
SRCS += symtab.c
|
|
SRCS += verbose.c
|
|
SRCS += warshall.c
|
|
|
|
PROD_HOST = antelope
|
|
|
|
include $(TOP)/configure/RULES
|
|
|
|
inc: $(INSTALL_PROD)
|