mc/new_icons/Makefile.in

69 lines
1.1 KiB
Makefile
Raw Normal View History

srcdir = @srcdir@
VPATH = @srcdir@
rootdir = $(srcdir)/..
@MCFG@@MCF@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
#
# Distribution variables
#
DISTICONS = Makefile.in $(ALLICONS)
1998-12-09 02:30:45 +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 \
1998-12-16 05:29:27 +03:00
gnome-image-xwd.png \
gnome-pack-deb.png \
gnome-pack-rpm.png
1998-12-09 02:30:45 +03:00
all:
install: @insticons@
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:
$(CP) $(DISTICONS) ../../mc-$(VERSION)/icons
depend dep: