summaryrefslogtreecommitdiff
path: root/xc/unsupported/lib/Imakefile
blob: c18f6d78739ccac6121ab129cafe175e8b6ddafc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
XCOMM $XConsortium: Imakefile,v 1.5 94/08/24 19:37:04 matt Exp $

#if BuildPhigs

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

SUBDIRS = PHIGS

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

#else /* BuildPhigs */

all::
depend::
clean::

#endif /* BuildPhigs */