moved files from /base/include

This commit is contained in:
Marty Kraimer
1996-01-25 21:39:01 +00:00
parent f91c3356ab
commit 341ec908c2
20 changed files with 2954 additions and 0 deletions

17
src/include/Makefile.Unix Executable file
View File

@@ -0,0 +1,17 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
INC += dbDefs.h
INC += camacLib.h
INC += casdef.h
INC += epicsTypes.h
INC += epicsVersion.h
INC += gsd_sync_defs.h
INC += module_types.h
INC += sbufLib.h
INC += shareLib.h
INC += createSoftLinks.sh
INC += bsdProto.h
include $(EPICS)/config/RULES.Unix