head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2002.12.26.00.00.22; author swiergot; state Exp; branches; next 1.1; 1.1 date 2002.12.25.23.26.56; author swiergot; state Exp; branches; next ; desc @@ 1.2 log @- Touched to force building. @ text @--- Makefile.orig Thu Sep 10 18:54:26 1998 +++ Makefile Thu Jun 20 13:35:09 2002 @@@@ -1,12 +1,22 @@@@ -FREETYPE_BASE=../freetype-1.1 -FREETYPE_INCL=$(FREETYPE_BASE)/lib -FREETYPE_LIB=-L$(FREETYPE_BASE)/lib/.libs -lttf +FREETYPE_INCL=/usr/include/freetype1/freetype +FREETYPE_LIB=-L/usr/X11R6/lib/ -lttf CC=gcc -CFLAGS=-Wall -pedantic -I$(FREETYPE_INCL) +CFLAGS=-Wall -pedantic -I$(FREETYPE_INCL) -O2 $(AM_CFLAGS) LDFALGS=$(FREETYPE_LIB) -s +DESTDIR= +PREFIX=/usr/X11R6 +BINDIR=$(PREFIX)/bin +MANDIR=$(PREFIX)/man + all: ttmkfdir + +install: + mkdir -p $(DESTDIR)$(BINDIR) + mkdir -p $(DESTDIR)$(MANDIR)/man1 + cp ttmkfdir $(DESTDIR)$(BINDIR) + cp ttmkfdir.1 $(DESTDIR)$(MANDIR)/man1 tar: ttmkfdir.tar.gz @ 1.1 log @- Initial release. - Version 1. @ text @@ .