Subversion Repositories wimsdev

Rev

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

Rev 6776 Rev 8939
Line 8... Line 8...
8
 
8
 
9
defines=@DEFINES@
9
defines=@DEFINES@
10
 
10
 
11
all:checkmol
11
all:checkmol
12
 
12
 
13
checkmol::
13
checkmolc.o: checkmolc.c
14
	$(cc) $(cflags) $(CPPFLAGS) $(LDFLAGS) checkmolc.c -o checkmol -lm
14
	$(cc) $(cflags) $(CPPFLAGS) $(LDFLAGS) -c checkmolc.c
-
 
15
 
-
 
16
checkmol: checkmolc.o
-
 
17
	$(cc) $(LDFLAGS) $(cflags) -o checkmol checkmolc.o -lm
15
 
18
 
16
clean::
19
clean::
17
	rm -f checkmol
20
	rm -f checkmol checkmolc.o