]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/Makefile.in
CHANSERV: add ircdauth as auth alias, for /auth
[irc/quakenet/newserv.git] / chanserv / Makefile.in
index 51de2eed34d3d61f208d959efc9c2d9f9421ea82..722bfa1b9b6598604cf46f0c1e60b74d9892386b 100644 (file)
@@ -1,22 +1,22 @@
 @include@ @includel@../build.mk@includel@
 @include@ @includel@build.mk@includel@
 
-CSDIRS=database chancmds usercmds authcmds authtracker newsearch
+CSDIRS=database chancmds usercmds authcmds authtracker newsearch achievements achcmds
 
 .PHONY: all dirs $(CSDIRS) clean distclean
-all: chanserv.so chanserv_protect.so chanserv_grep.so chanserv_relay.so chanserv_flags.so dirs
+all: chanserv.so chanserv_protect.so chanserv_grep.so chanserv_relay.so chanserv_flags.so chanserv_cleanupdb.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
@@ -28,3 +28,5 @@ chanserv_grep.so: chanserv_grep.o
 chanserv_relay.so: chanserv_relay.o
 
 chanserv_flags.so: chanserv_flags.o
+
+chanserv_cleanupdb.so: chanserv_cleanupdb.o