changes for 3.14; actually config is no longer used

This commit is contained in:
Marty Kraimer
1999-09-13 13:32:59 +00:00
parent 3cf31c2dd3
commit a640ae2ce6
2 changed files with 5 additions and 6 deletions

View File

@@ -13,11 +13,11 @@ DIRS += include
DIRS += cxxTemplates
DIRS += toolsComm
DIRS += makeBaseApp
DIRS += osi
DIRS += libCom
DIRS += libvxWorks
DIRS += cvtDctsdr
DIRS += dbStatic
DIRS += db
DIRS += registry
DIRS += bpt
DIRS += ca
DIRS += util
@@ -27,10 +27,9 @@ DIRS += dbtools
DIRS += rsrv
DIRS += rec
DIRS += as
DIRS += drv
DIRS += dev
DIRS += devOpt
DIRS += iocCore
#FOR NOW JUST BUILD vxWorks dependent stuff
DIRS += vxWorks
#
# if CPLUSPLUS isnt empty then include C++ src codes

View File

@@ -212,7 +212,7 @@ DEPENDS_RULE = -$(COMPILE.cc) $(DEPENDS_FLAG) $^ > DEPENDS
# Include files
INCLUDES = -I. -I.. $(EPICS_INCLUDES) $(USR_INCLUDES) $(TARGET_INCLUDES) $(OP_SYS_INCLUDES)
INCLUDES = $(USR_INCLUDES) -I. -I.. $(EPICS_INCLUDES) $(TARGET_INCLUDES) $(OP_SYS_INCLUDES)
CFLAGS = $(OPT_CFLAGS) $(DEBUG_CFLAGS) $(WARN_CFLAGS) $(TARGET_CFLAGS)\
$(USR_CFLAGS) $(ARCH_DEP_CFLAGS) $(VENDOR_DEP_CFLAGS) $(STATIC_CFLAGS)\