X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2FMakefile;fp=lib%2Fgfxpoly%2FMakefile;h=7a8b9cc4ad0bb8f53388bf408b907b8e912629ec;hp=2065984f8185eb1d4b342765b44c3b0bf3219dd9;hb=fc815311aa1bd67877b404493838dfd85a86f596;hpb=02bea373211f87d9c3504a497489356bb0ea6ba4 diff --git a/lib/gfxpoly/Makefile b/lib/gfxpoly/Makefile index 2065984..7a8b9cc 100644 --- a/lib/gfxpoly/Makefile +++ b/lib/gfxpoly/Makefile @@ -37,13 +37,12 @@ stroke.o: stroke.c poly.h convert.h wind.h $(CC) -c stroke.c -o stroke.o GFX=../gfxfont.o ../gfxtools.o ../devices/ops.o ../devices/polyops.o ../devices/text.o ../devices/bbox.o ../devices/render.o ../devices/rescale.o ../devices/record.o - stroke: test_stroke.c $(OBJS) ../libgfxswf.a ../librfxswf.a ../libbase.a - $(CC) test_stroke.c $(OBJS) ../librfxswf.a ../libgfxswf.a $(GFX) ../libbase.a -o stroke $(LIBS) + $(CC) test_stroke.c $(OBJS) ../libgfxswf.a ../librfxswf.a $(GFX) ../libbase.a -o stroke $(LIBS) SWF = ../librfxswf.a ../libpdf.a -lstdc++ test: ../libbase.a test.c $(OBJS) poly.h convert.h $(GFX) - $(CC) test.c $(OBJS) $(SWF) ../libbase.a $(GFX) -o test $(LIBS) + $(CC) test.c $(OBJS) $(SWF) $(GFX) ../libbase.a -o test $(LIBS) clean: rm -f *.o test stroke