gimp/plug-ins/Makefile.am

164 lines
2.1 KiB
Makefile
Raw Normal View History

1997-11-24 22:05:25 +00:00
## Process this file with automake to produce Makefile.in
SUBDIRS = \
libgck \
1997-11-24 22:05:25 +00:00
megawidget \
gpc \
1997-11-24 22:05:25 +00:00
dbbrowser \
script-fu \
@AA@ \
1997-11-24 22:05:25 +00:00
@JPEG@ \
@MPEG@ \
@GIMP_PERL@ \
@PNG@ \
@TIFF@ \
@WEBBROWSER@ \
1997-11-24 22:05:25 +00:00
@XD@ \
1999-03-23 12:04:08 +00:00
@XJT@ \
1997-11-24 22:05:25 +00:00
@XPM@ \
AlienMap \
CEL \
1997-11-24 22:05:25 +00:00
CML_explorer \
FractalExplorer \
Lighting \
MapObject \
1997-11-24 22:05:25 +00:00
align_layers \
1998-03-11 10:28:33 +00:00
animoptimize \
1997-11-24 22:05:25 +00:00
apply_lens \
autocrop \
animationplay \
autostretch_hsv \
blinds \
blur \
bmp \
borderaverage \
1997-11-24 22:05:25 +00:00
bumpmap \
bz2 \
c_astretch \
checkerboard \
colorify \
1997-11-24 22:05:25 +00:00
compose \
convmatrix \
cubism \
decompose \
deinterlace \
depthmerge \
despeckle \
destripe \
diffraction \
displace \
edge \
emboss \
engrave \
exchange \
faxg3 \
film \
fits \
flame \
flarefx \
fp \
fractaltrace \
gap \
1997-11-24 22:05:25 +00:00
gauss_iir \
gauss_rle \
gbr \
gee \
gfig \
1997-11-24 22:05:25 +00:00
gfli \
gicon \
gif \
gifload \
glasstile \
1997-11-24 22:05:25 +00:00
gqbist \
gradmap \
grid \
gtm \
guillotine \
1997-11-24 22:05:25 +00:00
gz \
header \
hot \
hrz \
ifscompose \
illusion \
1997-11-24 22:05:25 +00:00
iwarp \
jigsaw \
1997-11-24 22:05:25 +00:00
laplace \
lic \
1997-11-24 22:05:25 +00:00
mail \
mapcolor \
1997-11-24 22:05:25 +00:00
max_rgb \
maze \
mblur \
mosaic \
newsprint \
1997-11-24 22:05:25 +00:00
nlfilt \
noisify \
normalize \
nova \
oilify \
pagecurl \
1998-03-27 16:51:10 +00:00
palette \
papertile \
1997-11-24 22:05:25 +00:00
pat \
pcx \
pix \
pixelize \
plasma \
plugindetails \
1997-11-24 22:05:25 +00:00
pnm \
polar \
print \
ps \
psd \
1997-11-24 22:05:25 +00:00
randomize \
1999-04-05 20:31:20 +00:00
rcm \
1997-11-24 22:05:25 +00:00
ripple \
rotate \
rotators \
scatter_hsv \
screenshot \
1998-02-21 23:51:59 +00:00
semiflatten \
1997-11-24 22:05:25 +00:00
sgi \
sharpen \
1997-11-24 22:05:25 +00:00
shift \
sinus \
smooth_palette \
snoise \
sobel \
sparkle \
spread \
struc \
1997-11-24 22:05:25 +00:00
sunras \
tga \
threshold_alpha \
tile \
tileit \
tiler \
url \
video \
vinvert \
vpropagate \
1998-07-01 21:55:28 +00:00
waterselect \
1997-11-24 22:05:25 +00:00
waves \
whirlpinch \
wind \
wmf \
xbm \
1997-11-24 22:05:25 +00:00
xwd \
zealouscrop
scriptdata =
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done
@for subdir in $(SUBDIRS); do \
files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
for file in $$files; do \
echo $$subdir/$$file; \
done; \
done