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,30 +0,0 @@
XCOMM $XConsortium: Imakefile /main/16 1996/10/02 14:40:26 barstow $
.SUFFIXES: .ptype .done
LOCK_FILE = .tt_lock
LOCALDEPFILES = \
dtfile.done \
dticon.done \
dtpad.done \
dtcm.done \
dtmail.done \
dtdbcache.done \
dtterm.done \
dtinfo.done \
dtinfo.done
all:: types.xdr
types.xdr: $(LOCALDEPFILES)
TT_TYPE_COMP = $(CLIENTENVSETUP) $(TTSRC)/bin/tt_type_comp/tt_type_comp
.ptype.done:
$(RM) $@
TTPATH=. $(TT_TYPE_COMP) -sd user -m $< && touch $@ ; $(RM) .tt_lock
clean::
$(RM) *.done types.xdr $(LOCK_FILE)
depend::