Subversion Repositories wimsdev

Rev

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

Rev 8219 Rev 17887
Line 14... Line 14...
14
O=compile.o match.o suffix.o translate.o symtext.o
14
O=compile.o match.o suffix.o translate.o symtext.o
15
H=../Lib/libwims.h ../../config.h ../../includes.h ../../wimsdef.h
15
H=../Lib/libwims.h ../../config.h ../../includes.h ../../wimsdef.h
16
all:: symtext
16
all:: symtext
17
 
17
 
18
%.o: %.c *.h $(H)
18
%.o: %.c *.h $(H)
19
	$(cc) -o $@ $(cflags) $(defines) -c $<
19
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
20
 
20
 
21
clean::
21
clean::
22
	rm -f *.o symtext
22
	rm -f *.o symtext
23
 
23
 
24
distclean:
24
distclean: