1998-12-07 05:12:24 +03:00
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
rootdir = $(srcdir)/..
|
|
|
|
@MCFG@@MCF@
|
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
|
|
|
#
|
|
|
|
# Distribution variables
|
|
|
|
#
|
|
|
|
|
|
|
|
DISTICONS = Makefile.in $(ALLICONS)
|
1999-02-13 01:16:32 +03:00
|
|
|
ALLICONS = \
|
|
|
|
gnome-image-bmp.png \
|
|
|
|
gnome-image-generic.png \
|
|
|
|
gnome-image-gif.png \
|
|
|
|
gnome-image-ief.png \
|
|
|
|
gnome-image-jpeg.png \
|
|
|
|
gnome-image-pbm.png \
|
|
|
|
gnome-image-pgm.png \
|
|
|
|
gnome-image-png.png \
|
|
|
|
gnome-image-pnm.png \
|
|
|
|
gnome-image-ppm.png \
|
|
|
|
gnome-image-ras.png \
|
|
|
|
gnome-image-rgb.png \
|
|
|
|
gnome-image-tga.png \
|
|
|
|
gnome-image-tiff.png \
|
|
|
|
gnome-image-xbm.png \
|
|
|
|
gnome-image-xpm.png \
|
|
|
|
gnome-image-xwd.png \
|
|
|
|
gnome-pack-deb.png \
|
|
|
|
gnome-pack-rpm.png \
|
|
|
|
gnome-video-mpeg.png \
|
|
|
|
gnome-video-quicktime.png \
|
|
|
|
gnome-video-x-msvideo.png \
|
|
|
|
gnome-text-html.png \
|
|
|
|
gnome-http-url.png \
|
|
|
|
gnome-image-generic.png \
|
|
|
|
gnome-application-encapsulated_postscript.png \
|
|
|
|
gnome-application-postscript.png \
|
|
|
|
gnome-application-x-c-header.png \
|
|
|
|
gnome-application-x-c-source.png \
|
|
|
|
gnome-application-x-cc-source.png \
|
|
|
|
gnome-package.png \
|
|
|
|
gnome-compressed.png \
|
1999-02-13 22:17:56 +03:00
|
|
|
gnome-core.png \
|
1999-02-22 22:29:35 +03:00
|
|
|
gnome-manpage.png \
|
|
|
|
gnome-objectfile.png \
|
|
|
|
gnome-textfile.png \
|
1999-02-25 00:39:12 +03:00
|
|
|
gnome-tex.png \
|
|
|
|
gnome-audio.png \
|
1999-02-26 01:03:09 +03:00
|
|
|
gnome-image-psd.png \
|
1999-02-25 00:39:12 +03:00
|
|
|
gnome-image-xcf.png
|
1999-01-03 21:48:16 +03:00
|
|
|
|
1998-12-07 05:12:24 +03:00
|
|
|
all:
|
|
|
|
|
1999-02-11 00:58:05 +03:00
|
|
|
install: @insticons@ Makefile
|
|
|
|
|
|
|
|
Makefile: Makefile.in ../config.status
|
|
|
|
(cd ..; CONFIG_FILES=new_icons/Makefile CONFIG_HEADERS= ./config.status)
|
|
|
|
|
1998-12-07 05:12:24 +03:00
|
|
|
|
|
|
|
install_icons:
|
|
|
|
for I in $(ALLICONS); \
|
|
|
|
do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(icondir)/$$I; done
|
|
|
|
|
|
|
|
uninstall:
|
|
|
|
for I in $(ALLICONS); \
|
|
|
|
do $(RMF) $(DESTDIR)$(icondir)/$$I; done
|
|
|
|
-rmdir $(DESTDIR)$(icondir)
|
|
|
|
|
|
|
|
check:
|
|
|
|
@echo no tests are supplied.
|
|
|
|
|
|
|
|
TAGS:
|
|
|
|
|
|
|
|
cross:
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
|
|
|
realclean:
|
|
|
|
|
|
|
|
distclean:
|
|
|
|
-$(RMF) $(srcdir)/*~ $(srcdir)/Makefile
|
|
|
|
|
|
|
|
distcopy:
|
1998-12-16 05:59:18 +03:00
|
|
|
$(CP) $(DISTICONS) ../../mc-$(VERSION)/new_icons
|
1998-12-07 05:12:24 +03:00
|
|
|
|
|
|
|
depend dep:
|