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,27 +0,0 @@
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:24 drk $
INCLUDES = -I.
DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
SYS_LIBRARIES = -lm
#ifdef HPArchitecture
EXTRA_DEFINES = -DHP_COLOR
#endif
#if defined(SunArchitecture)
SYS_LIBRARIES = -lm -ldl -lgen
#endif
SRCS1 = dthello.c
SRCS = $(SRCS1)
OBJS = dthello.o \
$(CDELIBSRC)/DtSvc/DtUtil2/DtNlUtils.o \
$(CDELIBSRC)/DtSvc/DtUtil2/EnvControl.o \
$(CDELIBSRC)/DtSvc/DtUtil2/GetDispRes.o \
$(CDELIBSRC)/DtSvc/DtUtil2/MsgCat.o
ComplexProgramTarget(dthello)
CppSourceFile(Dthello,Dthello.src,,)