2004-07-17 08:32:48 +00:00
|
|
|
EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \
|
|
|
|
multiplay.cxx multiplay.hxx
|
|
|
|
|
1999-06-24 20:40:22 +00:00
|
|
|
noinst_LIBRARIES = libNetwork.a
|
|
|
|
|
2002-01-16 23:02:52 +00:00
|
|
|
if ENABLE_JPEG_SERVER
|
|
|
|
JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx
|
|
|
|
else
|
|
|
|
JPEG_SERVER =
|
|
|
|
endif
|
|
|
|
|
2003-03-21 18:47:24 +00:00
|
|
|
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 \
|
2004-12-24 01:23:27 +00:00
|
|
|
ATC-Main.cxx ATC-Main.hxx \
|
2004-11-16 19:47:11 +00:00
|
|
|
ATC-Inputs.cxx ATC-Inputs.hxx \
|
2004-12-24 01:23:27 +00:00
|
|
|
ATC-Outputs.cxx ATC-Outputs.hxx \
|
2001-01-31 21:57:55 +00:00
|
|
|
atlas.cxx atlas.hxx \
|
1999-11-19 02:10:24 +00:00
|
|
|
garmin.cxx garmin.hxx \
|
2001-08-21 21:13:55 +00:00
|
|
|
httpd.cxx httpd.hxx \
|
2002-01-16 23:02:52 +00:00
|
|
|
$(JPEG_SERVER) \
|
2001-01-31 21:57:55 +00:00
|
|
|
joyclient.cxx joyclient.hxx \
|
2003-11-12 10:06:18 +00:00
|
|
|
jsclient.cxx jsclient.hxx \
|
2001-01-31 21:57:55 +00:00
|
|
|
native.cxx native.hxx \
|
2001-07-22 19:51:16 +00:00
|
|
|
native_ctrls.cxx native_ctrls.hxx \
|
2001-09-04 14:38:15 +00:00
|
|
|
native_fdm.cxx native_fdm.hxx \
|
2003-01-15 02:09:10 +00:00
|
|
|
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 \
|
2001-11-30 23:56:28 +00:00
|
|
|
opengc.cxx opengc.hxx opengc_data.hxx \
|
2003-03-21 18:47:24 +00:00
|
|
|
$(MPLAYER_AS) \
|
2000-09-26 23:39:29 +00:00
|
|
|
props.cxx props.hxx \
|
1999-11-19 03:02:49 +00:00
|
|
|
pve.cxx pve.hxx \
|
2000-05-30 17:01:09 +00:00
|
|
|
ray.cxx ray.hxx \
|
2003-03-25 18:47:30 +00:00
|
|
|
rul.cxx rul.hxx \
|
|
|
|
generic.hxx generic.cxx
|
1999-06-24 20:40:22 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|