programs/: remove Imakefiles for completed modules
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/10/24 00:10:08 cde-hp $
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = doc2sdl lib instant xlate_locale
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/2 1996/06/19 17:12:02 drk $
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = SGML
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
@@ -1,44 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/11/29 11:06:09 rswiston $
|
||||
|
||||
XLATESRC = $(DTSVCSRC)/DtUtil2
|
||||
|
||||
TCLINC =
|
||||
TCLLIB = -ltcl
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
TCLINC = -I/usr/include/tcl
|
||||
#if DefaultLinuxDistribution == LinuxSuSE
|
||||
TCLLIB = -ltcl8.6
|
||||
#endif
|
||||
|
||||
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||
TCLINC = -I/usr/local/include/tcl8.6
|
||||
TCLLIB = -ltcl86
|
||||
#elif defined(NetBSDArchitecture)
|
||||
TCLINC = -I/usr/pkg/include/tcl
|
||||
TCLLIB = -ltcl86
|
||||
#endif
|
||||
|
||||
#if defined(TCLInc)
|
||||
TCLINC = TCLInc
|
||||
#endif
|
||||
#if defined(TCLLib)
|
||||
TCLLIB = TCLLib
|
||||
#endif
|
||||
|
||||
|
||||
INCLUDES = -I../lib/tptregexp -I$(XLATESRC) $(TCLINC)
|
||||
DEPLIBS = $(DEPDTSVCLIB)
|
||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
|
||||
-L../lib/tptregexp -ltptregexp $(TCLLIB)
|
||||
|
||||
#if defined(SunArchitecture)
|
||||
EXTRA_LIBRARIES = -lsocket -lnsl -lgen -lm
|
||||
#else
|
||||
EXTRA_LIBRARIES = -lm
|
||||
#endif
|
||||
|
||||
OBJS = main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o
|
||||
SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c browse.c
|
||||
|
||||
ComplexProgramTarget(instant)
|
||||
@@ -1,10 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/1 1996/02/27 18:28:20 lehors $
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = tptregexp
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
LintSubdirs($(LINTSUBDIRS))
|
||||
@@ -1,17 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/2 1996/04/21 19:55:57 drk $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName tptregexp
|
||||
#define LibHeaders NO
|
||||
#define LibInstall NO
|
||||
|
||||
SRCS = regexp.c regsub.c regerror.c
|
||||
OBJS = regexp.o regsub.o regerror.o
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
@@ -1,15 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/4 1996/10/26 13:55:35 rws $
|
||||
/* xlate_locale Imakefile */
|
||||
|
||||
XLATESRC = $(DTSVCSRC)/DtUtil2
|
||||
|
||||
INCLUDES = -I$(XLATESRC)
|
||||
|
||||
SRCS = xlate_locale.c
|
||||
|
||||
OBJS = xlate_locale.o
|
||||
|
||||
DEPLIBS = $(DEPDTSVCLIB)
|
||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
||||
|
||||
ComplexProgramTarget(xlate_locale)
|
||||
Reference in New Issue
Block a user