install header files

This commit is contained in:
Jeff Hill
1996-06-26 21:20:22 +00:00
parent 7121929f1e
commit eb437e162f
2 changed files with 32 additions and 0 deletions

22
src/cas/generic/Makefile Normal file
View 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

View 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