Makefile (b31e36b3) | Makefile (b597708b) |
---|---|
1# Testbuild 2# ************************************************************* 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 49 unchanged lines hidden (view full) --- 58# specific language governing permissions and limitations 59# under the License. 60# 61# ************************************************************* 62 63#test : bezierclip.cxx convexhull.cxx 64# g++ -Wall -g \ 65# -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. \ | 1# Testbuild 2# ************************************************************* 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 49 unchanged lines hidden (view full) --- 58# specific language governing permissions and limitations 59# under the License. 60# 61# ************************************************************* 62 63#test : bezierclip.cxx convexhull.cxx 64# g++ -Wall -g \ 65# -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. \ |
66# -include preinclude.h -D_USE_NAMESPACE -DGLIBC=2 -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -D_STLP_DEBUG \ | 66# -include preinclude.h -D_USE_NAMESPACE -DGLIBC=2 -D_USE_NAMESPACE=1 -D_STLP_DEBUG \ |
67# bezierclip.cxx convexhull.cxx -o bezierclip 68 69prog : bezierclip.cxx convexhull.cxx 70 g++ -Wall -g bezierclip.cxx convexhull.cxx -o bezierclip 71 72test : testconvexhull.cxx 73 g++ -Wall -g testconvexhull.cxx -o testhull 74 75.cxx.o: 76 g++ -c $(LOCALDEFINES) $(CCFLAGS) $< | 67# bezierclip.cxx convexhull.cxx -o bezierclip 68 69prog : bezierclip.cxx convexhull.cxx 70 g++ -Wall -g bezierclip.cxx convexhull.cxx -o bezierclip 71 72test : testconvexhull.cxx 73 g++ -Wall -g testconvexhull.cxx -o testhull 74 75.cxx.o: 76 g++ -c $(LOCALDEFINES) $(CCFLAGS) $< |