Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
37
cde/programs/dtprintinfo/libUI/MotifUI/Imakefile
Normal file
37
cde/programs/dtprintinfo/libUI/MotifUI/Imakefile
Normal file
@@ -0,0 +1,37 @@
|
||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:52:09 drk $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName MotifUI
|
||||
#define LibHeaders NO
|
||||
#define LibInstall NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
||||
|
||||
INCLUDES = -I. -I..
|
||||
|
||||
#ifdef RsArchitecture
|
||||
EXTRA_DEFINES = -DHAS_EXCEPTIONS
|
||||
#endif
|
||||
|
||||
SRCS = 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
|
||||
|
||||
OBJS = Application.o Button.o ComboBoxObj.o \
|
||||
Container.o Debug.o Dialog.o \
|
||||
DtDND.o Group.o HelpSystem.o \
|
||||
Icon.o IconObj.o LabelObj.o \
|
||||
MainWindow.o Menu.o MenuBar.o \
|
||||
MotifThread.o MotifUI.o Prompt.o \
|
||||
ScaleObj.o Sep.o WorkArea.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user