gimp/plug-ins/Makefile.am

158 lines
2.0 KiB
Makefile
Raw Normal View History

1997-11-25 06:05:25 +08:00
## Process this file with automake to produce Makefile.in
SUBDIRS = \
libgck \
1997-11-25 06:05:25 +08:00
megawidget \
gpc \
1997-11-25 06:05:25 +08:00
dbbrowser \
script-fu \
@AA@ \
1997-11-25 06:05:25 +08:00
@JPEG@ \
@MPEG@ \
@GIMP_PERL@ \
@PNG@ \
@TIFF@ \
@WEBBROWSER@ \
1997-11-25 06:05:25 +08:00
@XD@ \
@XPM@ \
AlienMap \
CEL \
1997-11-25 06:05:25 +08:00
CML_explorer \
Lighting \
MapObject \
1997-11-25 06:05:25 +08:00
align_layers \
1998-03-11 18:28:33 +08:00
animoptimize \
1997-11-25 06:05:25 +08:00
apply_lens \
autocrop \
animationplay \
autostretch_hsv \
blinds \
blur \
bmp \
borderaverage \
1997-11-25 06:05:25 +08:00
bumpmap \
bz2 \
c_astretch \
checkerboard \
colorify \
1997-11-25 06:05:25 +08:00
compose \
convmatrix \
cubism \
decompose \
deinterlace \
depthmerge \
despeckle \
destripe \
diffraction \
displace \
edge \
emboss \
engrave \
exchange \
faxg3 \
film \
fits \
flame \
flarefx \
fp \
fractaltrace \
1997-11-25 06:05:25 +08:00
gauss_iir \
gauss_rle \
gbr \
gee \
gfig \
1997-11-25 06:05:25 +08:00
gfli \
gicon \
gif \
glasstile \
1997-11-25 06:05:25 +08:00
gqbist \
gradmap \
grid \
gtm \
guillotine \
1997-11-25 06:05:25 +08:00
gz \
header \
hot \
hrz \
ifscompose \
illusion \
1997-11-25 06:05:25 +08:00
iwarp \
jigsaw \
1997-11-25 06:05:25 +08:00
laplace \
lic \
1997-11-25 06:05:25 +08:00
mail \
mapcolor \
1997-11-25 06:05:25 +08:00
max_rgb \
maze \
mblur \
mosaic \
newsprint \
1997-11-25 06:05:25 +08:00
nlfilt \
noisify \
normalize \
nova \
oilify \
pagecurl \
1998-03-28 00:51:10 +08:00
palette \
papertile \
1997-11-25 06:05:25 +08:00
pat \
pcx \
pix \
pixelize \
plasma \
pnm \
polar \
print \
ps \
psd \
1997-11-25 06:05:25 +08:00
randomize \
ripple \
rotate \
rotators \
scatter_hsv \
screenshot \
1998-02-22 07:51:59 +08:00
semiflatten \
1997-11-25 06:05:25 +08:00
sgi \
sharpen \
1997-11-25 06:05:25 +08:00
shift \
sinus \
smooth_palette \
snoise \
snp \
sobel \
sparkle \
spread \
struc \
1997-11-25 06:05:25 +08:00
sunras \
tga \
threshold_alpha \
tile \
tileit \
tiler \
url \
video \
vinvert \
vpropagate \
1998-07-02 05:55:28 +08:00
waterselect \
1997-11-25 06:05:25 +08:00
waves \
whirlpinch \
wind \
xbm \
1997-11-25 06:05:25 +08: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