Last change
on this file since 7bed30f was
7bed30f,
checked in by tom <tom@…>, 13 years ago
|
poprawione Makefile (wyrzucone -m32)
lem, cor, kor, gue kompiluja sie (ubuntu 11.04 amd64)
|
-
Property mode set to
100644
|
File size:
327 bytes
|
Line | |
---|
1 | PAR=-Wno-deprecated -O3 |
---|
2 | PAR2=-c -Wno-deprecated -O3 -fpermissive |
---|
3 | # -static |
---|
4 | LIB_PATH=../lib |
---|
5 | COMMON_PATH=../common |
---|
6 | |
---|
7 | main: auttools.o word.o copy |
---|
8 | |
---|
9 | auttools.o: auttools.h auttools.cc |
---|
10 | g++ $(PAR2) auttools.cc |
---|
11 | |
---|
12 | word.o: word.h word.cc |
---|
13 | g++ $(PAR2) word.cc |
---|
14 | |
---|
15 | clean: |
---|
16 | rm *.o |
---|
17 | |
---|
18 | copy: |
---|
19 | #ifdef UTT_LIB_DIR |
---|
20 | # cp -r perl $(UTT_LIB_DIR)/ |
---|
21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.