1999-06-24 20:40:22 +00:00
|
|
|
noinst_LIBRARIES = libNetwork.a
|
|
|
|
|
1999-11-19 02:10:24 +00:00
|
|
|
libNetwork_a_SOURCES = \
|
|
|
|
iochannel.cxx iochannel.hxx \
|
|
|
|
fg_file.cxx fg_file.hxx \
|
|
|
|
fg_serial.cxx fg_serial.hxx \
|
1999-11-20 00:28:30 +00:00
|
|
|
fg_socket.cxx fg_socket.hxx \
|
1999-11-19 02:10:24 +00:00
|
|
|
protocol.cxx protocol.hxx \
|
1999-11-23 05:47:16 +00:00
|
|
|
native.cxx native.hxx \
|
1999-11-19 02:10:24 +00:00
|
|
|
garmin.cxx garmin.hxx \
|
|
|
|
nmea.cxx nmea.hxx \
|
1999-11-19 03:02:49 +00:00
|
|
|
pve.cxx pve.hxx \
|
2000-01-12 17:30:20 +00:00
|
|
|
rul.cxx rul.hxx
|
1999-06-24 20:40:22 +00:00
|
|
|
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|