# Makefile for ps2txt # # $Id: Makefile.in,v 2.3 1997/11/04 18:15:07 sxw Exp $ srcdir = . prefix = INSTALL_BINDIR = $(prefix)/bin INSTALL_LIBDIR = $(prefix)/lib INSTALL_MANDIR = $(prefix)/man CC = cc INSTALL = ../../ INSTALL_BIN = install -o root -g wheel -m 555 INSTALL_FILE = install -o root -g wheel -m 444 RANLIB = ranlib DEBUG = $(DEBUG_TOP) #-O #-g #-DDEBUG CFLAGS = $(DEBUG) PROGS = ps2txt-2.1 all: ps2txt-2.1 ps2txt-2.1: ps2txt-2.1.o $(CC) -o $@ $@.o clean: -rm core *.o $(PROGS) distclean: clean -rm -f Makefile install: all $(INSTALL_BIN) ps2txt-2.1 $(INSTALL_LIBDIR)/gatherer