Changed flags, created "clean::" and "all:" deps, cleanup.

This commit is contained in:
Matt Needes
1994-08-23 20:22:37 +00:00
parent 445ed88df8
commit 246da943ba
+4 -1
View File
@@ -3,7 +3,7 @@ include Target.include
include $(EPICS)/config/CONFIG
USR_CFLAGS = -D_NO_PROTO
LDLIBS = -lAs -lca -lCom -lDb -lCom -s
USR_LDLIBS = -lAs -lca -lCom -lDb -lCom -s
LEX = $(ELEX)
YACC = $(EYACC)
@@ -14,6 +14,9 @@ LIBOBJS = asLib.o
LIBNAME = libAs.a
PROD = ascheck
all: install_libs install
$(PROD): $(LIBNAME)
# Extra rule since asLib_lex.c is included in asLib.c
# In my opinion, these objects should really be built
# independently.