blob: 504db82e52ac0d0051dbec84b04e03896cb56cfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
XCOMM $XConsortium: Imakefile,v 1.15 95/07/07 20:03:23 dpw Exp $
#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))
|