view TOOLS/subfont-c/Makefile @ 18715:30d7ddf08889

Fix window position when changing videos while in fullscreen and for window managers that modify position on Map. Oked by Alexander Strasser.
author reimar
date Thu, 15 Jun 2006 08:00:37 +0000
parents c304e5836276
children
line wrap: on
line source


MPROOT=../..

include $(MPROOT)/config.mak

LDLIBS=-lm $(MPROOT)/osdep/timer-lx.o $(shell freetype-config --libs)
CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) -I$(MPROOT)

#CFLAGS+=-O0			# for RedHat's gcc-2.96-95
#CFLAGS+=-DOLD_FREETYPE2	# for FreeType 2.0.1
#CFLAGS+=-g
#CFLAGS+=-DDEBUG
#CFLAGS+=-DNEW_DESC


subfont:	subfont.o

subfont.o:	subfont.c
	$(CC) $(CFLAGS) -c $< -o $@

subfont.S:	subfont.c
	$(CC) $(CFLAGS) -S $< -o $@

clean:
	rm -f subfont subfont.o subfont.S core