Mailinglist Archive: opensuse (3222 mails)

< Previous Next >
[SLE] ttmkfdir HOW-TO?



Hello,
I downloaded ttmkfdir . Anybody got a HOW-TO on it's
installation? I untarred it. I read the README. I'm supposed to make changes
to the MakeFile , I suppose to fit SuSE.
Here is the MakeFile. Is there a ttmkfdir rpm for SuSE out there?
Then I could simply pop into YAST install it.

George
******************
FREETYPE_BASE=../freetype-1.1
FREETYPE_INCL=$(FREETYPE_BASE)/lib
FREETYPE_LIB=-L$(FREETYPE_BASE)/lib/.libs -lttf

CC=gcc
CFLAGS=-Wall -pedantic -I$(FREETYPE_INCL)
LDFALGS=$(FREETYPE_LIB) -s

all: ttmkfdir

tar: ttmkfdir.tar.gz

ttmkfdir.tar.gz: ttmkfdir.c panose.h README Makefile ttos2val.h ttmkfdir.linuxbin.glibc2
-rm -f ttmkfdir.tar.gz
tar zcvf ttmkfdir.tar.gz $^

ttmkfdir.linuxbin.glibc2: ttmkfdir
ln $< $@

ttmkfdir: ttmkfdir.o
$(CC) -o $@ $< $(LDFALGS)

ttmkfdir.o: ttmkfdir.c panose.h ttos2val.h

clean:
-rm -f ttmkfdir *.o core *~ ttmkfdir.tar.gz ttmkfdir.linuxbin.glibc2
*******************************************
--
My personal website
http://www.firstnethou.com/gz/welcome.htm


--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/


< Previous Next >
Follow Ups