summaryrefslogtreecommitdiff
path: root/basegfx/source/workbench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/workbench/Makefile')
-rw-r--r--basegfx/source/workbench/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/basegfx/source/workbench/Makefile b/basegfx/source/workbench/Makefile
index 21dfc1400d11..6218141da1c8 100644
--- a/basegfx/source/workbench/Makefile
+++ b/basegfx/source/workbench/Makefile
@@ -16,19 +16,8 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
-# Testbuild
-
-#test : bezierclip.cxx convexhull.cxx
-# g++ -Wall -g \
-# -I. -I. -I../inc -I./inc -I./unx/inc -I./unxlngi4/inc -I. -I/develop4/update/SRX644/unxlngi4/inc.m4/stl -I/develop4/update/SRX644/unxlngi4/inc.m4/external -I/develop4/update/SRX644/unxlngi4/inc.m4 -I/develop4/update/SRX644/src.m4/solenv/unxlngi4/inc -I/net/grande/develop6/update/dev/gcc_3.0.1_linux_libc2.11_turbolinux/include -I/develop4/update/SRX644/src.m4/solenv/inc -I/develop4/update/SRX644/unxlngi4/inc.m4/stl -I/net/grande.germany/develop6/update/dev/gcc_3.0.1_linux_libc2.11_turbolinux/redhat60/usr/include -I/net/grande.germany/develop6/update/dev/gcc_3.0.1_linux_libc2.11_turbolinux/redhat60/usr/include/X11 -I/develop4/update/SRX644/src.m4/res -I/net/grande/develop6/update/dev/Linux_JDK_1.4.0/include -I/net/grande/develop6/update/dev/Linux_JDK_1.4.0/include/linux -I. -I./res -I. \
-# -include preinclude.h -D_USE_NAMESPACE -DGLIBC=2 -D_USE_NAMESPACE=1 -D_DEBUG_RUNTIME \
-# bezierclip.cxx convexhull.cxx -o bezierclip
-
prog : bezierclip.cxx convexhull.cxx
- g++ -Wall -g bezierclip.cxx convexhull.cxx -o bezierclip
-
-test : testconvexhull.cxx
- g++ -Wall -g testconvexhull.cxx -o testhull
+ g++ -I. -Wall -g bezierclip.cxx convexhull.cxx -o bezierclip
.cxx.o:
g++ -c $(LOCALDEFINES) $(CCFLAGS) $<