plug-ins/script-fu/ftx/Makefile.am plug-ins/script-fu/re/Makefile.am

2006-11-23  Sven Neumann  <sven@gimp.org>

        * plug-ins/script-fu/ftx/Makefile.am
        * plug-ins/script-fu/re/Makefile.am
        * plug-ins/script-fu/tinyscheme/Makefile.am: cleaned up Makefiles.
        Fixed for srcdir != builddir.
This commit is contained in:
Sven Neumann 2006-11-23 21:55:35 +00:00 committed by Sven Neumann
parent d87e5738b6
commit a4423dc1ba
4 changed files with 63 additions and 56 deletions

View File

@ -1,3 +1,10 @@
2006-11-23 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/ftx/Makefile.am
* plug-ins/script-fu/re/Makefile.am
* plug-ins/script-fu/tinyscheme/Makefile.am: cleaned up Makefiles.
Fixed for srcdir != builddir.
2006-11-23 Simon Budig <simon@gimp.org>
* tools/pdbgen/pdb/vectors.pdb: renamed gimp_vectors_new_from_*

View File

@ -1,16 +1,16 @@
## Process this file with automake to produce Makefile.in
AM_CFLAGS = \
-DUSE_INTERFACE=1 \
-I.. \
$(GLIB_CFLAGS)
AM_CFLAGS = \
-DUSE_INTERFACE=1 \
-I$(srcdir)/.. \
$(GLIB_CFLAGS)
noinst_LIBRARIES = libftx.a
libftx_a_SOURCES = ftx.c ftx.h
EXTRA_DIST = \
LICENSE \
README \
ftx-functions.txt \
listhome.scm
LICENSE \
README \
ftx-functions.txt \
listhome.scm

View File

@ -1,42 +1,42 @@
## Process this file with automake to produce Makefile.in
AM_CFLAGS = \
-DUSE_INTERFACE=1 \
-I.. \
$(GLIB_CFLAGS)
-DUSE_INTERFACE=1 \
-I$(srcdir)/.. \
$(GLIB_CFLAGS)
noinst_LIBRARIES = libre.a
libre_a_SOURCES = \
cclass.h \
cname.h \
debug.c \
debug.ih \
re.c \
re.h \
regcomp.c \
regcomp.ih \
regerror.c \
regerror.ih \
regex.h \
regex2.h \
regexec.c \
regfree.c \
split.c \
utils.h
cclass.h \
cname.h \
debug.c \
debug.ih \
re.c \
re.h \
regcomp.c \
regcomp.ih \
regerror.c \
regerror.ih \
regex.h \
regex2.h \
regexec.c \
regfree.c \
split.c \
utils.h
#engine.c and engine.ih are listed below rather than above since the
#file is #include'ed in the source files and not compiled separately.
EXTRA_DIST = \
COPYRIGHT \
README \
README.1st \
WHATSNEW \
engine.c \
engine.ih \
mkh \
regex.001 \
regex.3 \
regex.7 \
re.makefile \
re.scm
COPYRIGHT \
README \
README.1st \
WHATSNEW \
engine.c \
engine.ih \
mkh \
regex.001 \
regex.3 \
regex.7 \
re.makefile \
re.scm

View File

@ -1,26 +1,26 @@
## Process this file with automake to produce Makefile.in
AM_CFLAGS = \
-DSTANDALONE=0 \
-DUSE_INTERFACE=1 \
-DUSE_MATH=1 \
-DUSE_ASCII_NAMES=0 \
-DUSE_STRLWR=0 \
-I$(top_srcdir) \
$(GLIB_CFLAGS)
-DSTANDALONE=0 \
-DUSE_INTERFACE=1 \
-DUSE_MATH=1 \
-DUSE_ASCII_NAMES=0 \
-DUSE_STRLWR=0 \
-I$(top_srcdir) \
$(GLIB_CFLAGS)
noinst_LIBRARIES = libtinyscheme.a
libtinyscheme_a_SOURCES = \
scheme.c \
opdefines.h \
scheme-private.h \
scheme.h
scheme.c \
opdefines.h \
scheme-private.h \
scheme.h
EXTRA_DIST = \
BUILDING \
CHANGES \
COPYING \
hack.txt \
Manual.txt \
MiniSCHEMETribute.txt
BUILDING \
CHANGES \
COPYING \
hack.txt \
Manual.txt \
MiniSCHEMETribute.txt