simgear/PUI/Makefile.am
1998-06-17 21:32:42 +00:00

26 lines
383 B
Makefile

libdir = ${exec_prefix}/lib
lib_LTLIBRARIES = libPUI.la
libPUI_la_SOURCES = \
pu.h puLocal.h \
complex.cxx \
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)