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> 2006-11-23 Simon Budig <simon@gimp.org>
* tools/pdbgen/pdb/vectors.pdb: renamed gimp_vectors_new_from_* * 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 ## Process this file with automake to produce Makefile.in
AM_CFLAGS = \ AM_CFLAGS = \
-DUSE_INTERFACE=1 \ -DUSE_INTERFACE=1 \
-I.. \ -I$(srcdir)/.. \
$(GLIB_CFLAGS) $(GLIB_CFLAGS)
noinst_LIBRARIES = libftx.a noinst_LIBRARIES = libftx.a
libftx_a_SOURCES = ftx.c ftx.h libftx_a_SOURCES = ftx.c ftx.h
EXTRA_DIST = \ EXTRA_DIST = \
LICENSE \ LICENSE \
README \ README \
ftx-functions.txt \ ftx-functions.txt \
listhome.scm listhome.scm

View File

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

View File

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