COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/peter/Makefile @ 1303:9bcc455da4f5

Last change on this file since 1303:9bcc455da4f5 was 1292:585674087522, checked in by Alpar Juttner, 19 years ago

Options for debugging.

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