1998-07-31 07:42:14 +08:00
|
|
|
noinst_LIBRARIES = libPUI.a
|
1998-06-12 09:04:52 +08:00
|
|
|
|
1998-09-09 05:39:34 +08:00
|
|
|
EXTRA_DIST = complex.cxx simple.cxx
|
|
|
|
|
1998-07-31 07:42:14 +08:00
|
|
|
libPUI_a_SOURCES = \
|
1998-06-12 09:04:52 +08: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)
|
|
|
|
|