mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 14:20:26 +02:00
* libguile/lightning/lightning.am: New file. libguile will include this. Contents initially from include/Makefile.am and include/lightning/Makefile.am. * libguile/lightning/include/Makefile.am: * libguile/lightning/include/lightning/Makefile.am: Remove. * libguile/lightning/configure.ac: Remove output of include Makefiles.
31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
#
|
|
# Copyright 2000, 2001, 2002, 2012-2018 Free Software Foundation, Inc.
|
|
#
|
|
# This file is part of GNU lightning.
|
|
#
|
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published
|
|
# by the Free Software Foundation; either version 3, or (at your option)
|
|
# any later version.
|
|
#
|
|
# GNU lightning 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 Lesser General Public
|
|
# License for more details.
|
|
#
|
|
|
|
lightning = $(top_srcdir)/libguile/lightning
|
|
|
|
EXTRA_DIST = \
|
|
$(lightning)/include/lightning.h \
|
|
$(lightning)/include/lightning/jit_private.h a\
|
|
$(lightning)/include/lightning/jit_arm.h \
|
|
$(lightning)/include/lightning/jit_mips.h \
|
|
$(lightning)/include/lightning/jit_ppc.h \
|
|
$(lightning)/include/lightning/jit_sparc.h \
|
|
$(lightning)/include/lightning/jit_x86.h \
|
|
$(lightning)/include/lightning/jit_ia64.h \
|
|
$(lightning)/include/lightning/jit_hppa.h \
|
|
$(lightning)/include/lightning/jit_aarch64.h \
|
|
$(lightning)/include/lightning/jit_s390.h \
|
|
$(lightning)/include/lightning/jit_alpha.h
|