]> git.sesse.net Git - mlt/blob - src/examples/Makefile
d7bf02fb6e9f9e66147249c308a86f7b4850065b
[mlt] / src / examples / Makefile
1 include ../config.mak
2
3 CXXFLAGS+=-Wall -g `pkg-config mlt-framework --cflags` -I ../src
4 LDFLAGS+=-L../src -lmlt++ `pkg-config mlt-framework --libs`
5 CC=c++
6
7 all:            play
8
9 play:           play.o
10
11 play.o:         play.cpp
12
13 clean:
14         $(RM) play play.o
15
16 distclean: clean
17
18 install:
19
20 uninstall: