]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/Makefile.in
add version information to modules missing it
[irc/quakenet/newserv.git] / trusts / Makefile.in
index c3f891e4daa8d4a4762706316d2b800a465d2cc3..893e8540bb4ce34b8952abaafb9f737dce96dd73 100644 (file)
@@ -4,9 +4,11 @@ TRUSTSDIRS=newsearch
 
 .PHONY: all dirs $(TRUSTSDIRS) clean distclean
 
-all: trusts.so trusts_commands.so trusts_policy.so dirs
+all: trusts.so trusts_commands.so trusts_policy.so trusts_migration.so trusts_db.so trusts_management.so trusts_master.so trusts_slave.so dirs
 
-trusts.so: trusts.o db-migration.o data.o formats.o events.o
+trusts.so: trusts.o data.o formats.o events.o
+
+trusts_db.so: trusts_db.o
 
 trusts_commands.so: trusts_commands.o
 
@@ -14,6 +16,12 @@ trusts_policy.so: trusts_policy.o
 
 trusts_migration.so: trusts_migration.o db-migration.o migration.o
 
+trusts_management.so: trusts_management.o
+
+trusts_master.so: trusts_master.o
+
+trusts_slave.so: trusts_slave.o db-slave.o
+
 dirs: $(TRUSTSDIRS)
        ln -sf */*.so .
 
@@ -21,8 +29,8 @@ $(TRUSTSDIRS):
        cd $@ && $(MAKE) $(MFLAGS) all
 
 clean:
-       rm -f */*.o */*.so
+       rm -f */*.o */*.so *.o *.so
 
 distclean:
-       rm -f */Makefile
+       rm -f */Makefile Makefile