1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

programs/tttypes: add automake file

This commit is contained in:
Chase 2019-10-23 15:40:22 -05:00 committed by Jon Trulson
parent fbfde13dbb
commit 3ab4c518d4

View file

@ -0,0 +1,26 @@
MAINTAINERCLEANFILES = Makefile.in
CLEANFILES = *.done types.xdr .tt_lock
.SUFFIXES: .ptype .done
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 = $(srcdir)/lib/tt/bin/tt_type_comp/tt_type_comp
.ptype.done:
$(RM) $@
TTPATH=. $(TT_TYPE_COMP) -sd user -m $< && touch $@ ; $(RM) .tt_lock