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