Added "all:" and "clean::" deps, changed flag usage, cleanup.

This commit is contained in:
Matt Needes
1994-08-23 20:35:03 +00:00
parent 246da943ba
commit dd3de4d8f0
22 changed files with 106 additions and 50 deletions
+6 -2
View File
@@ -2,9 +2,8 @@ EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG
USR_LDLIBS = -lm -s
USR_LDLIBS =
USR_CFLAGS = -DACCESS_SECURITY -D_NO_PROTO
USR_LDLIBS = -lca -lCom -lDb
SRCS = \
../iocinf.c ../access.c ../test_event.c ../service.c \
@@ -22,4 +21,9 @@ LIBNAME = libca.a
TARGET = caRepeater
all: install_libs install
clean::
rm -f caRepeater
include $(EPICS)/config/RULES.Unix