COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/peter/Makefile @ 1290:082fc511c2b9

Last change on this file since 1290:082fc511c2b9 was 1290:082fc511c2b9, checked in by Hegyi Péter, 19 years ago

To run graph-displayer with sample input, type make run, but do not move the nodes, YET

File size: 256 bytes
Line 
1gd: graph-displayer.cc
2        g++ graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
3
4xyr: xy-reader.cc
5        g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
6
7run: gd
8        ./gd graphocska.lgf
9
10.PHONY: run
Note: See TracBrowser for help on using the repository browser.