1
0
Fork 0
flightgear/src/Network/Makefile.am

42 lines
971 B
Text
Raw Normal View History

EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \
multiplay.cxx multiplay.hxx
1999-06-24 20:40:22 +00:00
noinst_LIBRARIES = libNetwork.a
if ENABLE_JPEG_SERVER
JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx
else
JPEG_SERVER =
endif
if ENABLE_MPLAYER_AS
MPLAYER_AS = multiplay.cxx multiplay.hxx
else
MPLAYER_AS =
endif
1999-11-19 02:10:24 +00:00
libNetwork_a_SOURCES = \
protocol.cxx protocol.hxx \
atc610x.cxx atc610x.hxx \
atlas.cxx atlas.hxx \
1999-11-19 02:10:24 +00:00
garmin.cxx garmin.hxx \
httpd.cxx httpd.hxx \
$(JPEG_SERVER) \
joyclient.cxx joyclient.hxx \
jsclient.cxx jsclient.hxx \
native.cxx native.hxx \
native_ctrls.cxx native_ctrls.hxx \
native_fdm.cxx native_fdm.hxx \
native_gui.cxx native_gui.hxx \
2003-05-15 15:12:39 +00:00
net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx net_gui.hxx \
2002-02-05 22:28:31 +00:00
nmea.cxx nmea.hxx \
opengc.cxx opengc.hxx opengc_data.hxx \
$(MPLAYER_AS) \
props.cxx props.hxx \
pve.cxx pve.hxx \
ray.cxx ray.hxx \
rul.cxx rul.hxx \
generic.hxx generic.cxx
1999-06-24 20:40:22 +00:00
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src