40 lines
996 B
Plaintext
40 lines
996 B
Plaintext
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) $(DEPENDDEFINES)
|
|
|
|
INCLUDES = -I. -I..
|
|
|
|
#ifdef RsArchitecture
|
|
EXTRA_DEFINES = -DHAS_EXCEPTIONS
|
|
#endif
|
|
|
|
CXXEXTRA_DEFINES = -DKORNSHELL=\"$(KORNSHELL)\"
|
|
|
|
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()
|