Last change
on this file was
5f4d9c3,
checked in by Maciej Prill <mprill@…>, 13 years ago
|
Rewritten the build system, added lem UTF-8 version.
|
-
Property mode set to
100644
|
File size:
317 bytes
|
Line | |
---|
1 | include ../../config.mak |
---|
2 | |
---|
3 | CXXFLAGS += -O2 -fpermissive |
---|
4 | |
---|
5 | LIB_PATH=../lib |
---|
6 | COMMON_PATH=../common |
---|
7 | |
---|
8 | main: auttools.o word.o |
---|
9 | |
---|
10 | auttools.o: auttools.h auttools.cc |
---|
11 | $(CXX) $(CXXFLAGS) -c auttools.cc |
---|
12 | |
---|
13 | word.o: word.h word.cc |
---|
14 | $(CXX) $(CXXFLAGS) -c word.cc |
---|
15 | |
---|
16 | clean: |
---|
17 | rm *.o |
---|
18 | |
---|
19 | .PHONY: install |
---|
20 | install: |
---|
21 | |
---|
22 | .PHONY: uninstall |
---|
23 | uninstall: |
---|
Note: See
TracBrowser
for help on using the repository browser.