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

View File

@@ -2,11 +2,10 @@ EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG
CMPLR = OLD
USR_LDLIBS = -lm -s
USR_CFLAGS = -DXWINDOWS -UvxWorks -I$(OPENWIN)/include
CC = $(oldCC)
USR_INCLUDES = -I$(OPENWIN)/include
USR_CFLAGS = -DXWINDOWS -UvxWorks
SRCS = \
../apCreateShadow.c ../apStatusSync.c ../bfRing.c ../ca_test.c \
@@ -28,4 +27,9 @@ TARGETS = \
apCreateShadow apStatusSync bfRing ca_test calcTest cmdClient \
extrDoc iocLogServer racPrint recListProg recordTest startCArepeater
all: install_libs install
clean::
rm -f $(TARGETS)
include $(EPICS)/config/RULES.Unix