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,36 +0,0 @@
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:08:23 drk $
PROGRAMS = Riconic
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 = ../shared/libtermtest.a $(SYNLIB) $(XTST) $(XEXT) $(XLIB)
SRCS = Riconic.c
OBJS = Riconic.o
NormalLibraryObjectRule()
ComplexProgramTarget($(PROGRAMS))
saber_src: $(SRCS)
XCOMM setopt load_flags $(CFLAGS)
XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
unsaber_src:
XCOMM unload $(SRCS)