freebsd-ports/devel/sgl/files/patch-makefile
Edwin Groothuis 4210c3d847 New port: SGL - incomplete STL implementation for ADA95
The Ada "Standard Generic Library" (SGL) The Ada SGL is a
	port of the C++ Standard Template Library (STL).

PR:		ports/46410
Submitted by:	David Holm <david@realityrift.com>
2003-09-27 06:48:16 +00:00

19 lines
767 B
Text

--- test/makefile.orig Wed Aug 19 03:59:46 1998
+++ test/makefile Fri Dec 20 22:03:12 2002
@@ -11,7 +11,7 @@
#
GNATMAKE=gnatmake
-ADA_INCLUDE=-I../SGL
+ADA_INCLUDE=-I/usr/local/lib/SGL
# Debuging flags :-v -gnatv -gnatf #-gnatdc
GFLAGS_OPT=-O3 -gnatn
#GFLAGS=-g
@@ -57,6 +57,6 @@
./test_iterators
clean: dummy
- rm -f *.ali *.o *~ b_*.c test_vectors.exe test_lists.exe test_trees.exe test_sets.exe test_maps.exe test_stacks.exe test_queues.exe test_algorithms.exe test_container_signatures.exe test_functions.exe test_iterators.exe benchmark.exe
+ rm -f *.ali *.o *~ *.log b_*.c b~* test_vectors test_lists test_trees test_sets test_maps test_stacks test_queues test_algorithms test_container_signatures test_functions test_iterators benchmark
dummy: