]> jfr.im git - irc/quakenet/newserv.git/blame_incremental - nterfacer/Makefile
build: Keep track of #include dependencies.
[irc/quakenet/newserv.git] / nterfacer / Makefile
... / ...
CommitLineData
1include ../build.mk
2
3CFLAGS+=$(INCPCRE)
4LDFLAGS+=$(LIBPCRE)
5
6.PHONY: all
7all: nterfacer.so nterfacer_control.so nterfacer_relay.so nterfacer_chanstats.so nterfacer_country.so
8
9nterfacer.so: nterfacer.o logging.o esockets.o library.o
10
11nterfacer_control.so: nterfacer_control.o
12
13nterfacer_relay.so: nterfacer_relay.o
14
15nterfacer_chanstats.so: nterfacer_chanstats.o
16
17nterfacer_country.so: nterfacer_country.o