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,8 +2,7 @@ EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG
USR_CFLAGS = -ansi -I../../drv
LDLIBS =
USR_INCLUDES = -I../../drv
SRCS = \
../devAnalytekGpib.c ../devXxDg535Gpib.c ../devXxSkeletonGpib.c \
@@ -22,4 +21,6 @@ LIBOBJS =
TARGETS =
all: install
include $(EPICS)/config/RULES.Vx