summaryrefslogtreecommitdiffstats
path: root/conffile/Makefile.in
blob: 907e6a7ca651b759f1682456d48c6605901e952b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#

include @top_srcdir@/Rules.make
CFLAGS+=-I@top_srcdir@/include/ulogd

#  Normally You should not need to change anything below

all: conffile.o

distrib:

conffile.o: conffile.c
	$(CC) $(CFLAGS) -c $< -o $@

clean:
	rm -f conffile.o

distclean:
	rm -f Makefile

install: all