Subversion Repositories wimsdev

Rev

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

Rev 8219 Rev 17887
Line 11... Line 11...
11
O=tables.o basic.o extract.o type.o not.o mathexp.o
11
O=tables.o basic.o extract.o type.o not.o mathexp.o
12
H=../../Lib/libwims.h ../../config.h ../../includes.h ../../wimsdef.h
12
H=../../Lib/libwims.h ../../config.h ../../includes.h ../../wimsdef.h
13
all:: mathexp
13
all:: mathexp
14
 
14
 
15
%.o: %.c $(H)
15
%.o: %.c $(H)
16
	$(cc) -o $@ $(cflags) $(defines) -c $<
16
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
17
 
17
 
18
clean::
18
clean::
19
	rm -f *.o mathexp
19
	rm -f *.o mathexp
20
 
20
 
21
distclean:
21
distclean: