]> jfr.im git - irc/quakenet/newserv.git/blob - trusts/Makefile.in
Merge.
[irc/quakenet/newserv.git] / trusts / Makefile.in
1 @include@ @includel@../build.mk@includel@
2
3 TRUSTSDIRS=newsearch
4
5 .PHONY: all dirs $(TRUSTSDIRS) clean distclean
6
7 all: trusts.so trusts_commands.so trusts_policy.so dirs
8
9 trusts.so: trusts.o db-migration.o data.o formats.o events.o
10
11 trusts_commands.so: trusts_commands.o
12
13 trusts_policy.so: trusts_policy.o
14
15 trusts_migration.so: trusts_migration.o db-migration.o migration.o
16
17 dirs: $(TRUSTSDIRS)
18 ln -sf */*.so .
19
20 $(TRUSTSDIRS):
21 cd $@ && $(MAKE) BUILDID=$(BUILDID) all
22
23 clean:
24 rm -f */*.o */*.so
25
26 distclean:
27 rm -f */Makefile
28