Importing all of DRL, including ulogd and all of its files.
[distributedratelimiting.git] / conffile / Makefile.in
1 #
2
3 include @top_srcdir@/Rules.make
4 CFLAGS+=-I@top_srcdir@/include/ulogd
5
6 #  Normally You should not need to change anything below
7
8 all: conffile.o
9
10 distrib:
11
12 conffile.o: conffile.c
13         $(CC) $(CFLAGS) -c $< -o $@
14
15 clean:
16         rm -f conffile.o
17
18 distclean:
19         rm -f Makefile
20
21 install: all