Initial commit of pristine erwise source
[erwise] / Imakefile
1 #
2 #
3 #
4
5 #define PassCDebugFlags 'CC=$(CC)' 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
6 #define IHaveSubdirs
7
8 all::
9
10 world::
11         make ${MFLAGS} mastermakefiles
12         make ${MFLAGS} depend
13         make ${MFLAGS} all
14
15         SUBDIRS = Cl HText Xl Ui erwise
16
17 MakeSubdirs($(SUBDIRS))
18
19 DependSubdirs($(SUBDIRS))
20
21 install::
22         $(MAKE) $(MFLAGS) install
23
24 /**/# rebuild the makefiles at the master source tree
25 mastermakefiles::
26         -$(MV)  Makefile Makefile.bak
27         $(MAKE) -f Makefile.bak Makefile
28         $(MAKE) Makefiles
29