src/work/peter/Makefile
author ladanyi
Tue, 05 Apr 2005 22:37:19 +0000
changeset 1308 0274efa2222f
parent 1290 082fc511c2b9
permissions -rw-r--r--
Applied the changes which somehow vanished during my last merge. Thanks goes
to Marci for noticing this. In detail:
- added amsmath and amssymb latex packages for latex documentation
- src/demo is also scanned for doxygen input files
hegyi@1277
     1
gd: graph-displayer.cc
alpar@1292
     2
	g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
hegyi@1225
     3
hegyi@1277
     4
xyr: xy-reader.cc
hegyi@1277
     5
	g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
hegyi@1277
     6
hegyi@1277
     7
run: gd
hegyi@1290
     8
	./gd graphocska.lgf
hegyi@1225
     9
hegyi@1225
    10
.PHONY: run