分类: LINUX
2008-05-05 16:10:22
SUBDIRS = simgear base input_output math plot mattplot perform plugins gui zh_CN
AM_CPPFLAGS = ${WX_CXXFLAGS}
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/src/base
bin_PROGRAMS = flashpoint nomoplot performance
flashpoint_SOURCES = App.cpp
flashpoint_LDADD = \
$(top_builddir)/src/gui/libGUI.a \
$(top_builddir)/src/perform/libPerform.a \
$(top_builddir)/src/mattplot/libMattPlot.a \
$(top_builddir)/src/math/libMath.la \
$(top_builddir)/src/input_output/libInputOutput.la \
$(top_builddir)/src/simgear/props/libProperties.la \
$(top_builddir)/src/simgear/xml/libExpat.la \
$(top_builddir)/src/plot/libPlot.a \
${WX_LIBS} $(WIN32_LDADD) ${FLASHPOINT_RES}
flashpoint_DEPENDENCIES = \
$(top_builddir)/src/gui/libGUI.a \
$(top_builddir)/src/perform/libPerform.a \
$(top_builddir)/src/mattplot/libMattPlot.a \
$(top_builddir)/src/math/libMath.la \
$(top_builddir)/src/input_output/libInputOutput.la \
$(top_builddir)/src/simgear/props/libProperties.la \
$(top_builddir)/src/simgear/xml/libExpat.la \
$(top_builddir)/src/plot/libPlot.a \
${FLASHPOINT_RES}
nomoplot_SOURCES = PlotApp.cpp
nomoplot_LDADD = $(top_builddir)/src/mattplot/libMattPlot.a \
$(top_builddir)/src/math/libMath.la \
$(top_builddir)/src/input_output/libInputOutput.la \
$(top_builddir)/src/simgear/props/libProperties.la \
$(top_builddir)/src/simgear/xml/libExpat.la \
${WX_LIBS} $(WIN32_LDADD) ${FLASHPOINT_RES}
nomoplot_DEPENDENCIES = $(top_builddir)/src/mattplot/libMattPlot.a \
$(top_builddir)/src/math/libMath.la \
$(top_builddir)/src/input_output/libInputOutput.la \
$(top_builddir)/src/simgear/props/libProperties.la \
$(top_builddir)/src/simgear/xml/libExpat.la \
$(FLASHPOINT_RES)
flashpoint.res: flashpoint.rc
$(RC) $< -O coff -o $@ $(WX_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/rc
performance_SOURCES = perform.cpp
performance_LDADD = \
$(top_builddir)/src/perform/libPerform.a \
$(top_builddir)/src/input_output/libInputOutput.la \
$(top_builddir)/src/math/libMath.la \
$(top_builddir)/src/base/libBase.la \
$(top_builddir)/src/simgear/props/libProperties.la \
$(top_builddir)/src/simgear/xml/libExpat.la
performance_DEPENDENCIES = \
$(top_builddir)/src/perform/libPerform.a \
$(top_builddir)/src/input_output/libInputOutput.la \
$(top_builddir)/src/math/libMath.la \
$(top_builddir)/src/base/libBase.la \
$(top_builddir)/src/simgear/props/libProperties.la \
$(top_builddir)/src/simgear/xml/libExpat.la
noinst_HEADERS = PlotApp.h App.h
EXTRA_DIST = \
flashpoint.rc