mirror of
https://github.com/NishiOwO/chimera.git
synced 2025-04-21 16:44:40 +00:00
18 lines
422 B
Plaintext
18 lines
422 B
Plaintext
#define IHaveSubDirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS='
|
|
|
|
SUBDIRS = libhtmlw mxw xloadimage src lib util
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
InstallSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
CleanSubdirs($(SUBDIRS))
|
|
MakefileSubdirs($(SUBDIRS))
|
|
InstallManSubdirs($(SUBDIRS))
|
|
|
|
myclean:
|
|
$(RM) Common.tmpl options.h Makefile Makefile.bak make.err make.out
|
|
for i in $(SUBDIRS); do \
|
|
$(RM) $$i/Makefile $$i/Makefile.bak; \
|
|
done
|