source: app/src/lib/Makefile @ e1b08a2

help
Last change on this file since e1b08a2 was 25ae32e, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@4 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 332 bytes
Line 
1PAR=-Wno-deprecated -m32 -O3
2PAR2=-c -Wno-deprecated -m32 -O3 -static -fpermissive
3LIB_PATH=../lib
4COMMON_PATH=../common
5
6main: auttools.o word.o copy
7
8auttools.o: auttools.h auttools.cc
9        g++ $(PAR2) auttools.cc
10
11word.o: word.h word.cc
12        g++ $(PAR2) word.cc
13
14clean:
15        rm *.o
16
17copy:
18ifdef UTT_LIB_DIR
19        cp -r perl $(UTT_LIB_DIR)/
20endif
Note: See TracBrowser for help on using the repository browser.