a020920126eebb6e78b3862111398f64e2b736ac
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / eagl / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LTLIBRARIES = libgstgl-eagl.la
4
5 libgstgl_eagl_la_SOURCES = \
6         gstglwindow_eagl.m \
7         gstglcontext_eagl.m
8
9 noinst_HEADERS = \
10         gstglwindow_eagl.h \
11         gstglcontext_eagl.h
12
13 libgstgl_eagl_la_CFLAGS = \
14         -I$(top_srcdir)/gst-libs \
15         -I$(top_builddir)/gst-libs \
16         $(GL_CFLAGS) \
17         $(GST_PLUGINS_BASE_CFLAGS) \
18         $(GST_BASE_CFLAGS) \
19         $(GST_CFLAGS)
20
21 libgstgl_eagl_la_OBJCFLAGS = \
22         -I$(top_srcdir)/gst-libs \
23         -I$(top_builddir)/gst-libs \
24         -fobjc-arc \
25         $(GL_CFLAGS) \
26         $(GL_OBJCFLAGS) \
27         $(GST_PLUGINS_BASE_CFLAGS) \
28         $(GST_BASE_CFLAGS) \
29         $(GST_CFLAGS)
30
31 libgstgl_eagl_la_LDFLAGS = \
32         $(GST_LIB_LDFLAGS) \
33         $(GST_ALL_LDFLAGS)
34
35 libgstgl_eagl_la_LIBTOOLFLAGS = --tag=CC