Changeset 1e121f4 for _old/app/src/lib/Makefile
- Timestamp:
- 10/26/10 10:57:54 (14 years ago)
- Branches:
- master
- Children:
- a6e708f
- Parents:
- f712e16
- git-author:
- Adam Kędziora <s301614@…> (10/26/10 10:57:54)
- git-committer:
- Adam Kędziora <s301614@…> (10/26/10 10:57:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_old/app/src/lib/Makefile
r57728c1 r1e121f4 1 PAR=-Wno-deprecated - m32 -O32 PAR2=-c -Wno-deprecated - m32 -O3 -fpermissive1 PAR=-Wno-deprecated -O3 2 PAR2=-c -Wno-deprecated -O3 -fpermissive 3 3 # -static 4 4 LIB_PATH=../lib … … 6 6 7 7 main: auttools.o word.o copy 8 9 auttools.o: auttools.h auttools.cc10 g++ $(PAR2) auttools.cc11 12 word.o: word.h word.cc13 g++ $(PAR2) word.cc14 8 15 9 clean: … … 20 14 # cp -r perl $(UTT_LIB_DIR)/ 21 15 #endif 16 17 include ./lib.mk
Note: See TracChangeset
for help on using the changeset viewer.