a3433fbc6c
Also includes some whitespace cleanup of the remaining legacy ATC code.
13 lines
324 B
Makefile
13 lines
324 B
Makefile
noinst_LIBRARIES = libATCDCL.a
|
|
|
|
libATCDCL_a_SOURCES = \
|
|
ATC.hxx ATC.cxx \
|
|
atis.hxx atis.cxx \
|
|
commlist.hxx commlist.cxx \
|
|
ATCDialog.hxx ATCDialog.cxx \
|
|
ATCVoice.hxx ATCVoice.cxx \
|
|
ATCmgr.hxx ATCmgr.cxx \
|
|
ATCutils.hxx ATCutils.cxx \
|
|
ATCProjection.hxx ATCProjection.cxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|