]> jfr.im git - irc/quakenet/newserv.git/blame_incremental - trusts/Makefile.in
sync http://hg.quakenet.org/snircd/diff/6a655306abe8/ircd/ircd_string.c
[irc/quakenet/newserv.git] / trusts / Makefile.in
... / ...
CommitLineData
1@include@ @includel@../build.mk@includel@
2
3TRUSTSDIRS=newsearch
4
5.PHONY: all dirs $(TRUSTSDIRS) clean distclean
6
7all: trusts.so trusts_commands.so trusts_policy.so trusts_migration.so trusts_db.so trusts_management.so trusts_master.so trusts_slave.so dirs
8
9trusts.so: trusts.o data.o formats.o events.o
10
11trusts_db.so: trusts_db.o
12
13trusts_commands.so: trusts_commands.o
14
15trusts_policy.so: trusts_policy.o
16
17trusts_migration.so: trusts_migration.o db-migration.o migration.o
18
19trusts_management.so: trusts_management.o
20
21trusts_master.so: trusts_master.o
22
23trusts_slave.so: trusts_slave.o db-slave.o
24
25dirs: $(TRUSTSDIRS)
26 ln -sf */*.so .
27
28$(TRUSTSDIRS):
29 cd $@ && $(MAKE) $(MFLAGS) all
30
31clean:
32 rm -f */*.o */*.so *.o *.so
33
34distclean:
35 rm -f */Makefile Makefile
36