0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 01:43:49 +02:00
construct/Makefile.am

40 lines
710 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
2018-09-18 02:19:31 +02:00
ACLOCAL_AMFLAGS = -I tools/m4
2016-11-29 16:23:38 +01:00
SUBDIRS = include/ircd
2016-07-20 20:55:46 +02:00
SUBDIRS += ircd
SUBDIRS += modules
SUBDIRS += share
2018-02-22 22:33:53 +01:00
SUBDIRS += construct
.PHONY: subdirs $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
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
rm -f include/*/Makefile
rm -f include/*/Makefile.in
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