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,41 +0,0 @@
XCOMM $XConsortium: Imakefile /main/9 1996/10/09 14:11:04 drk $
INCLUDES = -I. -I$(DTINCLUDESRC)
LOCAL_INCLUDES = -I../shared -I$(TOP)/lib/
SYS_LIBRARIES = -lm
EXTRA_DEFINES = -DLOG -DSYNLIB
#if defined(SunArchitecture)
SYS_LIBRARIES = -lm -ldl -lgen -lC
SYNLIB=$(TOP)/lib/synlib/libsynlibTst.a
XTST=/usr/openwin/lib/libXtst.a
#endif
LOCAL_LIBRARIES = $(XTST) $(XEXT) $(XLIB)
PROGRAMS = $(PROG1) $(PROG2) $(PROG3)
PROG1 = printlines
SRCS1 = printlines.c
OBJS1 = printlines.o
PROG2 = termget
SRCS2 = termget.c
OBJS2 = termget.o
PROG3 = wait5write
SRCS3 = wait5write.c
OBJS3 = wait5write.o
ComplexProgramTarget_1($(PROG1),$(LOCAL_LIBRARIES),)
ComplexProgramTarget_2($(PROG2),$(LOCAL_LIBRARIES),)
ComplexProgramTarget_3($(PROG3),$(LOCAL_LIBRARIES),)
saber_src: $(SRCS)
XCOMM setopt load_flags $(CFLAGS)
XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
unsaber_src:
XCOMM unload $(SRCS)