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:
parent
fbfde13dbb
commit
3ab4c518d4
1 changed files with 26 additions and 0 deletions
26
cde/programs/tttypes/Makefile.am
Normal file
26
cde/programs/tttypes/Makefile.am
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue