55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
.DEPENDENCY_IGNORED_FOR_REUSE: /vobs/mw/mw/lib-sparc_sunos5_32_CC4_ts_debug/libmw32.so %.so
|
|
|
|
PRODUCT = NONE
|
|
CUSTOM_RULES = ${MWROOT}/ie4/trident.template
|
|
|
|
WIN32_SOURCES = \
|
|
nfparse.cxx
|
|
|
|
UNIX_SOURCES = \
|
|
nfinit.cxx
|
|
|
|
SOURCES = \
|
|
${UNIX_SOURCES} \
|
|
${WIN32_SOURCES}
|
|
|
|
PROG = nfparse
|
|
|
|
CPP_OBJS = ${SOURCES:%.C=%.o}
|
|
CPP_OBJS := ${CPP_OBJS:%.cpp=%.o}
|
|
CPP_OBJS := ${CPP_OBJS:%.cxx=%.o}
|
|
OBJS = ${CPP_OBJS:%.c=%.o}
|
|
SRCS=${SOURCES}
|
|
|
|
MWINIT_DEFINES = MWINIT_LITE
|
|
OWN_MAINPROG = TRUE
|
|
|
|
## COMPILE_OPTION can have the values: debug, optimized
|
|
COMPILE_OPTION = debug
|
|
|
|
INCLUDES = $(ROOT)/src/core/include
|
|
|
|
## you may define the following variables
|
|
## RUN.dir : the directory where you want the executables to go
|
|
## APP_CFLAGS : additional compilation flags for C compiler
|
|
## APP_CCPPFLAGS: additional compilation flags for C++ compiler
|
|
## APP_LDFLAGS : additional link flags (maybe specifying DLLs)
|
|
## MWINIT_DEFINES : list of -D<symbols> used to initialize
|
|
## Mainwin in certain specific ways
|
|
## MWLOCALES: list of country codes corresponding to the
|
|
## resources you have prepared in the res subdirectory
|
|
##
|
|
|
|
PROJECT_CFLAGS = \
|
|
-I. \
|
|
-I${F3_DIR}/include \
|
|
-I${CORE_DIR}/include \
|
|
-I${CORE_DIR}/cdutil \
|
|
-I${CORE_DIR}/misc
|
|
|
|
__cplusplus = true
|
|
|
|
|
|
include $(MWHOME)/make.rules.simple
|
|
|