1cdf0e10cSrcweir# Testbuild 2b31e36b3SAndrew Rist# ************************************************************* 3b31e36b3SAndrew Rist# 4b31e36b3SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 5b31e36b3SAndrew Rist# or more contributor license agreements. See the NOTICE file 6b31e36b3SAndrew Rist# distributed with this work for additional information 7b31e36b3SAndrew Rist# regarding copyright ownership. The ASF licenses this file 8b31e36b3SAndrew Rist# to you under the Apache License, Version 2.0 (the 9b31e36b3SAndrew Rist# "License"); you may not use this file except in compliance 10b31e36b3SAndrew Rist# with the License. You may obtain a copy of the License at 11b31e36b3SAndrew Rist# 12b31e36b3SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 13b31e36b3SAndrew Rist# 14b31e36b3SAndrew Rist# Unless required by applicable law or agreed to in writing, 15b31e36b3SAndrew Rist# software distributed under the License is distributed on an 16b31e36b3SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17b31e36b3SAndrew Rist# KIND, either express or implied. See the License for the 18b31e36b3SAndrew Rist# specific language governing permissions and limitations 19b31e36b3SAndrew Rist# under the License. 20b31e36b3SAndrew Rist# 21b31e36b3SAndrew Rist# ************************************************************* 22b31e36b3SAndrew Rist# ************************************************************* 23b31e36b3SAndrew Rist# 24b31e36b3SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 25b31e36b3SAndrew Rist# or more contributor license agreements. See the NOTICE file 26b31e36b3SAndrew Rist# distributed with this work for additional information 27b31e36b3SAndrew Rist# regarding copyright ownership. The ASF licenses this file 28b31e36b3SAndrew Rist# to you under the Apache License, Version 2.0 (the 29b31e36b3SAndrew Rist# "License"); you may not use this file except in compliance 30b31e36b3SAndrew Rist# with the License. You may obtain a copy of the License at 31b31e36b3SAndrew Rist# 32b31e36b3SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 33b31e36b3SAndrew Rist# 34b31e36b3SAndrew Rist# Unless required by applicable law or agreed to in writing, 35b31e36b3SAndrew Rist# software distributed under the License is distributed on an 36b31e36b3SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 37b31e36b3SAndrew Rist# KIND, either express or implied. See the License for the 38b31e36b3SAndrew Rist# specific language governing permissions and limitations 39b31e36b3SAndrew Rist# under the License. 40b31e36b3SAndrew Rist# 41b31e36b3SAndrew Rist# ************************************************************* 42b31e36b3SAndrew Rist# ************************************************************* 43b31e36b3SAndrew Rist# 44b31e36b3SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 45b31e36b3SAndrew Rist# or more contributor license agreements. See the NOTICE file 46b31e36b3SAndrew Rist# distributed with this work for additional information 47b31e36b3SAndrew Rist# regarding copyright ownership. The ASF licenses this file 48b31e36b3SAndrew Rist# to you under the Apache License, Version 2.0 (the 49b31e36b3SAndrew Rist# "License"); you may not use this file except in compliance 50b31e36b3SAndrew Rist# with the License. You may obtain a copy of the License at 51b31e36b3SAndrew Rist# 52b31e36b3SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 53b31e36b3SAndrew Rist# 54b31e36b3SAndrew Rist# Unless required by applicable law or agreed to in writing, 55b31e36b3SAndrew Rist# software distributed under the License is distributed on an 56b31e36b3SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 57b31e36b3SAndrew Rist# KIND, either express or implied. See the License for the 58b31e36b3SAndrew Rist# specific language governing permissions and limitations 59b31e36b3SAndrew Rist# under the License. 60b31e36b3SAndrew Rist# 61b31e36b3SAndrew Rist# ************************************************************* 62cdf0e10cSrcweir 63cdf0e10cSrcweir#test : bezierclip.cxx convexhull.cxx 64cdf0e10cSrcweir# g++ -Wall -g \ 65cdf0e10cSrcweir# -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*b597708bSHerbert Dürr# -include preinclude.h -D_USE_NAMESPACE -DGLIBC=2 -D_USE_NAMESPACE=1 -D_STLP_DEBUG \ 67cdf0e10cSrcweir# bezierclip.cxx convexhull.cxx -o bezierclip 68cdf0e10cSrcweir 69cdf0e10cSrcweirprog : bezierclip.cxx convexhull.cxx 70cdf0e10cSrcweir g++ -Wall -g bezierclip.cxx convexhull.cxx -o bezierclip 71cdf0e10cSrcweir 72cdf0e10cSrcweirtest : testconvexhull.cxx 73cdf0e10cSrcweir g++ -Wall -g testconvexhull.cxx -o testhull 74cdf0e10cSrcweir 75cdf0e10cSrcweir.cxx.o: 76cdf0e10cSrcweir g++ -c $(LOCALDEFINES) $(CCFLAGS) $< 77