Subversion Repositories wimsdev

Rev

Rev 8800 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8800 Rev 17887
Line 14... Line 14...
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)
19
	$(cc) -o $@ $(cflags) $(defines) -c $<
19
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
20
 
20
 
21
clean:
21
clean:
22
	rm -f *.o wimslogd
22
	rm -f *.o wimslogd
23
 
23
 
24
distclean:
24
distclean: