Changeset 1e121f4 for _old/app/src/dgp/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/dgp/Makefile
r57728c1 r1e121f4 1 2 3 1 SHELL = /bin/sh 4 2 LIB_PATH=../../lib … … 9 7 #vpath %.o . 10 8 11 CXXFLAGS = -O2 -static 9 CXXFLAGS = -O2 -static -fpermissive 12 10 13 11 sources = main.cc grammar.cc symbol.cc mgraph.cc sgraph.cc dgp0.cc cmdline.cc \ 14 12 $(COMMON_PATH)/common.cc global.cc 15 13 16 bin = dgp 14 bin = dgp dgc canonize tre 17 15 18 16 # plik *.o sa umieszczane w podkatalogu o … … 45 43 46 44 clean: 47 rm ${bin} ${objs} cmdline.cc cmdline.h 48 rm -rf *.d 45 rm ${bin} ${objs} cmdline.cc cmdline.h *.d 49 46 50 47 prof: dgp
Note: See TracChangeset
for help on using the changeset viewer.