X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2FMakefile;h=f96accae73a4e6aa389110f56891a4855c3a9317;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=4f93804bc3ce082aecdafc1a2d9384eb3a1b8d59;hpb=559f612b3997098648af09b1cfdc95c61e1e2877;p=swftools.git diff --git a/lib/example/Makefile b/lib/example/Makefile index 4f93804..f96acca 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -1,7 +1,7 @@ # Makefile -RFXSWF = ../librfxswf$(A) -LDLIBS = -L/usr/X11R6/lib -ljpeg -lm -lz -lX11 -lfreetype -lt1 +RFXSWF = ../librfxswf.a ../libbase.a +LDLIBS = -L/opt/local/lib/ -L/usr/X11R6/lib -ljpeg -lm -lz -lX11 -lfreetype -lt1 #CFLAGS = -funsigned-char CC = gcc CXX = g++ @@ -14,7 +14,7 @@ DBFLAGS = -g2 %.swf: % ./$< -all: sound jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text glyphshape edittext protect hexfont +all: alignzones.swf 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 @@ -51,6 +51,9 @@ transtest: $(RFXSWF) transtest.o $(RFXSWF) hexfont: $(RFXSWF) hexfont.o $(RFXSWF) $(CC) -o hexfont hexfont.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) +alignzones: $(RFXSWF) alignzones.o $(RFXSWF) + $(CC) -o alignzones alignzones.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) + text.o: demofont.c text: $(RFXSWF) text.o $(RFXSWF) $(CC) -o text text.o $(RFXSWF) $(LDLIBS) $(DBFLAGS)