programs/dtprintinfo: add automake files
This commit is contained in:
3
cde/programs/dtprintinfo/libUI/Makefile.am
Normal file
3
cde/programs/dtprintinfo/libUI/Makefile.am
Normal file
@@ -0,0 +1,3 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = MotifUI
|
||||
16
cde/programs/dtprintinfo/libUI/MotifUI/Makefile.am
Normal file
16
cde/programs/dtprintinfo/libUI/MotifUI/Makefile.am
Normal file
@@ -0,0 +1,16 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LIBRARIES = libMotifUI.a
|
||||
|
||||
libMotifUI_a_CXXFLAGS = -I.. -DKORNSHELL=\"$(KSH)\"
|
||||
|
||||
if AIX
|
||||
libMotifUI_a_CXXFLAGS = -DHAS_EXCEPTIONS
|
||||
|
||||
libMotifUI_a_SOURCES = Application.C Button.C ComboBoxObj.C \
|
||||
Container.C Debug.c Dialog.C \
|
||||
DtDND.C Group.C HelpSystem.C \
|
||||
Icon.c IconObj.C LabelObj.C \
|
||||
MainWindow.C Menu.C MenuBar.C \
|
||||
MotifThread.C MotifUI.C Prompt.C \
|
||||
ScaleObj.C Sep.C WorkArea.c
|
||||
Reference in New Issue
Block a user