]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
More work on the ATC FS hardware interface.
[flightgear.git] / src / Network / Makefile.am
1 EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \
2              multiplay.cxx multiplay.hxx
3
4 noinst_LIBRARIES = libNetwork.a
5
6 if ENABLE_JPEG_SERVER
7 JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx
8 else
9 JPEG_SERVER =
10 endif
11
12 if ENABLE_MPLAYER_AS
13 MPLAYER_AS = multiplay.cxx multiplay.hxx
14 else
15 MPLAYER_AS =
16 endif
17
18 libNetwork_a_SOURCES = \
19         protocol.cxx protocol.hxx \
20         ATC-Main.cxx ATC-Main.hxx \
21         ATC-Inputs.cxx ATC-Inputs.hxx \
22         ATC-Outputs.cxx ATC-Outputs.hxx \
23         atlas.cxx atlas.hxx \
24         garmin.cxx garmin.hxx \
25         httpd.cxx httpd.hxx \
26         $(JPEG_SERVER) \
27         joyclient.cxx joyclient.hxx \
28         jsclient.cxx jsclient.hxx \
29         native.cxx native.hxx \
30         native_ctrls.cxx native_ctrls.hxx \
31         native_fdm.cxx native_fdm.hxx \
32         native_gui.cxx native_gui.hxx \
33         net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx net_gui.hxx \
34         nmea.cxx nmea.hxx \
35         opengc.cxx opengc.hxx opengc_data.hxx \
36         $(MPLAYER_AS) \
37         props.cxx props.hxx \
38         pve.cxx pve.hxx \
39         ray.cxx ray.hxx \
40         rul.cxx rul.hxx \
41         generic.hxx generic.cxx
42
43 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src