X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxpoly%2FMakefile;h=7a8b9cc4ad0bb8f53388bf408b907b8e912629ec;hb=b6ebc39257e2814f08a17d8c179c3991c16053ba;hp=2065984f8185eb1d4b342765b44c3b0bf3219dd9;hpb=2cdbdbb4012575119c1a92e9c4662df9f4e81737;p=swftools.git 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