source: _old/app/src/lib/Makefile @ 5f4d9c3

Last change on this file since 5f4d9c3 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 
1PAR=-Wno-deprecated -O3
2PAR2=-c -Wno-deprecated -O3 -fpermissive
3# -static
4LIB_PATH=../lib
5COMMON_PATH=../common
6
7main: auttools.o word.o copy
8
9auttools.o: auttools.h auttools.cc
10        g++ $(PAR2) auttools.cc
11
12word.o: word.h word.cc
13        g++ $(PAR2) word.cc
14
15clean:
16        rm *.o
17
18copy:
19#ifdef UTT_LIB_DIR
20#       cp -r perl $(UTT_LIB_DIR)/
21#endif
Note: See TracBrowser for help on using the repository browser.