2001-11-07 17:55:04 +00:00
|
|
|
noinst_LIBRARIES = libATC.a
|
|
|
|
|
|
|
|
libATC_a_SOURCES = \
|
2002-03-01 17:39:52 +00:00
|
|
|
ATC.hxx ATC.cxx \
|
|
|
|
ATCdisplay.hxx ATCdisplay.cxx \
|
|
|
|
ATCmgr.hxx ATCmgr.cxx \
|
|
|
|
atis.cxx atis.hxx \
|
|
|
|
atislist.hxx atislist.cxx
|
2001-11-07 17:55:04 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
if OLD_AUTOMAKE
|
2001-11-07 17:55:04 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
2001-12-28 22:29:59 +00:00
|
|
|
else
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
endif
|