Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / doc / Imakefile
1 XCOMM $TOG: Imakefile /main/12 1997/05/30 09:21:49 mgreess $
2 #define IHaveSubdirs
3 #define PassCDebugFlags
4
5 SUBDIRS = util C DtLocalesToBuild
6
7 all::
8         $(RM) -r $(DTINFOGENTMPDIR)
9         MakeDir($(DTINFOGENTMPDIR))
10
11 LangMakeSubdirs(C, $(SUBDIRS))
12 DependSubdirs(util)
13
14 clean::
15         $(RM) -r $(DTINFOGENTMPDIR)