Files
epics-base/src/dbStatic/Makefile
2000-02-04 19:12:26 +00:00

50 lines
854 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
# includes to install from this sub-project
#
INC += alarm.h
INC += alarmString.h
INC += dbBase.h
INC += dbFldTypes.h
INC += dbStaticLib.h
INC += link.h
INC += special.h
INC += guigroup.h
# Sources to compile & put into lib:
#
LIBSRCS += dbStaticLib.c
LIBSRCS += dbYacc.c
LIBSRCS += dbPvdLib.c
Db_SRCS += dbStaticNoRun.c
dbStatic_SRCS += dbStaticRun.c
# Library to build:
#
LIBRARY_HOST += Db
LIBRARY_IOC += dbStatic
DLL_LIBS = Com
# Products to build:
#
PROD = dbReadTest dbExpand dbToMenuH dbToRecordtypeH
# libs needed by PROD:
#
PROD_LIBS := Db Com
Db_DIR=.
include $(TOP)/configure/RULES
# Extra rule since dbLexRoutines.c is included in dbYacc.c
dbYacc$(OBJ): dbLex.c ../dbLexRoutines.c
clean::
@$(RM) dbLex.c dbYacc.c
# EOF Makefile.Host for base/src/dbStatic