xref: /aoo41x/main/basegfx/source/workbench/Makefile (revision cdf0e10c)
1*cdf0e10cSrcweir# Testbuild
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir#test : bezierclip.cxx convexhull.cxx
4*cdf0e10cSrcweir#	g++ -Wall -g \
5*cdf0e10cSrcweir#	-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. \
6*cdf0e10cSrcweir#	-include preinclude.h -D_USE_NAMESPACE -DGLIBC=2 -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -D_STLP_DEBUG \
7*cdf0e10cSrcweir#	bezierclip.cxx convexhull.cxx -o bezierclip
8*cdf0e10cSrcweir
9*cdf0e10cSrcweirprog : bezierclip.cxx convexhull.cxx
10*cdf0e10cSrcweir	g++ -Wall -g bezierclip.cxx convexhull.cxx -o bezierclip
11*cdf0e10cSrcweir
12*cdf0e10cSrcweirtest : testconvexhull.cxx
13*cdf0e10cSrcweir	g++ -Wall -g testconvexhull.cxx -o testhull
14*cdf0e10cSrcweir
15*cdf0e10cSrcweir.cxx.o:
16*cdf0e10cSrcweir	g++ -c $(LOCALDEFINES) $(CCFLAGS) $<
17