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,37 +0,0 @@
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:10:48 drk $
INCLUDES = -I. -I$(DTINCLUDESRC)
LOCAL_INCLUDES = -I$(TOP)/lib/
LOCAL_LIBRARIES = $(SYNLIB) $(XEXT) $(XLIB)
SYS_LIBRARIES = -lm
EXTRA_DEFINES = -DLOG -DSYNLIB
#if defined(SunArchitecture)
SYS_LIBRARIES = -lm -ldl -lgen -lC
#endif
SRCS = synfunc.c \
esclib.c \
qalib.c
OBJS = synfunc.o \
esclib.o \
qalib.o
NormalLibraryObjectRule()
NormalLibraryTarget(termtest,$(OBJS))
saber_src: $(SRCS)
XCOMM setopt load_flags $(CFLAGS)
XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
unsaber_src:
XCOMM unload $(SRCS)