Menu

[r6]: / trunk / glffmpeg_example / Makefile  Maximize  Restore  History

Download this file

18 lines (11 with data), 264 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
.POSIX:
.SUFFIXES:
include ../Makefile.config
CXXFLAGS = -I../glffmpeg
LDLIBS = -lglffmpeg -lGLU -lGL -lX11
LDFLAGS = -L.. -Wl,-rpath ..
# Default rule
example: glffmpeg_example.o
$(CXX) $(LDFLAGS) $(LDLIBS) -o $@ $<
%.o: %.cpp
g++ $(CXXFLAGS) -c -o $@ $<
MongoDB Logo MongoDB