src/work/johanna/Makefile
author alpar
Mon, 29 Mar 2004 08:31:01 +0000
changeset 255 45107782cbca
parent 150 4b5210aa0239
child 350 3a9a767b841e
permissions -rw-r--r--
dijkstra.h and fib_heap.h has moved to include.
The versions of bin_heap.hh shuld be merged and renamed to bin_heap.h
beckerjc@150
     1
BINARIES = kruskal_test
beckerjc@218
     2
INCLUDEDIRS= -I. -I.. -I../../include -I../{marci,jacint,alpar,klao,akos}
beckerjc@150
     3
include ../makefile
beckerjc@150
     4