1
0
Fork 0
flightgear/PUI/Makefile.am

24 lines
353 B
Text
Raw Normal View History

1998-07-30 23:42:14 +00:00
noinst_LIBRARIES = libPUI.a
1998-06-12 01:04:52 +00:00
1998-07-30 23:42:14 +00:00
libPUI_a_SOURCES = \
1998-06-12 01:04:52 +00:00
pu.h puLocal.h \
1998-06-17 21:32:42 +00:00
complex.cxx \
1998-06-12 01:04:52 +00:00
pu.cxx \
puBox.cxx \
puButton.cxx \
puButtonBox.cxx \
puDialogBox.cxx \
puFrame.cxx \
puInput.cxx \
puInterface.cxx \
puMenuBar.cxx \
puObject.cxx \
puOneShot.cxx \
puPopup.cxx \
puPopupMenu.cxx \
puSlider.cxx \
puText.cxx
INCLUDES += -I$(top_builddir)