programs/localized: delete Imakefiles and imake templates

This commit is contained in:
Jon Trulson
2021-07-03 18:57:40 -06:00
parent df0392fc25
commit 7aa24b086a
101 changed files with 0 additions and 1906 deletions

View File

@@ -1,13 +0,0 @@
XCOMM $XConsortium: Imakefile /main/5 1996/09/30 14:12:43 drk $
DEFINES = -DNO_XLIB
SRCS = merge.c mkcatdefs.c MsgCat.c
all:: merge mkcatdefs
NormalProgramTarget(merge,merge.o MsgCat.o,,,)
NormalProgramTarget(mkcatdefs,mkcatdefs.o,,,)
DependTarget()
LinkSourceFile(MsgCat.c,$(DTSVCSRC)/DtUtil2)