simgear/PUI/Makefile.am

26 lines
383 B
Makefile
Raw Normal View History

1998-06-12 09:04:52 +08:00
libdir = ${exec_prefix}/lib
1998-06-12 22:26:19 +08:00
lib_LTLIBRARIES = libPUI.la
1998-06-12 09:04:52 +08:00
1998-06-12 22:26:19 +08:00
libPUI_la_SOURCES = \
1998-06-12 09:04:52 +08:00
pu.h puLocal.h \
1998-06-18 05:32:42 +08:00
complex.cxx \
1998-06-12 09:04:52 +08: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)