src/work/peter/Makefile
author ladanyi
Tue, 05 Apr 2005 09:08:23 +0000
changeset 1305 c3dc75d4af24
parent 1290 082fc511c2b9
permissions -rw-r--r--
- moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
lp_solver_skeleton.cc to src/lemon
- modified the includes
     1 gd: graph-displayer.cc
     2 	g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
     3 
     4 xyr: xy-reader.cc
     5 	g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
     6 
     7 run: gd
     8 	./gd graphocska.lgf
     9 
    10 .PHONY: run