Parent Directory
|
Revision Log
added: src/Makefile and src/Makefile.dep the ezc.a library is built now
1 | o = ezc.o |
2 | |
3 | all: ezc.a |
4 | |
5 | ezc.a: $(o) |
6 | ar rcs ezc.a $(o) |
7 | |
8 | |
9 | .SUFFIXES: .cpp .o |
10 | |
11 | .cpp.o: |
12 | $(CC) -c $(CFLAGS) $< |
13 | |
14 | |
15 | |
16 | depend: |
17 | makedepend -Y. -f- *.cpp > Makefile.dep |
18 | |
19 | |
20 | clean: |
21 | rm -f *.o |
22 | rm -f *.a |
23 | |
24 | |
25 | include Makefile.dep |
Name | Value |
---|---|
svn:executable | * |
svnadmin@ttmath.org | ViewVC Help |
Powered by ViewVC 1.2.1 |