summaryrefslogtreecommitdiff
path: root/devel/sgl/files/patch-makefile
blob: efba499f306857e9650c27b1807ddc67fb89b4cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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: