2016-01-06 04:20:25 +01:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2016-11-29 16:23:38 +01:00
|
|
|
SUBDIRS = include/ircd
|
2016-07-20 20:55:46 +02:00
|
|
|
SUBDIRS += ircd
|
2016-07-13 07:17:21 +02:00
|
|
|
SUBDIRS += modules
|
2018-02-22 22:33:53 +01:00
|
|
|
SUBDIRS += construct
|
2016-07-13 07:17:21 +02:00
|
|
|
SUBDIRS += tools
|
|
|
|
SUBDIRS += doc
|
2016-01-06 04:20:25 +01:00
|
|
|
|
2016-07-25 01:15:07 +02:00
|
|
|
.PHONY: subdirs $(SUBDIRS)
|
|
|
|
$(SUBDIRS):
|
|
|
|
$(MAKE) -C $@
|
2016-03-13 03:10:46 +01:00
|
|
|
|
2016-07-03 12:39:29 +02:00
|
|
|
mrproper-local:
|
|
|
|
rm -f aclocal.m4
|
|
|
|
rm -rf autom4te.cache
|
|
|
|
rm -f compile
|
|
|
|
rm -f config.*
|
|
|
|
rm -f configure
|
|
|
|
rm -f depcomp
|
|
|
|
rm -f ltmain.sh
|
|
|
|
rm -f install-sh
|
|
|
|
rm -f libtool
|
|
|
|
rm -f missing
|
|
|
|
rm -f ylwrap
|
|
|
|
rm -f */Makefile
|
|
|
|
rm -f */Makefile.in
|
2016-07-13 07:17:21 +02:00
|
|
|
rm -f include/*/Makefile
|
|
|
|
rm -f include/*/Makefile.in
|
2016-07-03 12:39:29 +02:00
|
|
|
rm -rf */.deps
|
|
|
|
rm -f Makefile
|
|
|
|
rm -f Makefile.in
|
|
|
|
rm -f m4/argz.m4
|
|
|
|
rm -f m4/libtool.m4
|
|
|
|
rm -f m4/ltargz.m4
|
|
|
|
rm -f m4/ltoptions.m4
|
|
|
|
rm -f m4/ltsugar.m4
|
|
|
|
rm -f m4/ltversion.m4
|
|
|
|
rm -f m4/lt~obsolete.m4
|