MIT_SCHEME_EXE = @MIT_SCHEME_EXE@
scmlibdir = @MIT_SCHEME_LIBDIR@
-scmlib_gldir = $(scmlibdir)gl
+scmlib_subdir = $(scmlibdir)gl
scmlib_LTLIBRARIES = gl-shim.la
scmlib_DATA = gl-types.bin gl-const.bin
sources = gl.scm gl-glx.scm gl-glxgears.scm
cdecls = gl.cdecl
-scmlib_gl_DATA = $(sources)
-scmlib_gl_DATA += gl.bin gl.bci gl.com
-scmlib_gl_DATA += gl-glx.bin gl-glx.bci gl-glx.com
-scmlib_gl_DATA += gl-glxgears.bin gl-glxgears.bci gl-glxgears.com
-scmlib_gl_DATA += make.scm gl-@MIT_SCHEME_OS_SUFFIX@.pkd
+binaries = gl.bci gl.com
+binaries += gl-glx.bci gl-glx.com
+binaries += gl-glxgears.bci gl-glxgears.com
-#info_TEXINFOS = mit-scheme-gl.texi
+scmlib_sub_DATA = $(sources)
+scmlib_sub_DATA += $(binaries)
+scmlib_sub_DATA += make.scm gl-@MIT_SCHEME_OS_SUFFIX@.pkd
+
+#info_TEXINFOS = mit-scheme-pucked-gl.texi
AM_MAKEINFOHTMLFLAGS = --no-split
-# Set these to the defaults used by Scheme.
-infodir = $(datarootdir)/info
-htmldir = $(libdir)/mit-scheme-pucked/doc
-dvidir = $(libdir)/mit-scheme-pucked/doc
-pdfdir = $(libdir)/mit-scheme-pucked/doc
+# The shared system documentation directory...
+docdir = $(datarootdir)/doc/mit-scheme-pucked
+# ...with separate html and pdf subdirectories.
+htmldir = $(datarootdir)/doc/mit-scheme-pucked/html
+pdfdir = $(datarootdir)/doc/mit-scheme-pucked/pdf
+# ...and dvi and ps subdirectories?
+dvidir = $(datarootdir)/doc/mit-scheme-pucked/dvi
+psdir = $(datarootdir)/doc/mit-scheme-pucked/ps
AM_CPPFLAGS = -I@MIT_SCHEME_INCLUDEDIR@
AM_CFLAGS = `pkg-config --cflags gl glu gtk+-3.0`
gl-const.scm: gl-const
./gl-const
-gl.bin: stamp-scheme
gl.bci: stamp-scheme
gl.com: stamp-scheme
+gl-glx.bci: stamp-scheme
+gl-glx.com: stamp-scheme
+gl-glxgears.bci: stamp-scheme
+gl-glxgears.com: stamp-scheme
gl-@MIT_SCHEME_OS_SUFFIX@.pkd: stamp-scheme
stamp-scheme: stamp-shim $(sources) gl.pkg
touch stamp-scheme
TAGS_DEPENDENCIES = $(all_sources) $(cdecls)
EXTRA_DIST += $(all_sources) $(cdecls) compile.sh gl.pkg
-EXTRA_DIST += gl-check.sh gl-tests.scm
-EXTRA_DIST += make.scm optiondb.scm tags-fix.sh
+EXTRA_DIST += gl-tests.scm gl-check.sh
+EXTRA_DIST += make.scm optiondb.scm tags-fix.sh debian
install-data-hook:
- echo '(update-optiondb "$(DESTDIR)$(scmlibdir)")' \
- | $(MIT_SCHEME_EXE) --batch-mode
+ if [ -f "$(DESTDIR)$(scmlibdir)optiondb.scm" ]; then \
+ echo '(update-optiondb "$(DESTDIR)$(scmlibdir)")' \
+ | $(MIT_SCHEME_EXE) --batch-mode; fi
#install-html: install-html-am
-# echo '(update-html-index "$(DESTDIR)$(htmldir)/")' \
-# | $(MIT_SCHEME_EXE) --batch-mode
+# if [ -f "$(DESTDIR)$(htmldir)/index.html" ]; then \
+# echo '(update-html-index "$(DESTDIR)$(htmldir)/")' \
+# | $(MIT_SCHEME_EXE) --batch-mode; fi
uninstall-hook:
- echo '(update-optiondb "$(DESTDIR)$(scmlibdir)")' \
- | $(MIT_SCHEME_EXE) --batch-mode
- [ -d "$(DESTDIR)$(scmlib_gldir)" ] \
- && rmdir "$(DESTDIR)$(scmlib_gldir)"
-# [ -d "$(DESTDIR)$(htmldir)" ] \
-# && ( echo '(update-html-index "$(DESTDIR)$(htmldir)/")' \
-# | $(MIT_SCHEME_EXE) --batch-mode )
+ if [ -f "$(DESTDIR)$(scmlibdir)optiondb.scm" ]; then \
+ echo '(update-optiondb "$(DESTDIR)$(scmlibdir)")' \
+ | $(MIT_SCHEME_EXE) --batch-mode; fi
+ if [ -f "$(DESTDIR)$(htmldir)/index.html" ]; then \
+ echo '(update-html-index "$(DESTDIR)$(htmldir)/")' \
+ | $(MIT_SCHEME_EXE) --batch-mode; fi
+ if [ -d "$(DESTDIR)$(scmlib_subdir)" ]; then \
+ rmdir "$(DESTDIR)$(scmlib_subdir)"; fi
--- /dev/null
+Source: mit-scheme-pucked-gl
+Section: lisp
+Priority: optional
+Maintainer: Friar Puck <puck@birchwood-abbey.net>
+Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
+ mit-scheme-pucked-gtk (>= 0.5),
+ texinfo, texlive,
+ libglu1-mesa-dev
+Standards-Version: 3.9.4
+Homepage: http://birchwood-abbey.net/~matt/Scheme/
+Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git
+Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
+
+Package: mit-scheme-pucked-gl
+Architecture: any
+Depends: mit-scheme-pucked-gtk (>= 0.5), ${shlibs:Depends}, ${misc:Depends}
+Description: OpenGL plugin for Friar Puck's MIT/GNU Scheme
+ This package provides mit-scheme-pucked with a dynamically loadable
+ wrapper of a small portion of the OpenGL C API as implemented by the
+ Mesa 3D graphics library.
--- /dev/null
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mit-scheme-pucked-gl
+Source: http://birchwood-abbey.net/~matt/Scheme/
+
+Files: *
+Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
+ Massachusetts Institute of Technology
+License: GPL-2+
+ This package is an OpenGL plugin for Friar Puck's MIT/GNU Scheme.
+ .
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or (at
+ your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+ USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".