From 246da943ba815d129fb47cf12d944124c97f6980 Mon Sep 17 00:00:00 2001 From: Matt Needes Date: Tue, 23 Aug 1994 20:22:37 +0000 Subject: [PATCH] Changed flags, created "clean::" and "all:" deps, cleanup. --- src/as/Makefile.Unix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/as/Makefile.Unix b/src/as/Makefile.Unix index e8c86027c..b6019fa4c 100644 --- a/src/as/Makefile.Unix +++ b/src/as/Makefile.Unix @@ -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.