Converted to new build method.

This commit is contained in:
Janet B. Anderson
2000-01-26 20:32:07 +00:00
parent e30336aee7
commit f3eed80f2d
20 changed files with 102 additions and 332 deletions

View File

@@ -1,5 +1,20 @@
TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#USR_CFLAGS +=
PROD_LIBS += ca
PROD_LIBS += Db
PROD_LIBS += Com
ca_DIR = $(EPICS_BASE_LIB)
Db_DIR = $(EPICS_BASE_LIB)
Com_DIR = $(EPICS_BASE_LIB)
#PROD =
include $(TOP)/configure/RULES_BUILD
#----------------------------------------
# ADD RULES AFTER THIS LINE
include $(TOP)/configure/RULES_ARCHS

View File

@@ -1,19 +0,0 @@
TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#USR_CFLAGS +=
PROD_LIBS += ca
PROD_LIBS += Db
PROD_LIBS += Com
ca_DIR = $(EPICS_BASE_LIB)
Db_DIR = $(EPICS_BASE_LIB)
Com_DIR = $(EPICS_BASE_LIB)
#PROD =
include $(TOP)/configure/RULES_BUILD
#----------------------------------------
# ADD RULES AFTER THIS LINE

View File

@@ -1,12 +0,0 @@
TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#Note that the command line that builds the
#library $(LIBNAME) may be HUGE (>3kB)
#
include $(TOP)/configure/RULES_BUILD
#----------------------------------------
# ADD RULES AFTER THIS LINE