Initialize Tizen 2.3
[framework/multimedia/gstreamer0.10.git] / wearable / libs / gst / Makefile.am
1 if HAVE_CHECK
2 SUBDIRS_CHECK = check
3 else
4 SUBDIRS_CHECK =
5 endif
6
7 if GST_DISABLE_NET
8 SUBDIRS_NET =
9 else
10 if HAVE_SYS_SOCKET_H
11 SUBDIRS_NET = net
12 else
13 if HAVE_WINSOCK2_H
14 SUBDIRS_NET = net
15 else
16 SUBDIRS_NET =
17 endif
18 endif
19 endif
20
21 if GST_DISABLE_REGISTRY
22 SUBDIRS_HELPERS =
23 else
24 SUBDIRS_HELPERS = helpers
25 endif
26
27 SUBDIRS_ALWAYS = base controller dataprotocol
28
29 SUBDIRS = $(SUBDIRS_ALWAYS) $(SUBDIRS_CHECK) $(SUBDIRS_NET) $(SUBDIRS_HELPERS)
30 DIST_SUBDIRS = $(SUBDIRS_ALWAYS) check net helpers
31
32 Android.mk: Makefile.am
33         echo $(PWD)
34         androgenizer -:PROJECT gstreamer \
35          -:SUBDIR $(patsubst %, libs/gst/%, $(SUBDIRS)) \
36         > $@