# Generated automatically from Makefile.in by configure. ######################################################################### # $Id: Makefile.in,v 1.6 2002/12/09 01:56:56 tjko Exp $ # # Makefile for jpegoptim # Version = 1.2.2 PKGNAME = jpegoptim SHELL = /bin/sh DEFS = -DHAVE_CONFIG_H srcdir = . prefix = /usr/local exec_prefix = ${prefix} # Where to install the executables. bindir = $(exec_prefix)/bin # Where to put libraries libdir = $(prefix)/lib # Where to put the Info files infodir = $(prefix)/share/info # Where to put the manual pages. mandir = $(prefix)/share/man CC = cc XCPPFLAGS = -I/usr/local/include CFLAGS = -fno-common $(XCPPFLAGS) $(DEFS) LDFLAGS = -L/usr/local/lib LIBS = -ljpeg STRIP = strip INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_DATA = install -o root -g wheel -m 444 INSTALL_PROGRAM = install -s -o root -g wheel -m 555 # should be no reason to modify lines below this ######################################################################### DIRNAME = $(shell basename `pwd`) DISTNAME = $(PKGNAME)-$(Version) OBJS = $(PKGNAME).o $(PKGNAME): $(OBJS) $(CC) $(CFLAGS) -o $(PKGNAME) $(OBJS) $(LDFLAGS) $(LIBS) all: $(PKGNAME) strip: for i in $(PKGNAME) ; do [ -x $$i ] && $(STRIP) $$i ; done clean: rm -f *~ *.o core a.out make.log \#*\# $(PKGNAME) $(OBJS) clean_all: clean rm -f Makefile config.h config.log config.cache config.status dist: clean_all (cd .. ; tar cvzf $(DISTNAME).tar.gz $(DIRNAME)) backup: dist install: all install.dirs install.man $(INSTALL) -m 755 $(PKGNAME) $(INSTALL_ROOT)/$(bindir)/$(PKGNAME) printable.man: groff -Tps -mandoc ./$(PKGNAME).1 >$(PKGNAME).ps groff -Tascii -mandoc ./$(PKGNAME).1 | tee $(PKGNAME).prn | sed 's/.//g' >$(PKGNAME).txt install.man: $(INSTALL) -m 644 $(PKGNAME).1 $(INSTALL_ROOT)/$(mandir)/man1/$(PKGNAME).1 install.dirs: $(INSTALL) -d -m 755 $(INSTALL_ROOT)/$(mandir)/man1 $(INSTALL) -d -m 755 $(INSTALL_ROOT)/$(bindir) # a tradition ! love: @echo "Not War - Eh?" # eof