Files
cdesktop/cde/programs/dtmail/MotifApp/Makefile.am
Jon Trulson e10d06f210 configure/Makefiles: add checks for Xmu, Xext, and Xdmcp
We also remove sun pro specific options, and do some general cleanup
as well as remove hardcoded library refs like -lXm, -lXext, etc...
2021-12-21 16:42:22 -07:00

24 lines
826 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libMotifApp.a
libMotifApp_a_CXXFLAGS = -I../include/MotifApp -I../include -I../include/utils
libMotifApp_a_SOURCES = Application.C AskFirstCmd.C \
BasicComponent.C BusyPixmap.C \
ButtonInterface.C Cmd.C \
CmdInterface.C CmdList.C \
DialogManager.C Help.C \
IconifyCmd.C InfoDialogManager.C \
InterruptibleCmd.C Main.C \
MainWindow.C ManageCmd.C \
MenuBar.C MenuWindow.C \
MotifCmds.C NoUndoCmd.C \
PixmapCycler.C PromptDialogManager.C \
QuestionDialogManager.C QuitCmd.C \
ScrollingList.C SelectFileCmd.C \
ToggleButtonInterface.C UIComponent.C \
UndoCmd.C WarnNoUndoCmd.C \
WorkingDialogManager.C