mirror of https://github.com/GNOME/gimp.git
Satisfy a more pedantic `automake'.
* plug-ins/blur/Makefile.am (blur_SOURCES): Don't list files from other directories. * plug-ins/borderaverage/Makefile.am (borderaverage_SOURCES): Likewise. * plug-ins/emboss/Makefile.am (emboss_SOURCES): Likewise. * plug-ins/hot/Makefile.am (hot_SOURCES): Likewise. * plug-ins/nlfilt/Makefile.am (nlfilt_SOURCES): Likewise. * plug-ins/randomize/Makefile.am (randomize_SOURCES): Likewise. * plug-ins/sinus/Makefile.am (sinus_SOURCES): Likewise. * plug-ins/waves/Makefile.am (waves_SOURCES): Likewise. * plug-ins/gfig/gfig-examples/Makefile.am (EXTRA_DATA): Remove spurious variable. * plug-ins/script-fu/scripts/Makefile.am (EXTRA_DATA): Likewise. * plug-ins/webbrowser/Makefile.am (EXTRA_DATA): Likewise. Clean up handling of `tools/gcg' (partly due to a more pedantic automake). * configure.in (AC_OUTPUT): Emit tools/Makefile. * Makefile.am (SUBDIRS): Remove @GCG@, add `tools'. * tools/Makefile.am: New file. (SUBDIRS): Conditionally build `gcg' subdir. * app/Makefile.am (GCG): Work for srcdir != builddir. (GCGMAKEDEPEND): Likewise. * brushes/Makefile.am (EXTRA_DATA): Remove spurious variable. * gradients/Makefile.am (EXTRA_DATA): Likewise. * palettes/Makefile.am (EXTRA_DATA): Likewise. * patterns/Makefile.am (EXTRA_DATA): Likewise.
This commit is contained in:
parent
4fe20eacb0
commit
9287e58ebf
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
|||
1999-01-20 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Satisfy a more pedantic `automake'.
|
||||
* plug-ins/blur/Makefile.am (blur_SOURCES): Don't list files from
|
||||
other directories.
|
||||
* plug-ins/borderaverage/Makefile.am (borderaverage_SOURCES):
|
||||
Likewise.
|
||||
* plug-ins/emboss/Makefile.am (emboss_SOURCES): Likewise.
|
||||
* plug-ins/hot/Makefile.am (hot_SOURCES): Likewise.
|
||||
* plug-ins/nlfilt/Makefile.am (nlfilt_SOURCES): Likewise.
|
||||
* plug-ins/randomize/Makefile.am (randomize_SOURCES): Likewise.
|
||||
* plug-ins/sinus/Makefile.am (sinus_SOURCES): Likewise.
|
||||
* plug-ins/waves/Makefile.am (waves_SOURCES): Likewise.
|
||||
* plug-ins/gfig/gfig-examples/Makefile.am (EXTRA_DATA): Remove
|
||||
spurious variable.
|
||||
* plug-ins/script-fu/scripts/Makefile.am (EXTRA_DATA): Likewise.
|
||||
* plug-ins/webbrowser/Makefile.am (EXTRA_DATA): Likewise.
|
||||
|
||||
Clean up handling of `tools/gcg' (partly due to a more pedantic
|
||||
automake).
|
||||
* configure.in (AC_OUTPUT): Emit tools/Makefile.
|
||||
* Makefile.am (SUBDIRS): Remove @GCG@, add `tools'.
|
||||
* tools/Makefile.am: New file.
|
||||
(SUBDIRS): Conditionally build `gcg' subdir.
|
||||
* app/Makefile.am (GCG): Work for srcdir != builddir.
|
||||
(GCGMAKEDEPEND): Likewise.
|
||||
|
||||
Wed Jan 20 19:57:34 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
* app/gradients.c
|
||||
app/menus.c:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = po intl @GCG_SUBDIRS@ libgimp app plug-ins modules data @GIMPDOCS@
|
||||
SUBDIRS = po intl tools libgimp app plug-ins modules data @GIMPDOCS@
|
||||
|
||||
bin_SCRIPTS = gimptool
|
||||
|
||||
|
|
|
@ -639,6 +639,7 @@ libgimp/gimpfeatures.h
|
|||
Makefile
|
||||
po/Makefile.in
|
||||
intl/Makefile
|
||||
tools/Makefile
|
||||
libgimp/Makefile
|
||||
plug-ins/Makefile
|
||||
plug-ins/perl/config.pl:plug-ins/perl/etc/config.pl.in
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
1999-01-20 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* brushes/Makefile.am (EXTRA_DATA): Remove spurious variable.
|
||||
* gradients/Makefile.am (EXTRA_DATA): Likewise.
|
||||
* palettes/Makefile.am (EXTRA_DATA): Likewise.
|
||||
* patterns/Makefile.am (EXTRA_DATA): Likewise.
|
||||
|
||||
Mon Sep 22 17:34:53 1997 Federico Mena <federico@bananoid.nuclecu.unam.mx>
|
||||
|
||||
* Made 0.99.11 release.
|
||||
|
|
|
@ -7,7 +7,6 @@ patterndata =
|
|||
|
||||
brushdata_DATA = @brushdata@
|
||||
|
||||
EXTRA_DATA =
|
||||
EXTRA_DIST = $(brushdata_DATA)
|
||||
|
||||
.PHONY: files
|
||||
|
|
|
@ -7,7 +7,6 @@ patterndata =
|
|||
|
||||
gradientdata_DATA = @gradientdata@
|
||||
|
||||
EXTRA_DATA =
|
||||
EXTRA_DIST = $(gradientdata_DATA)
|
||||
|
||||
.PHONY: files
|
||||
|
|
|
@ -7,7 +7,6 @@ patterndata =
|
|||
|
||||
palettedata_DATA = @palettedata@
|
||||
|
||||
EXTRA_DATA =
|
||||
EXTRA_DIST = $(palettedata_DATA)
|
||||
|
||||
.PHONY: files
|
||||
|
|
|
@ -7,7 +7,6 @@ patterndata =
|
|||
|
||||
patterndata_DATA = @patterndata@
|
||||
|
||||
EXTRA_DATA =
|
||||
EXTRA_DIST = $(patterndata_DATA)
|
||||
|
||||
.PHONY: files
|
||||
|
|
|
@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins
|
|||
pluginlib_PROGRAMS = blur
|
||||
|
||||
blur_SOURCES = \
|
||||
$(top_srcdir)/plug-ins/gpc/gpc.h \
|
||||
blur.c
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins
|
|||
pluginlib_PROGRAMS = emboss
|
||||
|
||||
emboss_SOURCES = \
|
||||
$(top_srcdir)/plug-ins/megawidget/megawidget.h \
|
||||
emboss.c
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
@ -14,7 +14,6 @@ gfigdata_DATA = \
|
|||
star2 \
|
||||
stars
|
||||
|
||||
EXTRA_DATA =
|
||||
EXTRA_DIST = $(gfigdata_DATA)
|
||||
|
||||
files:
|
||||
|
|
|
@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins
|
|||
pluginlib_PROGRAMS = hot
|
||||
|
||||
hot_SOURCES = \
|
||||
$(top_srcdir)/plug-ins/megawidget/megawidget.h \
|
||||
hot.c
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins
|
|||
pluginlib_PROGRAMS = nlfilt
|
||||
|
||||
nlfilt_SOURCES = \
|
||||
$(top_srcdir)/plug-ins/megawidget/megawidget.h \
|
||||
nlfilt.c
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins
|
|||
pluginlib_PROGRAMS = randomize
|
||||
|
||||
randomize_SOURCES = \
|
||||
$(top_srcdir)/plug-ins/gpc/gpc.h \
|
||||
randomize.c
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
@ -100,7 +100,6 @@ scriptdata_DATA = \
|
|||
xach-effect.scm \
|
||||
test-sphere.scm
|
||||
|
||||
EXTRA_DATA =
|
||||
EXTRA_DIST = $(scriptdata_DATA)
|
||||
|
||||
files:
|
||||
|
|
|
@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins
|
|||
pluginlib_PROGRAMS = sinus
|
||||
|
||||
sinus_SOURCES = \
|
||||
$(top_srcdir)/plug-ins/megawidget/megawidget.h \
|
||||
sinus.c \
|
||||
sinus_logo.h
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins
|
|||
pluginlib_PROGRAMS = waves
|
||||
|
||||
waves_SOURCES = \
|
||||
$(top_srcdir)/plug-ins/megawidget/megawidget.h \
|
||||
waves.c
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
@ -26,7 +26,6 @@ DEPS = \
|
|||
|
||||
webbrowser_DEPENDENCIES = $(DEPS)
|
||||
|
||||
EXTRA_DATA =
|
||||
EXTRA_DIST = $(scriptdata_DATA)
|
||||
|
||||
.PHONY: files
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Makefile.in
|
|
@ -0,0 +1,13 @@
|
|||
#if FALSE
|
||||
#D_pdbgen=pdbgen
|
||||
#else
|
||||
#D_pdbgen=
|
||||
#endif
|
||||
|
||||
if WITH_GCG
|
||||
D_gcg=gcg
|
||||
else
|
||||
D_gcg=
|
||||
endif
|
||||
|
||||
SUBDIRS = $(D_gcg) # $(D_pdbgen)
|
Loading…
Reference in New Issue