programs/: remove Imakefiles for completed modules
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/14 1998/08/25 12:59:12 mgreess $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = MotifUI
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
INCLUDES = -I. -I./MotifUI
|
||||
|
||||
DEPLIBS = ./MotifUI/libMotifUI.a DepDtClientLibs
|
||||
LOCAL_LIBRARIES = ./MotifUI/libMotifUI.a DtClientLibs
|
||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
||||
|
||||
#ifdef RsArchitecture
|
||||
DEFINES = -DHAS_EXCEPTIONS
|
||||
#endif
|
||||
|
||||
#ifdef AlphaArchitecture
|
||||
DEFINES = -UNO_REGCOMP
|
||||
#endif
|
||||
|
||||
SRCS = BaseUI.C Test.C
|
||||
OBJS = BaseUI.o Test.o
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(Test)
|
||||
|
||||
clean::
|
||||
$(RM) *.map
|
||||
@@ -1,39 +0,0 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user