X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/cf7ac0498e16225bd806871da7e6c63fc699a6f8..8c684fca9c7dbb4a2601628c744be9236ee68641:/chanserv/Makefile.in?ds=sidebyside diff --git a/chanserv/Makefile.in b/chanserv/Makefile.in index c41221d6..f0fb56a0 100644 --- a/chanserv/Makefile.in +++ b/chanserv/Makefile.in @@ -3,20 +3,20 @@ CSDIRS=database chancmds usercmds authcmds authtracker newsearch -.PHONY: all dirs $(CSDIRS) clean +.PHONY: all dirs $(CSDIRS) clean distclean all: chanserv.so chanserv_protect.so chanserv_grep.so chanserv_relay.so chanserv_flags.so dirs dirs: $(CSDIRS) ln -sf */*.so . $(CSDIRS): - cd $@ && $(MAKE) BUILDID=$(BUILDID) all + cd $@ && $(MAKE) $(MFLAGS) all clean: - rm -f */*.o */*.so + rm -f */*.o */*.so *.o *.so distclean: - rm -f */autobuild.mk */Makefile + rm -f */autobuild.mk */Makefile autobuild.mk Makefile chanserv.so: chanservdb_updates.o chanserv.o chanservuser.o chanservnetevents.o chanservprivs.o chanservlog.o chanservstdcmds.o \ chanservdump.o chanservschedule.o chanservcrypto.o authlib.o q9snprintf.o