# Generated automatically from Makefile.in by configure.
# 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
#                      uninstall
#                      clean
#
# Author:              Rainer Menzner (rmz@neuroinformatik.ruhr-uni-bochum.de)
# Date:                10/16/1998
# Last modified:       1999-10-26
#


LIBTOOL   = ../libtool
SHELL     = /bin/sh
CC        = gcc
CPP       = gcc -E
CFLAGS    = -g -O2 -DT1LIB_IDENT="\"1.0.1\"" -DGLOBAL_CONFIG_DIR="\"${prefix}/share/t1lib\""
OPTIONS   = 
X_LIBS    =  -L/usr/openwin/lib -R/usr/openwin/lib
TOPSRC    = ..
XPM_LIB   = -lXpm
XLIB      =  -lSM -lICE -lXext -lX11 -lsocket  -lnsl
LDFLAGS   = -L/usr/local/lib -R/usr/local/lib
LDLIBS    = -lm 
AR        = ar rc
RANLIB    = ranlib
RM        = rm -f
X_CFLAGS  =  -I/usr/openwin/include
YACC      = @YACC@
LEX       = @LEX@
LEXLIB    = @LEXLIB@


INSTALL         = ../ac-tools/install-sh -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA    = ${INSTALL} -m 644
MKINSTALLDIRS   = ../ac-tools/mkinstalldirs
prefix          = /usr/local
exec_prefix     = ${prefix}
includedir      = ${prefix}/include
bindir          = ${exec_prefix}/bin
datadir         = ${prefix}/share
libdir          = ${exec_prefix}/lib
mandir          = ${prefix}/man/man1
manext          = .1
no_x            = 


# targets to build 

INCDIR = -I../lib

OBJS = \
	t1example1.lo 

SRCS = \
	t1example1.c 

T1LIB =  ../lib/libt1.la 

.SUFFIXES: .lo
.c.lo:
	$(LIBTOOL) --mode=compile \
		$(CC) $(INCDIR) -c $(CPPFLAGS) $(CFLAGS) $<

all: t1example1

t1example1: $(OBJS) ../lib/t1lib.h
	$(LIBTOOL) --mode=link \
		$(CC) -o t1example1 $(LDFLAGS) $(OBJS) $(T1LIB) $(LDLIBS)

.c.o:
	$(LIBTOOL) --mode=compile \
		$(CC) $(INCDIR) -c $(CPPFLAGS) $(CFLAGS) $?

.PHONY: clean

dependencies: dummy 
	gcc -MM *.c | sed 's/\.o:/.lo:/g' > .dependencies 

clean: dummy
	$(RM) t1example1 *.o *.lo .libs/* *~ \#*\# *.log *.bak
	-rmdir .libs

install: dummy

uninstall: dummy

dummy:


# Dependencies of object files 
include .dependencies
