# Makefile.in # # This file is part of the t1lib-package! See documentation and Readme files # of the t1lib-package for copyright restrictions. # # Targets provided: # all (default) # install # clean # # Author: Rainer Menzner (rmz@neuroinformatik.ruhr-uni-bochum.de) # Date: 06/20/1997 # Last modified: 1999-10-26 # # Modified by H.Kakugawa to use libtool LIBTOOL = ../../libtool SHELL = /bin/sh CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ OPTIONS = @OPTIONS@ X_LIBS = @X_LIBS@ TOPSRC = @top_srcdir@ XPM_LIB = -lXpm XLIB = @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ LDFLAGS = @LDFLAGS@ LDLIBS = @LDLIBS@ AR = ar rc RANLIB = @RANLIB@ RM = rm -f X_CFLAGS = @X_CFLAGS@ YACC = @YACC@ LEX = @LEX@ LEXLIB = @LEXLIB@ ALLCFLAGS = $(CFLAGS) INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs prefix = @prefix@ exec_prefix = @exec_prefix@ includedir = @includedir@ bindir = @bindir@ datadir = @datadir@ libdir = @libdir@ mandir = @mandir@/man1 manext = .1 no_x = @no_x@ T1_AA_TYPE16 = @T1_AA_TYPE16@ T1_AA_TYPE32 = @T1_AA_TYPE32@ T1_AA_TYPE64 = @T1_AA_TYPE64@ SUBMAKE = $(MAKE) 'CC=$(CC)' 'CFLAGS=$(ALLCFLAGS) $(T1_AA_TYPE16) $(T1_AA_TYPE32) $(T1_AA_TYPE64)' 'OPTIONS=$(OPTIONS)' @SET_MAKE@ OBJS = \ t1finfo.lo \ t1base.lo \ t1delete.lo \ t1enc.lo \ t1env.lo \ t1load.lo \ t1set.lo \ t1trans.lo \ t1aaset.lo \ t1afmtool.lo \ t1outline.lo \ parseAFM.lo XOBJS = @XOBJS@ .SUFFIXES: .c .o .lo .c.lo: $(LIBTOOL) --mode=compile \ $(CC) -c $(CPPFLAGS) $(CFLAGS) $< .c.o: $(LIBTOOL) --mode=compile \ $(CC) -c $(CPPFLAGS) $(CFLAGS) $< all: $(OBJS) $(XOBJS) .PHONY: clean dependencies: dummy gcc -MM *.c | sed 's/\.o:/.lo:/g' > .dependencies clean: dummy -$(RM) *.lo *.o .libs/* -$(RM) *~ *.bak \#*\# -rmdir .libs install: dummy dummy: # Dependencies of object files include .dependencies