Subversion Repositories wimsdev

Rev

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

Rev 13448 Rev 17887
Line 38... Line 38...
38
distconfig: configure.in
38
distconfig: configure.in
39
	autoconf
39
	autoconf
40
	autoheader
40
	autoheader
41
 
41
 
42
%.o: %.c *.h
42
%.o: %.c *.h
43
	$(cc) -o $@ $(cflags) $(defines) -c $<
43
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
44
 
44
 
45
clean::
45
clean::
46
	rm -f wims *.o Common/*.o 2>/dev/null
46
	rm -f wims *.o Common/*.o 2>/dev/null
47
	cd Wimsd; make clean
47
	cd Wimsd; make clean
48
	cd Wimslogd; make clean
48
	cd Wimslogd; make clean