* Made 1.1.7 release * configure.in: version number bump * ltconfig * ltmain.sh: libtool 1.3.3 * app/channel_cmds.c * tools/pdbgen/pdb/channel.pdb: remove opacity_arg alias for channel new * Makefile.am: add pixmaps * borderaverage moved into it's own dir again, to avoid gck problems -Yosh
54 lines
821 B
Makefile
54 lines
821 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = \
|
|
makefile.cygwin \
|
|
makefile.msc
|
|
|
|
SUBDIRS = \
|
|
libgck \
|
|
megawidget \
|
|
gpc \
|
|
dbbrowser \
|
|
script-fu \
|
|
$(GIMP_PERL) \
|
|
AlienMap \
|
|
FractalExplorer \
|
|
Lighting \
|
|
MapObject \
|
|
bmp \
|
|
borderaverage \
|
|
faxg3 \
|
|
fits \
|
|
flame \
|
|
fp \
|
|
gap \
|
|
gdyntext \
|
|
gfig \
|
|
gfli \
|
|
ifscompose \
|
|
maze \
|
|
mosaic \
|
|
pagecurl \
|
|
print \
|
|
rcm \
|
|
sgi \
|
|
sel2path \
|
|
sinus \
|
|
struc \
|
|
unsharp \
|
|
$(WEBBROWSER) \
|
|
$(XJT) \
|
|
common
|
|
|
|
.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
|