diff options
author | rws <empty> | 1994-04-09 19:43:16 +0000 |
---|---|---|
committer | rws <empty> | 1994-04-09 19:43:16 +0000 |
commit | 9d88d42b1d56f49588bdcbbc1f73a62ce3dfd2e4 (patch) | |
tree | 8824feb7e3f999ca48c24b95070d90a3ef5d43b0 /xc/unsupported | |
parent | 2ac65feac83bd552a5e005275cd517e8f872d20d (diff) |
add IMdkit
Diffstat (limited to 'xc/unsupported')
-rw-r--r-- | xc/unsupported/lib/Imakefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xc/unsupported/lib/Imakefile b/xc/unsupported/lib/Imakefile index dfafe8bb0..f4f1af731 100644 --- a/xc/unsupported/lib/Imakefile +++ b/xc/unsupported/lib/Imakefile @@ -1,12 +1,12 @@ -XCOMM $XConsortium: Imakefile,v 1.1 93/09/12 21:09:52 rws Exp $ -#if BuildPhigs +XCOMM $XConsortium: Imakefile,v 1.2 94/03/07 18:24:43 matt Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" -SUBDIRS = PHIGS +#if BuildPhigs +PHIGSDIRS = PHIGS +#endif + +SUBDIRS = $(PHIGSDIRS) IMdkit MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) -#else -all:: -#endif |