drop autotools
This commit is contained in:
240
Makefile.am
240
Makefile.am
@@ -1,240 +0,0 @@
|
||||
# Copyright © 2011 Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
# to deal in the Software without restriction, including without limitation
|
||||
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
# and/or sell copies of the Software, and to permit persons to whom the
|
||||
# Software is furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice (including the next
|
||||
# paragraph) shall be included in all copies or substantial portions of the
|
||||
# Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = glu.pc
|
||||
|
||||
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
|
||||
|
||||
AM_CPPFLAGS = -DLIBRARYBUILD \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/include \
|
||||
-I$(top_srcdir)/src/libnurbs/internals \
|
||||
-I$(top_srcdir)/src/libnurbs/interface \
|
||||
-I$(top_srcdir)/src/libnurbs/nurbtess
|
||||
AM_CFLAGS = $(GL_CFLAGS) $(LIBGLVND_CFLAGS) $(OSMESA_CFLAGS) $(WARNCFLAGS) $(VISIBILITY_CFLAGS)
|
||||
AM_CXXFLAGS = $(GL_CFLAGS) $(LIBGLVND_CFLAGS) $(OSMESA_CFLAGS) $(WARNCXXFLAGS) $(VISIBILITY_CXXFLAGS)
|
||||
|
||||
GL_includedir = $(includedir)/GL
|
||||
GL_include_HEADERS = \
|
||||
$(top_srcdir)/include/GL/glu.h
|
||||
|
||||
GLU_LIBRARY_VERSION=1:3:1
|
||||
lib_LTLIBRARIES = libGLU.la
|
||||
libGLU_la_SOURCES = \
|
||||
src/libutil/error.c \
|
||||
src/libutil/glue.c \
|
||||
src/libutil/mipmap.c \
|
||||
src/libutil/project.c \
|
||||
src/libutil/quad.c \
|
||||
src/libutil/registry.c \
|
||||
src/libtess/dict.c \
|
||||
src/libtess/geom.c \
|
||||
src/libtess/memalloc.c \
|
||||
src/libtess/mesh.c \
|
||||
src/libtess/normal.c \
|
||||
src/libtess/priorityq.c \
|
||||
src/libtess/render.c \
|
||||
src/libtess/sweep.c \
|
||||
src/libtess/tess.c \
|
||||
src/libtess/tessmono.c \
|
||||
src/libnurbs/interface/bezierEval.cc \
|
||||
src/libnurbs/interface/bezierPatch.cc \
|
||||
src/libnurbs/interface/bezierPatchMesh.cc \
|
||||
src/libnurbs/interface/glcurveval.cc \
|
||||
src/libnurbs/interface/glinterface.cc \
|
||||
src/libnurbs/interface/glrenderer.cc \
|
||||
src/libnurbs/interface/glsurfeval.cc \
|
||||
src/libnurbs/interface/incurveeval.cc \
|
||||
src/libnurbs/interface/insurfeval.cc \
|
||||
src/libnurbs/internals/arc.cc \
|
||||
src/libnurbs/internals/arcsorter.cc \
|
||||
src/libnurbs/internals/arctess.cc \
|
||||
src/libnurbs/internals/backend.cc \
|
||||
src/libnurbs/internals/basiccrveval.cc \
|
||||
src/libnurbs/internals/basicsurfeval.cc \
|
||||
src/libnurbs/internals/bin.cc \
|
||||
src/libnurbs/internals/bufpool.cc \
|
||||
src/libnurbs/internals/cachingeval.cc \
|
||||
src/libnurbs/internals/ccw.cc \
|
||||
src/libnurbs/internals/coveandtiler.cc \
|
||||
src/libnurbs/internals/curve.cc \
|
||||
src/libnurbs/internals/curvelist.cc \
|
||||
src/libnurbs/internals/curvesub.cc \
|
||||
src/libnurbs/internals/dataTransform.cc \
|
||||
src/libnurbs/internals/displaylist.cc \
|
||||
src/libnurbs/internals/flist.cc \
|
||||
src/libnurbs/internals/flistsorter.cc \
|
||||
src/libnurbs/internals/hull.cc \
|
||||
src/libnurbs/internals/intersect.cc \
|
||||
src/libnurbs/internals/knotvector.cc \
|
||||
src/libnurbs/internals/mapdesc.cc \
|
||||
src/libnurbs/internals/mapdescv.cc \
|
||||
src/libnurbs/internals/maplist.cc \
|
||||
src/libnurbs/internals/mesher.cc \
|
||||
src/libnurbs/internals/monoTriangulationBackend.cc \
|
||||
src/libnurbs/internals/monotonizer.cc \
|
||||
src/libnurbs/internals/mycode.cc \
|
||||
src/libnurbs/internals/nurbsinterfac.cc \
|
||||
src/libnurbs/internals/nurbstess.cc \
|
||||
src/libnurbs/internals/patch.cc \
|
||||
src/libnurbs/internals/patchlist.cc \
|
||||
src/libnurbs/internals/quilt.cc \
|
||||
src/libnurbs/internals/reader.cc \
|
||||
src/libnurbs/internals/renderhints.cc \
|
||||
src/libnurbs/internals/slicer.cc \
|
||||
src/libnurbs/internals/sorter.cc \
|
||||
src/libnurbs/internals/splitarcs.cc \
|
||||
src/libnurbs/internals/subdivider.cc \
|
||||
src/libnurbs/internals/tobezier.cc \
|
||||
src/libnurbs/internals/trimline.cc \
|
||||
src/libnurbs/internals/trimregion.cc \
|
||||
src/libnurbs/internals/trimvertpool.cc \
|
||||
src/libnurbs/internals/uarray.cc \
|
||||
src/libnurbs/internals/varray.cc \
|
||||
src/libnurbs/nurbtess/directedLine.cc \
|
||||
src/libnurbs/nurbtess/gridWrap.cc \
|
||||
src/libnurbs/nurbtess/monoChain.cc \
|
||||
src/libnurbs/nurbtess/monoPolyPart.cc \
|
||||
src/libnurbs/nurbtess/monoTriangulation.cc \
|
||||
src/libnurbs/nurbtess/partitionX.cc \
|
||||
src/libnurbs/nurbtess/partitionY.cc \
|
||||
src/libnurbs/nurbtess/polyDBG.cc \
|
||||
src/libnurbs/nurbtess/polyUtil.cc \
|
||||
src/libnurbs/nurbtess/primitiveStream.cc \
|
||||
src/libnurbs/nurbtess/quicksort.cc \
|
||||
src/libnurbs/nurbtess/rectBlock.cc \
|
||||
src/libnurbs/nurbtess/sampleComp.cc \
|
||||
src/libnurbs/nurbtess/sampleCompBot.cc \
|
||||
src/libnurbs/nurbtess/sampleCompRight.cc \
|
||||
src/libnurbs/nurbtess/sampleCompTop.cc \
|
||||
src/libnurbs/nurbtess/sampleMonoPoly.cc \
|
||||
src/libnurbs/nurbtess/sampledLine.cc \
|
||||
src/libnurbs/nurbtess/searchTree.cc
|
||||
libGLU_la_LIBADD = $(GL_LIBS) $(LIBGLVND_LIBS) $(OSMESA_LIBS)
|
||||
libGLU_la_LDFLAGS = -version-number $(GLU_LIBRARY_VERSION) -no-undefined -export-symbols-regex '^glu'
|
||||
|
||||
EXTRA_DIST = \
|
||||
meson.build \
|
||||
meson_options.txt \
|
||||
include/GL/glu.h \
|
||||
src/meson.build \
|
||||
src/libtess/render.h \
|
||||
src/libtess/tessmono.h \
|
||||
src/libtess/mesh.h \
|
||||
src/libtess/sweep.h \
|
||||
src/libtess/priorityq-sort.h \
|
||||
src/libtess/priorityq.h \
|
||||
src/libtess/dict-list.h \
|
||||
src/libtess/geom.h \
|
||||
src/libtess/dict.h \
|
||||
src/libtess/priorityq-heap.c \
|
||||
src/libtess/priorityq-heap.h \
|
||||
src/libtess/memalloc.h \
|
||||
src/libtess/normal.h \
|
||||
src/libtess/tess.h \
|
||||
src/libnurbs/interface/bezierPatchMesh.h \
|
||||
src/libnurbs/interface/mystdlib.h \
|
||||
src/libnurbs/interface/bezierPatch.h \
|
||||
src/libnurbs/interface/glimports.h \
|
||||
src/libnurbs/interface/glrenderer.h \
|
||||
src/libnurbs/interface/bezierEval.h \
|
||||
src/libnurbs/interface/glsurfeval.h \
|
||||
src/libnurbs/interface/mystdio.h \
|
||||
src/libnurbs/interface/glcurveval.h \
|
||||
src/libnurbs/internals/types.h \
|
||||
src/libnurbs/internals/arctess.h \
|
||||
src/libnurbs/internals/sorter.h \
|
||||
src/libnurbs/internals/displaymode.h \
|
||||
src/libnurbs/internals/patch.h \
|
||||
src/libnurbs/internals/monotonizer.h \
|
||||
src/libnurbs/internals/mymath.h \
|
||||
src/libnurbs/internals/flist.h \
|
||||
src/libnurbs/internals/jarcloc.h \
|
||||
src/libnurbs/internals/subdivider.h \
|
||||
src/libnurbs/internals/gridtrimvertex.h \
|
||||
src/libnurbs/internals/arc.h \
|
||||
src/libnurbs/internals/gridline.h \
|
||||
src/libnurbs/internals/bezierarc.h \
|
||||
src/libnurbs/internals/curvelist.h \
|
||||
src/libnurbs/internals/hull.h \
|
||||
src/libnurbs/internals/patchlist.h \
|
||||
src/libnurbs/internals/cachingeval.h \
|
||||
src/libnurbs/internals/maplist.h \
|
||||
src/libnurbs/internals/trimline.h \
|
||||
src/libnurbs/internals/quilt.h \
|
||||
src/libnurbs/internals/renderhints.h \
|
||||
src/libnurbs/internals/gridvertex.h \
|
||||
src/libnurbs/internals/arcsorter.h \
|
||||
src/libnurbs/internals/nurbsconsts.h \
|
||||
src/libnurbs/internals/pwlarc.h \
|
||||
src/libnurbs/internals/basiccrveval.h \
|
||||
src/libnurbs/internals/trimregion.h \
|
||||
src/libnurbs/internals/flistsorter.h \
|
||||
src/libnurbs/internals/dataTransform.h \
|
||||
src/libnurbs/internals/uarray.h \
|
||||
src/libnurbs/internals/backend.h \
|
||||
src/libnurbs/internals/coveandtiler.h \
|
||||
src/libnurbs/internals/mystring.h \
|
||||
src/libnurbs/internals/nurbstess.h \
|
||||
src/libnurbs/internals/reader.h \
|
||||
src/libnurbs/internals/knotvector.h \
|
||||
src/libnurbs/internals/slicer.h \
|
||||
src/libnurbs/internals/varray.h \
|
||||
src/libnurbs/internals/mysetjmp.h \
|
||||
src/libnurbs/internals/myassert.h \
|
||||
src/libnurbs/internals/trimvertpool.h \
|
||||
src/libnurbs/internals/simplemath.h \
|
||||
src/libnurbs/internals/mapdesc.h \
|
||||
src/libnurbs/internals/displaylist.h \
|
||||
src/libnurbs/internals/curve.h \
|
||||
src/libnurbs/internals/mesher.h \
|
||||
src/libnurbs/internals/bufpool.h \
|
||||
src/libnurbs/internals/basicsurfeval.h \
|
||||
src/libnurbs/internals/defines.h \
|
||||
src/libnurbs/internals/trimvertex.h \
|
||||
src/libnurbs/internals/bin.h \
|
||||
src/libnurbs/nurbtess/sampleComp.h \
|
||||
src/libnurbs/nurbtess/sampledLine.h \
|
||||
src/libnurbs/nurbtess/sampleMonoPoly.h \
|
||||
src/libnurbs/nurbtess/primitiveStream.h \
|
||||
src/libnurbs/nurbtess/mystdlib.h \
|
||||
src/libnurbs/nurbtess/partitionY.h \
|
||||
src/libnurbs/nurbtess/polyUtil.h \
|
||||
src/libnurbs/nurbtess/glimports.h \
|
||||
src/libnurbs/nurbtess/searchTree.h \
|
||||
src/libnurbs/nurbtess/quicksort.h \
|
||||
src/libnurbs/nurbtess/directedLine.h \
|
||||
src/libnurbs/nurbtess/monoPolyPart.h \
|
||||
src/libnurbs/nurbtess/zlassert.h \
|
||||
src/libnurbs/nurbtess/rectBlock.h \
|
||||
src/libnurbs/nurbtess/monoChain.h \
|
||||
src/libnurbs/nurbtess/sampleCompTop.h \
|
||||
src/libnurbs/nurbtess/polyDBG.h \
|
||||
src/libnurbs/nurbtess/sampleCompRight.h \
|
||||
src/libnurbs/nurbtess/sampleCompBot.h \
|
||||
src/libnurbs/nurbtess/monoTriangulation.h \
|
||||
src/libnurbs/nurbtess/definitions.h \
|
||||
src/libnurbs/nurbtess/mystdio.h \
|
||||
src/libnurbs/nurbtess/gridWrap.h \
|
||||
src/libnurbs/nurbtess/partitionX.h \
|
||||
src/include/gluos.h \
|
||||
src/libutil/gluint.h
|
@@ -1,6 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
test -n "$srcdir" || srcdir=`dirname "$0"`
|
||||
test -n "$srcdir" || srcdir=.
|
||||
autoreconf --force --install --verbose "$srcdir"
|
||||
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
155
configure.ac
155
configure.ac
@@ -1,155 +0,0 @@
|
||||
# Copyright © 2011 Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
# to deal in the Software without restriction, including without limitation
|
||||
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
# and/or sell copies of the Software, and to permit persons to whom the
|
||||
# Software is furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice (including the next
|
||||
# paragraph) shall be included in all copies or substantial portions of the
|
||||
# Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([glu],
|
||||
[9.0.2],
|
||||
[https://gitlab.freedesktop.org/mesa/glu/issues])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
AM_INIT_AUTOMAKE([dist-xz foreign subdir-objects])
|
||||
|
||||
LT_PREREQ([2.2])
|
||||
LT_INIT
|
||||
|
||||
dnl Check for progs
|
||||
AC_PROG_CPP
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
|
||||
dnl Enable quiet compiles on automake 1.11.
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
AC_ARG_ENABLE(debug,
|
||||
AS_HELP_STRING([--enable-debug],
|
||||
[Enable debugging information]),
|
||||
[if test x$enableval = xyes; then
|
||||
CFLAGS="$CFLAGS -g -O0 -DDEBUG"
|
||||
CXXFLAGS="$CXXFLAGS -g -O0 -DDEBUG"; else
|
||||
CFLAGS="$CFLAGS -DNDEBUG"
|
||||
CXXFLAGS="$CXXFLAGS -DNDEBUG"; fi],
|
||||
[CFLAGS="$CFLAGS -DNDEBUG"
|
||||
CXXFLAGS="$CXXFLAGS -DNDEBUG"])
|
||||
|
||||
dnl Make sure the pkg-config macros are defined
|
||||
m4_ifndef([PKG_PROG_PKG_CONFIG],
|
||||
[m4_fatal([Could not locate the pkg-config autoconf macros.
|
||||
These are usually located in /usr/share/aclocal/pkg.m4. If your macros
|
||||
are in a different location, try setting the environment variable
|
||||
ACLOCAL="aclocal -I/other/macro/dir" before running autoreconf.])])
|
||||
PKG_PROG_PKG_CONFIG()
|
||||
|
||||
AC_ARG_ENABLE(libglvnd,
|
||||
AS_HELP_STRING([--enable-libglvnd],
|
||||
[Enable use of libglvnd]),
|
||||
[LIBGLVND="$enableval"],
|
||||
[LIBGLVND=no])
|
||||
|
||||
AC_ARG_ENABLE(osmesa,
|
||||
AS_HELP_STRING([--enable-osmesa],
|
||||
[Enable use of OSMesa instead of libGL]),
|
||||
[OSMESA="$enableval"],
|
||||
[OSMESA=no])
|
||||
|
||||
dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL. We include a
|
||||
dnl fallback path for implementations that don't provide a .pc file
|
||||
AS_IF([test "x$LIBGLVND" = "xyes"], [
|
||||
GLU_REQUIRES="opengl"
|
||||
PKG_CHECK_MODULES(LIBGLVND, [opengl], [], [
|
||||
AC_CHECK_HEADER([GL/gl.h],
|
||||
[],
|
||||
AC_MSG_ERROR([libglvnd GL not found]))
|
||||
AC_CHECK_LIB([OpenGL],
|
||||
[glBegin],
|
||||
[GL_LIBS=-lOpenGL],
|
||||
AC_MSG_ERROR([libglvnd libOpenGL required]))
|
||||
])
|
||||
], [test "x$OSMESA" = "xyes"], [
|
||||
GLU_REQUIRES="osmesa"
|
||||
PKG_CHECK_MODULES(OSMESA, [osmesa], [], [
|
||||
AC_CHECK_LIB([OSMesa],
|
||||
[glBegin],
|
||||
[OSMESA_LIBS=-lOSMesa],
|
||||
AC_MSG_ERROR([OSMesa required]))
|
||||
])
|
||||
], [
|
||||
GLU_REQUIRES="gl"
|
||||
PKG_CHECK_MODULES(GL, [gl], [], [
|
||||
AC_CHECK_HEADER([GL/gl.h],
|
||||
[],
|
||||
AC_MSG_ERROR([GL not found]))
|
||||
AC_CHECK_LIB([GL],
|
||||
[glBegin],
|
||||
[GL_LIBS=-lGL],
|
||||
AC_MSG_ERROR([GL required]))
|
||||
])
|
||||
])
|
||||
|
||||
AC_SUBST([GLU_REQUIRES])
|
||||
|
||||
dnl Set up C warning and visibility flags.
|
||||
if test "x$GCC" = xyes; then
|
||||
WARNCFLAGS="-Wall"
|
||||
|
||||
# Enable -fvisibility=hidden if using a gcc that supports it
|
||||
save_CFLAGS="$CFLAGS"
|
||||
AC_MSG_CHECKING([whether $CC supports -fvisibility=hidden])
|
||||
VISIBILITY_CFLAGS="-fvisibility=hidden"
|
||||
CFLAGS="$CFLAGS $VISIBILITY_CFLAGS"
|
||||
AC_LINK_IFELSE([AC_LANG_PROGRAM()], AC_MSG_RESULT([yes]),
|
||||
[VISIBILITY_CFLAGS=""; AC_MSG_RESULT([no])]);
|
||||
|
||||
# Restore CFLAGS; VISIBILITY_CFLAGS are added to it where needed.
|
||||
CFLAGS=$save_CFLAGS
|
||||
|
||||
if test "x$GXX" = xyes; then
|
||||
WARNCXXFLAGS="-Wall"
|
||||
|
||||
# Enable -fvisibility=hidden if using a gcc that supports it
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
AC_MSG_CHECKING([whether $CXX supports -fvisibility=hidden])
|
||||
VISIBILITY_CXXFLAGS="-fvisibility=hidden"
|
||||
CXXFLAGS="$CXXFLAGS $VISIBILITY_CXXFLAGS"
|
||||
AC_LANG_PUSH([C++])
|
||||
AC_LINK_IFELSE([AC_LANG_PROGRAM()], AC_MSG_RESULT([yes]),
|
||||
[VISIBILITY_CXXFLAGS=""; AC_MSG_RESULT([no])]);
|
||||
AC_LANG_POP([C++])
|
||||
|
||||
# Restore CXXFLAGS; VISIBILITY_CXXFLAGS are added to it where needed.
|
||||
CXXFLAGS=$save_CXXFLAGS
|
||||
fi
|
||||
else
|
||||
AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
|
||||
if test "x$SUNCC" = "xyes"; then
|
||||
WARNCFLAGS="-v"
|
||||
WARNCXXFLAGS="-v"
|
||||
fi
|
||||
fi
|
||||
AC_SUBST([WARNCFLAGS])
|
||||
AC_SUBST([WARNCXXFLAGS])
|
||||
AC_SUBST([VISIBILITY_CFLAGS])
|
||||
AC_SUBST([VISIBILITY_CXXFLAGS])
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
glu.pc
|
||||
])
|
Reference in New Issue
Block a user