src/work/athos/makefile
author athos
Tue, 04 May 2004 09:33:21 +0000
changeset 520 e4a6300616f9
parent 331 f5461f8bc59b
child 527 7550fed0cd91
permissions -rw-r--r--
Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less
athos@511
     1
BINARIES = suurballe minlength_demo
athos@511
     2
INCLUDEDIRS= -I../../include -I.. -I../{athos,klao,marci,jacint,alpar,johanna,akos} 
athos@511
     3
include ../makefile
athos@36
     4