Subversion Repositories wimsdev

Rev

Rev 8219 | Rev 8800 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8219 Rev 8251
Line 8... Line 8...
8
 
8
 
9
defines=@DEFINES@
9
defines=@DEFINES@
10
STRIP=@STRIP@
10
STRIP=@STRIP@
11
lopt=-L../../lib -lwims -lm
11
lopt=-L../../lib -lwims -lm
12
 
12
 
13
O=cache.o cleaning.o cmd.o files.o fork.o homedir.o housekeep.o log.o options.o socket.o wimslogdlines.o score.o wimslogd.o
13
O=cache.o cleaning.o cmd.o files.o fork.o homedir.o housekeep.o log.o options.o socket.o wimslogdlines.o wimslogdscore.o wimslogd.o
14
H=../Lib/libwims.h ../config.h ../includes.h ../wimsdef.h
14
H=../Lib/libwims.h ../config.h ../includes.h ../wimsdef.h
15
 
15
 
16
all: wimslogd
16
all: wimslogd
17
 
17
 
18
%.o: %.c $(H)
18
%.o: %.c $(H)