1998-08-25 17:19:13 +00:00
|
|
|
noinst_LIBRARIES = libAirports.a
|
|
|
|
|
2000-03-29 20:21:31 +00:00
|
|
|
noinst_PROGRAMS = buildsimple
|
|
|
|
|
1998-09-14 02:14:00 +00:00
|
|
|
libAirports_a_SOURCES = \
|
|
|
|
simple.cxx simple.hxx
|
1998-08-25 17:19:13 +00:00
|
|
|
|
2000-03-29 20:21:31 +00:00
|
|
|
buildsimple_SOURCES = buildsimple.cxx
|
|
|
|
|
2000-05-27 05:54:02 +00:00
|
|
|
buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
|
2000-03-29 20:21:31 +00:00
|
|
|
|
2000-02-15 03:30:01 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
|