2016-01-05 21:20:25 -06:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2018-09-17 17:19:31 -07:00
|
|
|
ACLOCAL_AMFLAGS = -I tools/m4
|
2016-01-05 21:20:25 -06:00
|
|
|
|
2016-11-29 07:23:38 -08:00
|
|
|
SUBDIRS = include/ircd
|
2016-07-20 11:55:46 -07:00
|
|
|
SUBDIRS += ircd
|
2016-07-12 22:17:21 -07:00
|
|
|
SUBDIRS += modules
|
2018-09-13 20:59:52 -07:00
|
|
|
SUBDIRS += share
|
2018-02-22 13:33:53 -08:00
|
|
|
SUBDIRS += construct
|
2016-01-05 21:20:25 -06:00
|
|
|
|
2016-07-24 16:15:07 -07:00
|
|
|
.PHONY: subdirs $(SUBDIRS)
|
|
|
|
$(SUBDIRS):
|
|
|
|
$(MAKE) -C $@
|
2016-03-12 20:10:46 -06:00
|
|
|
|
2016-07-03 03:39:29 -07: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-12 22:17:21 -07:00
|
|
|
rm -f include/*/Makefile
|
|
|
|
rm -f include/*/Makefile.in
|
2016-07-03 03:39:29 -07: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
|