Added "all:" and "clean::" deps, changed flag usage, cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user