Don't try to define abs() on linux, stdlib will handle it.
[oweals/cde.git] / cde / programs / tttypes / Imakefile
1 XCOMM $XConsortium: Imakefile /main/16 1996/10/02 14:40:26 barstow $
2 .SUFFIXES: .ptype .done
3
4 LOCK_FILE = .tt_lock
5
6 LOCALDEPFILES = \
7         dtfile.done \
8         dticon.done \
9         dtpad.done \
10         dtcm.done \
11         dtmail.done \
12         dtdbcache.done \
13         dtterm.done \
14         dtinfo.done \
15         dtinfo.done
16
17 all:: types.xdr
18
19 types.xdr: $(LOCALDEPFILES)
20
21 TT_TYPE_COMP = $(CLIENTENVSETUP) $(TTSRC)/bin/tt_type_comp/tt_type_comp
22
23 .ptype.done:
24         $(RM) $@
25         TTPATH=. $(TT_TYPE_COMP) -sd user -m $< && touch $@ ; $(RM) .tt_lock
26
27 clean::
28         $(RM) *.done types.xdr $(LOCK_FILE)
29
30 depend::