X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2FMakefile;h=4f93804bc3ce082aecdafc1a2d9384eb3a1b8d59;hb=559f612b3997098648af09b1cfdc95c61e1e2877;hp=2e7dbc346b37ed11eb6964884870f2bb00343e1c;hpb=8afd28b43b6b918af083767cb827b1f88daf6040;p=swftools.git diff --git a/lib/example/Makefile b/lib/example/Makefile index 2e7dbc3..4f93804 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -1,6 +1,6 @@ # Makefile -RFXSWF = ../librfxswf.a +RFXSWF = ../librfxswf$(A) LDLIBS = -L/usr/X11R6/lib -ljpeg -lm -lz -lX11 -lfreetype -lt1 #CFLAGS = -funsigned-char CC = gcc @@ -14,7 +14,7 @@ DBFLAGS = -g2 %.swf: % ./$< -all: sound jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text glyphshape edittext protect +all: sound jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text glyphshape edittext protect hexfont movies: sound.swf jpegtest.swf box.swf shape1.swf transtest.swf zlibtest.swf sprites.swf buttontest.swf dumpfont.swf text.swf glyphshape.swf edittext.swf @@ -48,6 +48,10 @@ sprites: $(RFXSWF) sprites.o $(RFXSWF) transtest: $(RFXSWF) transtest.o $(RFXSWF) $(CC) -o transtest transtest.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) +hexfont: $(RFXSWF) hexfont.o $(RFXSWF) + $(CC) -o hexfont hexfont.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) + +text.o: demofont.c text: $(RFXSWF) text.o $(RFXSWF) $(CC) -o text text.o $(RFXSWF) $(LDLIBS) $(DBFLAGS)