]> jfr.im git - irc/quakenet/newserv.git/blame - trusts/Makefile.in
JOINFLOOD: add support for glining of ident for trusted users.
[irc/quakenet/newserv.git] / trusts / Makefile.in
CommitLineData
2b6e02e2
CP
1@include@ @includel@../build.mk@includel@
2
4ea9375d
CP
3TRUSTSDIRS=newsearch
4
5.PHONY: all dirs $(TRUSTSDIRS) clean distclean
6
813c5b73 7all: trusts.so trusts_commands.so trusts_policy.so trusts_migration.so trusts_db.so trusts_management.so trusts_master.so trusts_slave.so trusts_api.so dirs
2b6e02e2 8
b9c52ee0
CP
9trusts.so: trusts.o data.o formats.o events.o
10
11trusts_db.so: trusts_db.o
be2823bc
CP
12
13trusts_commands.so: trusts_commands.o
cfe0e8e4
CP
14
15trusts_policy.so: trusts_policy.o
4ea9375d 16
05cae8fd
CP
17trusts_migration.so: trusts_migration.o db-migration.o migration.o
18
35449aa5
CP
19trusts_management.so: trusts_management.o
20
21trusts_master.so: trusts_master.o
22
82a316e7 23trusts_slave.so: trusts_slave.o db-slave.o
35449aa5 24
813c5b73
CP
25trusts_api.so: trusts_api.o
26
4ea9375d
CP
27dirs: $(TRUSTSDIRS)
28 ln -sf */*.so .
29
30$(TRUSTSDIRS):
1a935a31 31 cd $@ && $(MAKE) $(MFLAGS) all
4ea9375d
CP
32
33clean:
03025a5e 34 rm -f */*.o */*.so *.o *.so
4ea9375d
CP
35
36distclean:
03025a5e 37 rm -f */Makefile Makefile
4ea9375d 38