X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=0c81bdf84cc11ad18cba76008aadaefdcff24327;hb=abc7d71a839a7450280f44a278ab90238a7abb36;hp=3b48d274a91f5e2c421bac38631c43ffcac9142d;hpb=6ff5549dc913d3976ef611d4c056b0fcb5d520e5;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index 3b48d27..0c81bdf 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -1,16 +1,16 @@ -TARGET = dan charlie pango pixbuf dissolve luma +include ../../config.mak -CFLAGS = -O3 -I .. -Wall -rdynamic -pthread +TARGET = dan charlie pango pixbuf dissolve luma -LDFLAGS = -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl +CFLAGS += -I.. $(RDYNAMIC) -ifeq ($(MLT_GPROF),true) -CFLAGS+=-p -LDFLAGS+=-p -endif +LDFLAGS += -L../framework -L../modules -lmlt all: $(TARGET) +hello: hello.o + $(CC) hello.o -o $@ -L../framework -L../modules -lmlt + pango: pango.o $(CC) pango.o -o $@ $(LDFLAGS)