# Generated automatically from Makefile.in by configure.
################################################################
###
### Makefile
###
### Author: Internet Message Group <img@mew.org>
### Created: Apr 23, 1997
### Revised: Mar 22, 2003
###
SHELL= /bin/sh
INSTALL=/usr/bin/install -c -o root -g wheel
INSTALL_PROGRAM = install -s -o root -g wheel -m 555
INSTALL_DATA = install -o root -g wheel -m 444
chmod= /usr/local/bin/chmod
mkdir= /usr/local/bin/mkdir
rm= /usr/local/bin/rm
mv= /usr/local/bin/mv
sed= /usr/local/bin/sed
prefix= /usr/local
exec_prefix=${prefix}
# --bindir
bindir=${exec_prefix}/bin
# --libdir
libdir=/usr/local/etc
# --with-perldir
perldir=${exec_prefix}/lib
# If you modify imlibdir, you should also modify IM/Config.
imlibdir= $(libdir)/im
moddir= $(perldir)/IM
RPOP= -m 755
PROG = imali imcat imcd imclean \
imgrep imhist imhsync imjoin imls \
immknmz immv impack impath imput \
impwagent imrm imsetup imsort imstore imtar
ALLPROG = $(PROG) imget
CNF = config.h config.status config.cache config.log configure.lineno
all:
@echo everything has been done by configure.
@echo you only need to do "make install".
install:: installbin installdata
installbin::
-if test ! -d $(bindir); then \
$(mkdir) -p $(bindir) && $(chmod) 755 $(bindir); \
fi
for f in $(PROG); do \
$(sed) -e '/###DELETE-ON-INSTALL###/d' $${f} > $${f}.tmp ; \
$(INSTALL) -m 755 $${f}.tmp $(bindir)/$${f} ; \
$(rm) -f $${f}.tmp ; \
done
$(sed) -e '/###DELETE-ON-INSTALL###/d' imget > imget.tmp
$(INSTALL) $(RPOP) imget.tmp $(bindir)/imget
$(rm) -f imget.tmp
installdata::
-if test ! -d $(moddir); then \
$(mkdir) -p $(moddir); \
fi
$(chmod) 755 $(moddir)
for f in IM/*.pm; do \
$(INSTALL_DATA) $${f} $(moddir) ; \
done
-if test ! -d $(imlibdir); then \
$(mkdir) -p $(imlibdir); \
fi
$(chmod) 755 $(imlibdir)
for cnf_im in SiteConfig ; do \
if test ! -f $(imlibdir)/$$cnf_im; then \
$(INSTALL_DATA) cnf.im/$$cnf_im $(imlibdir); \
else \
$(INSTALL_DATA) cnf.im/$$cnf_im $(imlibdir)/$$cnf_im.new; \
fi ;\
done
clean::
$(rm) -f $(ALLPROG)
$(rm) -f cnf.im/SiteConfig
$(rm) -f IM/Config.pm
distclean:: clean
$(rm) -f Makefile $(CNF)
### Copyright (C) 1997, 1998, 1999 IM developing team
### All rights reserved.
###
### Redistribution and use in source and binary forms, with or without
### modification, are permitted provided that the following conditions
### are met:
###
### 1. Redistributions of source code must retain the above copyright
### notice, this list of conditions and the following disclaimer.
### 2. Redistributions in binary form must reproduce the above copyright
### notice, this list of conditions and the following disclaimer in the
### documentation and/or other materials provided with the distribution.
### 3. Neither the name of the team nor the names of its contributors
### may be used to endorse or promote products derived from this software
### without specific prior written permission.
###
### THIS SOFTWARE IS PROVIDED BY THE TEAM AND CONTRIBUTORS ``AS IS'' AND
### ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
### PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE TEAM OR CONTRIBUTORS BE
### LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
### CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
### SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
### BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
### WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
### OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
### IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
syntax highlighted by Code2HTML, v. 0.9.1