1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

tttypes: make it build

This commit is contained in:
Jon Trulson 2019-11-22 16:58:58 -07:00
parent c8c1f986f8
commit ad2ad2b66b
3 changed files with 12 additions and 5 deletions

2
cde/.gitignore vendored
View file

@ -2402,6 +2402,8 @@ programs/tttypes/dticon.done
programs/tttypes/dticon.ptype.deps
programs/tttypes/dtinfo.done
programs/tttypes/dtinfo.ptype.deps
programs/tttypes/dtinfo_start.done
programs/tttypes/dtinfo_start.ptype.deps
programs/tttypes/dtmail.done
programs/tttypes/dtmail.ptype.deps
programs/tttypes/dtpad.done

View file

@ -465,6 +465,8 @@ programs/dtpdmd/Makefile
programs/types/Makefile
programs/tttypes/Makefile
])
AC_OUTPUT

View file

@ -1,8 +1,10 @@
MAINTAINERCLEANFILES = Makefile.in
CLEANFILES = *.done types.xdr .tt_lock
# We need to ensure that the jobs here are run in sequence to build up
# the types.xdr file.
.NOTPARALLEL:
.SUFFIXES: .ptype .done
SUFFIXES: .ptype .done
LOCALDEPFILES = \
dtfile.done \
@ -13,13 +15,14 @@ LOCALDEPFILES = \
dtdbcache.done \
dtterm.done \
dtinfo.done \
dtinfo.done
dtinfo_start.done
all:: types.xdr
BUILT_SOURCES = types.xdr
CLEANFILES = *.done types.xdr .tt_lock
types.xdr: $(LOCALDEPFILES)
TT_TYPE_COMP = $(srcdir)/lib/tt/bin/tt_type_comp/tt_type_comp
TT_TYPE_COMP = $(top_builddir)/lib/tt/bin/tt_type_comp/tt_type_comp
.ptype.done:
$(RM) $@