#
# Maketool - GTK-based front end for gmake
# Copyright (c) 1999-2003 Greg Banks
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: Makefile.in,v 1.13 2003/10/29 12:39:35 gnb Exp $
#
PACKAGE= @PACKAGE@
VERSION= @VERSION@
top_builddir= ..
PIXMAPS= \
again.xpm all.xpm \
anim0.xpm anim0a.xpm anim1.xpm anim1a.xpm \
anim1b.xpm anim2.xpm anim2a.xpm anim3.xpm \
anim3a.xpm anim3b.xpm anim4.xpm anim4a.xpm \
anim5.xpm anim6.xpm anim7.xpm anim8.xpm \
clean.xpm clear.xpm error.xpm info.xpm \
maketool.xpm maketool_l.xpm next.xpm \
print.xpm warning.xpm stop.xpm \
babygnu_l.xpm BSD-daemon.xpm file_next.xpm \
help_cursor.xbm help_cursor_mask.xbm gnome-info.xpm \
pause.xpm
###
# Nothing to do here except package up source for distribution.
all::
maintainer-clean:: distclean
distclean:: clean
clean::
install::
uninstall::
###
# Making a distribution
distdir= $(top_builddir)/$(PACKAGE)-$(VERSION)/icons
DISTFILES= Makefile.in $(PIXMAPS)
dist:
for file in $(DISTFILES); do \
ln $$file $(distdir) 2>/dev/null || cp -p $$file $(distdir) 2>/dev/null; \
done
syntax highlighted by Code2HTML, v. 0.9.1