X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=ac2b4a35e173ad682142737e6dc9a2f5cfa9ad92;hb=a38adfca2f3d3313218ca5243bac69bf1ae61dc1;hp=263d72eb5b77fba333fd2872c32090e7cf3f1182;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index 263d72e..ac2b4a3 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -1,11 +1,16 @@ +include ../../config.mak + TARGET = dan charlie pango pixbuf dissolve luma -CFLAGS = -O3 -I .. -Wall -rdynamic -pthread +CFLAGS += -I.. $(RDYNAMIC) -LDFLAGS = -L ../framework -lmlt +LDFLAGS += -L../framework -L../modules -lmlt -lmltdv -lmltsdl all: $(TARGET) +hello: hello.o + $(CC) hello.o -o $@ -L../framework -L../modules -lmlt + pango: pango.o $(CC) pango.o -o $@ $(LDFLAGS)