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,33 +0,0 @@
XCOMM $TOG: Imakefile /main/5 1998/08/05 13:22:12 mgreess $
#define DoNormalLib YES
#define DoSharedLib NO
#define DoDebugLib NO
#define DoProfileLib NO
#define LibName CliSrv
#define LibHeaders NO
#define LibInstall NO
#define CplusplusSource YES
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
INCLUDES = -I. $(TIRPCINC)
#ifdef SunArchitecture
SYS_LIBRARIES = -ldl -lintl
LAST_LOAD_FLAGS = -Bstatic -Bdynamic -lm -lc -ladm -Bstatic
EXTRA_DEFINES = -DIOSTREAMSWORKS
#endif
#ifdef RsArchitecture
EXTRA_DEFINES = -DIOSTREAMSWORKS
#endif
SRCS = DirIterator.C Environ.C TTFile.C \
UnixEnv.C cstring.C
OBJS = DirIterator.o Environ.o TTFile.o \
UnixEnv.o cstring.o
#include <Library.tmpl>
DependTarget()