* 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.
50 lines
650 B
Makefile
50 lines
650 B
Makefile
palettedatadir = $(gimpdatadir)/palettes
|
|
|
|
brushdata =
|
|
gradientdata =
|
|
palettedata =
|
|
patterndata =
|
|
|
|
palettedata_DATA = @palettedata@
|
|
|
|
EXTRA_DIST = $(palettedata_DATA)
|
|
|
|
.PHONY: files
|
|
|
|
FILES = \
|
|
Blues \
|
|
Bears \
|
|
Bgold \
|
|
Borders \
|
|
Browns_And_Yellows \
|
|
Caramel \
|
|
China \
|
|
Coldfire \
|
|
Cool_Colors \
|
|
Cranes \
|
|
Dark_pastels \
|
|
Default \
|
|
Ega \
|
|
Firecode \
|
|
Gold \
|
|
Grayblue \
|
|
Grays \
|
|
GrayViolet \
|
|
Greens \
|
|
Hilite \
|
|
Kahki \
|
|
Lights \
|
|
Muted \
|
|
Named_Colors \
|
|
News3 \
|
|
Op2 \
|
|
Paintjet \
|
|
Pastels \
|
|
Plasma \
|
|
Reds \
|
|
Reds_And_Purples \
|
|
Royal \
|
|
Topographic \
|
|
Volcano \
|
|
Warm_Colors \
|
|
Web
|