(file) Return to Imakefile CVS log (file) (dir) Up to [XFree86 CVS] / contrib

File: [XFree86 CVS] / contrib / Imakefile (download)
Revision: 3.3, Thu Oct 24 12:00:35 1996 UTC (16 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9x, xf-3_9_17, xf-3_9_16c, xf-3_9_16b, xf-3_9_16a, xf-3_9_16, xf-3_9_15, xf-3_9Py, xf-3_9Px, xf-3_9Pl, xf-3_9Nk, xf-3_9Nj, xf-3_9Ng, xf-3_9Nb, xf-3_9Ah, xf-3_9Ag, xf-3_3_3, xf-3_3_2Zb, xf-3_3_2, xf-3_3_1e, xf-3_3_1a, xf-3_3_1, xf-3_3-branch, xf-3_3, xf-3_2l, xf-3_2a, xf-3_2Z, xf-3_2Xg, xf-3_2A-branch, xf-3_2A, xf-3_2, xf-3_1_2Zc, HEAD
Changes since 3.2: +1 -0 lines
updates

XCOMM $XConsortium: Imakefile /main/5 1996/03/09 15:17:55 gildea $
XCOMM $XFree86$
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#ifdef XF86Contrib
SUBDIRS = programs
#else
SUBDIRS = lib programs examples test
#endif

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

#ifndef XF86Contrib
/* This is more complicated than it could be because we don't
   want to remove Manifest.PS on "make clean" */
AllTarget(Manifest.PS)
mnftemp.ms: Manifest.ms
	$(CP) Manifest.ms $@
clean::
	$(RM) mnftemp.ms
MakeSimpleDoc(mnftemp,mnftemp.ms)
Manifest.PS: mnftemp.PS
	$(CP) mnftemp.PS $@
Manifest.txt: mnftemp.txt
	$(CP) mnftemp.txt $@
#endif

Powered by
ViewCVS 0.9.2