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 9# "License"); you may not use this file except in compliance 10# with the License. You may obtain a copy of the License at 11# 12# http://www.apache.org/licenses/LICENSE-2.0 13# 14# Unless required by applicable law or agreed to in writing, 15# software distributed under the License is distributed on an 16# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17# KIND, either express or implied. See the License for the 18# specific language governing permissions and limitations 19# under the License. 20# 21# ************************************************************* 22# ************************************************************* 23# 24# Licensed to the Apache Software Foundation (ASF) under one 25# or more contributor license agreements. See the NOTICE file 26# distributed with this work for additional information 27# regarding copyright ownership. The ASF licenses this file 28# to you under the Apache License, Version 2.0 (the 29# "License"); you may not use this file except in compliance 30# with the License. You may obtain a copy of the License at 31# 32# http://www.apache.org/licenses/LICENSE-2.0 33# 34# Unless required by applicable law or agreed to in writing, 35# software distributed under the License is distributed on an 36# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 37# KIND, either express or implied. See the License for the 38# specific language governing permissions and limitations 39# under the License. 40# 41# ************************************************************* 42# ************************************************************* 43# 44# Licensed to the Apache Software Foundation (ASF) under one 45# or more contributor license agreements. See the NOTICE file 46# distributed with this work for additional information 47# regarding copyright ownership. The ASF licenses this file 48# to you under the Apache License, Version 2.0 (the 49# "License"); you may not use this file except in compliance 50# with the License. You may obtain a copy of the License at 51# 52# http://www.apache.org/licenses/LICENSE-2.0 53# 54# Unless required by applicable law or agreed to in writing, 55# software distributed under the License is distributed on an 56# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 57# KIND, either express or implied. See the License for the 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 -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) $< 77