blob: 518a5e34e7f8ee7ca548451dfe4ab6ea49c3312f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
XCOMM $XConsortium: Imakefile,v 1.14 95/05/23 21:43:17 matt Exp dpw $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
#if BuildPhigs
PHIGSDIRS = auto_box beach_ball gpc
#endif
SUBDIRS = hterm ico listres maze puzzle showfont viewres xbiff xcalc \
xditview xedit xev xeyes xfontsel xgas xgc xload \
xman xmessage xpr $(PHIGSDIRS) dbedizzy
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|