72 lines
2.1 KiB
Prolog
72 lines
2.1 KiB
Prolog
# qmake project generated by QMsDev
|
|
#
|
|
# General settings
|
|
|
|
TEMPLATE = lib
|
|
CONFIG = qt warn_off debug
|
|
TARGET = evtlib
|
|
DESTDIR = $(PASHOME)/user/lib
|
|
INCLUDEPATH = $(EMS_SE_INC)
|
|
DEFINES = ${COMP_FLAG} ${OS_FLAG} ${MAC_FLAG}
|
|
QMAKE_CFLAGS += $(MAKE_DOLLAR) $(MAKE_ANSIFOR)
|
|
QMAKE_CXXFLAGS += $(MAKE_DOLLAR) $(MAKE_ANSIFOR)
|
|
|
|
LIBS= -L$(PASHOME)/user/lib \
|
|
-lm -lsqllib -lcompatlib -lqtext -lsedext -lscadaext\
|
|
-lmelody -lmfcbase -lselib -lpsmlib -lemsformulib
|
|
OBJECTS_DIR = $(PASHOME)/output/evtlib
|
|
|
|
# Input
|
|
|
|
SOURCES = \
|
|
autodev_act.cxx \
|
|
autodev_sub.cxx \
|
|
boper_sub.cxx \
|
|
cplx_T_Line.cpp \
|
|
curve_core.cxx \
|
|
dptch_boper.cxx \
|
|
dptch_core.cxx \
|
|
dptch_fun.cxx \
|
|
dptch_index.cxx \
|
|
evttb_io.cxx \
|
|
evttyp_tb.cxx \
|
|
keyword.cxx \
|
|
msg_core.cxx \
|
|
scenman.cxx \
|
|
sim_audev.cxx \
|
|
sim_clock.cxx \
|
|
sim_line.cxx \
|
|
sim_relay_sub.cxx \
|
|
sim_relay_sub2.cxx \
|
|
sim_relay_sub3.cxx \
|
|
sim_relay_sub4.cxx \
|
|
snapshot_sub.cxx \
|
|
Unix2NT.cxx
|
|
|
|
HEADERS = \
|
|
../../user/include/evtlib/boper_sub.h \
|
|
cplx_T_Line.h \
|
|
../../user/include/evtlib/dptch_boper.h \
|
|
../../user/include/evtlib/dptch_core.h \
|
|
../../user/include/evtlib/dptch_fun.h \
|
|
../../user/include/evtlib/dptch_index.h \
|
|
../../user/comm/evtlib.h \
|
|
../../user/include/pss/evtlib_all_def.h \
|
|
../../user/include/evtlib/evtlib_all_fun.h \
|
|
../../user/include/evtlib/evttb_io.h \
|
|
../../user/include/evtlib/evttyp_tb.h \
|
|
../../user/include/pss/init_scen.h \
|
|
../../user/include/evtlib/keyword.h \
|
|
../../user/include/pss/msg_core.h \
|
|
../../user/include/evtlib/msg_sub.h \
|
|
../../user/include/psmlib/psmlib_all_fun.h \
|
|
../../user/include/pss/scenman.h \
|
|
../../user/include/evtlib/scenman_sub.h \
|
|
../../user/include/evtlib/sim_clock.h \
|
|
../../user/include/evtlib/sim_comm.h \
|
|
../../user/include/evtlib/sim_line.h \
|
|
../../user/include/evtlib/sim_relay_sub.h \
|
|
../../user/include/evtlib/sim_relay_sub2.h \
|
|
../../user/include/evtlib/sim_relay_sub3.h \
|
|
../../user/include/evtlib/sim_relay_sub4.h \
|