install header files
This commit is contained in:
22
src/cas/generic/Makefile
Normal file
22
src/cas/generic/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1.1.1 1996/06/20 00:28:05 jhill
|
||||
# ca server installation
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:34 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP = ../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
|
||||
|
||||
10
src/cas/generic/Makefile.Unix
Normal file
10
src/cas/generic/Makefile.Unix
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
TOP = ../../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
|
||||
INC += casdef.h
|
||||
INC += casEventMask.h
|
||||
INC += gddAppFuncTable.h
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
|
||||
Reference in New Issue
Block a user