]> jfr.im git - irc/quakenet/newserv.git/blame - trusts/Makefile.in
fix indentation
[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
7all: trusts.so trusts_commands.so trusts_policy.so dirs
2b6e02e2 8
05cae8fd 9trusts.so: trusts.o db-migration.o data.o formats.o events.o
be2823bc
CP
10
11trusts_commands.so: trusts_commands.o
cfe0e8e4
CP
12
13trusts_policy.so: trusts_policy.o
4ea9375d 14
05cae8fd
CP
15trusts_migration.so: trusts_migration.o db-migration.o migration.o
16
4ea9375d
CP
17dirs: $(TRUSTSDIRS)
18 ln -sf */*.so .
19
20$(TRUSTSDIRS):
21 cd $@ && $(MAKE) BUILDID=$(BUILDID) all
22
23clean:
24 rm -f */*.o */*.so
25
26distclean:
27 rm -f */Makefile
28