]> git.sesse.net Git - mlt/blob - src/examples/Makefile
Fix over- and under-linking.
[mlt] / src / examples / Makefile
1 CXXFLAGS += -Wall -g `pkg-config mlt-framework --cflags` -I ../mlt++
2 LDFLAGS += -L../mlt++ -lmlt++ `pkg-config mlt-framework --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: