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