1
0
Fork 0
flightgear/PUI/Makefile.am

25 lines
375 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
EXTRA_DIST = complex.cxx simple.cxx
1998-07-30 23:42:14 +00:00
libPUI_a_SOURCES = \
1998-06-12 01:04:52 +00:00
pu.h puLocal.h \
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)