* 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.
109 lines
2.3 KiB
Makefile
109 lines
2.3 KiB
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
scriptdatadir = $(gimpdatadir)/scripts
|
|
|
|
scriptdata_DATA = \
|
|
3d-outline.scm \
|
|
3dTruchet.scm \
|
|
add-bevel.scm \
|
|
addborder.scm \
|
|
alien-glow-arrow.scm \
|
|
alien-glow-bar.scm \
|
|
alien-glow-bullet.scm \
|
|
alien-glow-button.scm \
|
|
alien-glow-logo.scm \
|
|
asc2img.scm \
|
|
basic1-logo.scm \
|
|
basic2-logo.scm \
|
|
beavis.jpg \
|
|
beveled-button.scm \
|
|
beveled-pattern-arrow.scm \
|
|
beveled-pattern-bullet.scm \
|
|
beveled-pattern-button.scm \
|
|
beveled-pattern-heading.scm \
|
|
beveled-pattern-hrule.scm \
|
|
blend-anim.scm \
|
|
blended-logo.scm \
|
|
bovinated-logo.scm \
|
|
camo.scm \
|
|
carve-it.scm \
|
|
carved-logo.scm \
|
|
chalk.scm \
|
|
chip-away.scm \
|
|
chrome-it.scm \
|
|
chrome-logo.scm \
|
|
circuit.scm \
|
|
clothify.scm \
|
|
coffee.scm \
|
|
color-cycling.scm \
|
|
comic-logo.scm \
|
|
coolmetal-logo.scm \
|
|
copy-visible.scm \
|
|
crystal-logo.scm \
|
|
distress_selection.scm \
|
|
drop-shadow.scm \
|
|
erase-rows.scm \
|
|
fade-outline.scm \
|
|
flatland.scm \
|
|
font-map.scm \
|
|
frosty-logo.scm \
|
|
fuzzyborder.scm \
|
|
gimp-headers.scm \
|
|
gimp-labels.scm \
|
|
glossy.scm \
|
|
glowing-logo.scm \
|
|
gradient-bevel-logo.scm \
|
|
gradient-example.scm \
|
|
grid-system.scm \
|
|
hsv-graph.scm \
|
|
i26-gunya2.scm \
|
|
image-structure.scm \
|
|
land.scm \
|
|
lava.scm \
|
|
line-nova.scm \
|
|
old_photo.scm \
|
|
mkbrush.scm \
|
|
neon-logo.scm \
|
|
news-text.scm \
|
|
perspective-shadow.scm \
|
|
predator.scm \
|
|
pupi-button.scm \
|
|
rendermap.scm \
|
|
ripply-anim.scm \
|
|
round-corners.scm \
|
|
select_to_brush.scm \
|
|
select_to_image.scm \
|
|
selection-round.scm \
|
|
slide.scm \
|
|
sota-chrome-logo.scm \
|
|
speed-text.scm \
|
|
sphere.scm \
|
|
spinning_globe.scm \
|
|
starburst-logo.scm \
|
|
starscape-logo.scm \
|
|
swirltile.scm \
|
|
swirly-pattern.scm \
|
|
t-o-p-logo.scm \
|
|
text-circle.scm \
|
|
texture.jpg \
|
|
texture1.jpg \
|
|
texture2.jpg \
|
|
texture3.jpg \
|
|
textured-logo.scm \
|
|
title-header.scm \
|
|
tileblur.scm \
|
|
trochoid.scm \
|
|
truchet.scm \
|
|
unsharp-mask.scm \
|
|
waves-anim.scm \
|
|
weave.scm \
|
|
xach-effect.scm \
|
|
test-sphere.scm
|
|
|
|
EXTRA_DIST = $(scriptdata_DATA)
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|