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 */