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,8 +2,7 @@ EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG
USR_CFLAGS = -ansi -I../../drv
LDLIBS =
USR_INCLUDES = -I../../drv
SRCS = \
../devAiDvx2502.c ../devAiSoft.c ../devAiSoftRaw.c \
@@ -61,4 +60,9 @@ LIBOBJS =
PROD = devSup
all: install
clean::
rm -f devSup
include $(EPICS)/config/RULES.Vx