X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=0c81bdf84cc11ad18cba76008aadaefdcff24327;hb=d5d878221c3123ef1d3a335dbc2b1878b3fdb983;hp=0dd5bb8e7a60dadb4f068a85074801512ee529f2;hpb=f2dda0fcd1c242afcd07f2c2ef98f8f6b3fb0e13;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index 0dd5bb8..0c81bdf 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -2,19 +2,14 @@ include ../../config.mak TARGET = dan charlie pango pixbuf dissolve luma -CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I .. -Wall -rdynamic -pthread +CFLAGS += -I.. $(RDYNAMIC) -LDFLAGS = -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl - -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 + $(CC) hello.o -o $@ -L../framework -L../modules -lmlt pango: pango.o $(CC) pango.o -o $@ $(LDFLAGS)