Very nearly a useful tool. Still generating zombies, however; much work in
wrapper to get this far, but still no bananas!
This commit is contained in:
parent
98b634bc9d
commit
a53cbcbde3
8 changed files with 77 additions and 34 deletions
8
Makefile
8
Makefile
|
|
@ -5,7 +5,7 @@ CC= gcc
|
|||
CFLAGS= -g
|
||||
LD= gcc
|
||||
LDFLAGS= -g
|
||||
BINDIR= /usr/local/bin
|
||||
HOMEDIR= /usr/local/etc/gild
|
||||
TARGETS= gild
|
||||
COMPONENTS = gild.o wrapper.o config.o log.o
|
||||
|
||||
|
|
@ -21,7 +21,9 @@ clean:
|
|||
rm core *.o $(TARGETS)
|
||||
|
||||
install: $(TARGETS)
|
||||
install --strip $(TARGETS) $(BINDIR)
|
||||
install --strip $(TARGETS) gild.conf $(HOMEDIR)
|
||||
install handlers/* $(HOMEDIR)/handlers
|
||||
|
||||
version: $(TARGETS)
|
||||
cvs commit gild.c wrapper.c config.c log.c Makefile gild.h gild.conf
|
||||
cvs commit gild.c wrapper.c config.c log.c Makefile gild.h \
|
||||
gild.conf handlers
|
||||
Loading…
Add table
Add a link
Reference in a new issue