source:
app/src/lib/Makefile
@
e1b08a2
| Last change on this file since e1b08a2 was 25ae32e, checked in by obrebski <obrebski@…>, 18 years ago | |
|---|---|
|
|
| File size: 332 bytes | |
| Line | |
|---|---|
| 1 | PAR=-Wno-deprecated -m32 -O3 |
| 2 | PAR2=-c -Wno-deprecated -m32 -O3 -static -fpermissive |
| 3 | LIB_PATH=../lib |
| 4 | COMMON_PATH=../common |
| 5 | |
| 6 | main: auttools.o word.o copy |
| 7 | |
| 8 | auttools.o: auttools.h auttools.cc |
| 9 | g++ $(PAR2) auttools.cc |
| 10 | |
| 11 | word.o: word.h word.cc |
| 12 | g++ $(PAR2) word.cc |
| 13 | |
| 14 | clean: |
| 15 | rm *.o |
| 16 | |
| 17 | copy: |
| 18 | ifdef UTT_LIB_DIR |
| 19 | cp -r perl $(UTT_LIB_DIR)/ |
| 20 | endif |
Note: See TracBrowser
for help on using the repository browser.