LDFLAGS=-L../lib -lgfxswf -lgfx -ljpeg -lfreetype -lrfxswf -lbase -lz -lgcrypt -lhpdf CFLAGS=-g swf2pdf: swf2pdf.o verbose.o llist.o shashtbl.o gcry.o gcc -o swf2pdf swf2pdf.o verbose.o llist.o shashtbl.o gcry.o ${LDFLAGS} harutest: harutest.o verbose.o gcc -o harutest harutest.o verbose.o ${LDFLAGS} clean: rm *.o swf2pdf swf2pdf.o: swf2pdf.c verbose.h llist.h shashtbl.h harutest.o: harutest.c verbose.h verbose.o: verbose.c verbose.h llist.o: llist.c llist.h utils.h shashtbl.o: shashtbl.c shashtbl.h llist.h utils.h gcry.o: gcry.c gcry.h verbose.h