Committing so Matt Needs can work.
This commit is contained in:
@@ -6,8 +6,6 @@ SKELETON_FILE=.epicsUnix/share/bin/flex.skel.static
|
||||
|
||||
USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
|
||||
|
||||
T_ARCH = sun4
|
||||
|
||||
LDLIBS = -s
|
||||
|
||||
CC = cc
|
||||
@@ -17,15 +15,17 @@ SRCS = \
|
||||
misc.c nfa.c parse.c scan.c sym.c \
|
||||
tblcmp.c yylex.c
|
||||
|
||||
LIBOBJS =
|
||||
|
||||
OBJS = \
|
||||
$(OBDIR)/ccl.o $(OBDIR)/dfa.o $(OBDIR)/ecs.o \
|
||||
$(OBDIR)/gen.o $(OBDIR)/main.o $(OBDIR)/misc.o \
|
||||
$(OBDIR)/nfa.o $(OBDIR)/parse.o $(OBDIR)/scan.o \
|
||||
$(OBDIR)/sym.o $(OBDIR)/tblcmp.o $(OBDIR)/yylex.o
|
||||
|
||||
TARGET = $(OBDIR)/e_flex
|
||||
PROD = $(OBDIR)/e_flex
|
||||
|
||||
all :: parse.h parse.c $(TARGET)
|
||||
all :: parse.h parse.c $(PROD)
|
||||
|
||||
parse.h parse.c : parse.y
|
||||
rm -f parse.h parse.c
|
||||
@@ -34,4 +34,4 @@ parse.h parse.c : parse.y
|
||||
@mv y.tab.h parse.h
|
||||
|
||||
|
||||
include $(EPICS)/config/RULES
|
||||
include $(EPICS)/config/RULES.Unix
|
||||
|
||||
Reference in New Issue
Block a user