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,15 +0,0 @@
XCOMM $XConsortium: Imakefile /main/4 1996/10/26 13:55:35 rws $
/* xlate_locale Imakefile */
XLATESRC = $(DTSVCSRC)/DtUtil2
INCLUDES = -I$(XLATESRC)
SRCS = xlate_locale.c
OBJS = xlate_locale.o
DEPLIBS = $(DEPDTSVCLIB)
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
ComplexProgramTarget(xlate_locale)