programs/: remove Imakefiles for completed modules

This commit is contained in:
Jon Trulson
2021-07-03 19:12:43 -06:00
parent 7aa24b086a
commit 51646fb06a
167 changed files with 0 additions and 8348 deletions

View File

@@ -1,31 +0,0 @@
XCOMM $TOG: Imakefile /main/5 1998/08/25 12:59:24 mgreess $
#define CplusplusSource YES
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
SUBDIRS = PrintObj
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
INCLUDES = -I. -I.. -I./PrintObj -I../util
#ifdef SunArchitecture
.NO_PARALLEL:
#endif
#ifdef RsArchitecture
EXTRA_DEFINES = -DHAS_EXCEPTIONS
#endif
SRCS = BaseObj.C
OBJS = BaseObj.o
NormalCplusplusObjectRule()
all:: $(OBJS)
clean::
$(RM) *.map

View File

@@ -1,28 +0,0 @@
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:52:17 drk $
#define DoNormalLib YES
#define DoSharedLib NO
#define DoDebugLib NO
#define DoProfileLib NO
#define LibName PrintObj
#define LibHeaders NO
#define LibInstall NO
#define CplusplusSource YES
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
INCLUDES = -I. -I.. -I../.. -I../../util
#ifdef RsArchitecture
DEFINES = -DHAS_EXCEPTIONS
#endif
#ifdef AlphaArchitecture
DEFINES = -UNO_REGCOMP
#endif
SRCS = ParseJobs.C PrintJob.C PrintSubSys.C Queue.C
OBJS = ParseJobs.o PrintJob.o PrintSubSys.o Queue.o
#include <Library.tmpl>
DependTarget()