File: Makefile.in

package info (click to toggle)
ulogd 1.02-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 708 kB
  • ctags: 394
  • sloc: sh: 2,694; ansic: 2,582; makefile: 170
file content (21 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (5)
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