ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
(Generate patch)

Comparing libgender/Makefile (file contents):
Revision 1.13 by root, Mon Oct 4 23:44:53 2004 UTC vs.
Revision 1.14 by root, Tue Oct 5 01:18:57 2004 UTC

5 5
6all: test 6all: test
7 7
8test: test.o entity.o oct.o view.o txtprt_import.o util.o 8test: test.o entity.o oct.o view.o txtprt_import.o util.o
9 9
10util.o: callback.h
11
12clean: 10clean:
13 rm -f test *.o 11 rm -f test *.o
14 12
15depend: 13depend:
16 makedepend -Y *.C >/dev/null 2>&1 14 makedepend -Y *.C >/dev/null 2>&1
17 15
18# DO NOT DELETE 16# DO NOT DELETE
19 17
20entity.o: entity.h util.h callback.h oct.h view.h 18entity.o: util.h entity.h oct.h view.h
21oct.o: oct.h util.h callback.h view.h entity.h 19oct.o: oct.h util.h view.h entity.h
22test.o: entity.h util.h callback.h oct.h view.h txtprt_import.h 20test.o: entity.h util.h oct.h view.h txtprt_import.h
23txtprt_import.o: txtprt_import.h entity.h util.h callback.h oct.h view.h 21txtprt_import.o: txtprt_import.h entity.h util.h oct.h view.h
24util.o: util.h callback.h 22util.o: util.h
25view.o: oct.h util.h callback.h view.h 23view.o: oct.h util.h view.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines