df262169dc44ac0baa884ed1aa50a877c13b9664
[framework/location/libslp-location.git] / location / manager / Makefile.am
1 noinst_LTLIBRARIES = liblocation-manager.la\r
2 \r
3 COMMON_HEADER_DIR = include\r
4 MANAGER_DIR = manager\r
5 MAP_SERVICE_DIR = map-service\r
6 MODULE_DIR = module\r
7 \r
8 liblocation_manager_la_SOURCES = \\r
9                                                         location-marshal.c \\r
10                                                         location-marshal.h \\r
11                                                         location-ielement.c  \\r
12                                                         location-setting.c  \\r
13                                                         location-position.c  \\r
14                                                         location-velocity.c  \\r
15                                                         location-accuracy.c  \\r
16                                                         location-boundary.c  \\r
17                                                         location-satellite.c  \\r
18                                                         location-signaling-util.c \\r
19                                                         location-common-util.c \\r
20                                                         location-gps.c       \\r
21                                                         location-wps.c       \\r
22                                                         location-sps.c       \\r
23                                                         location-hybrid.c\r
24 \r
25 liblocation_manager_la_CFLAGS = \\r
26                                                         -fPIC\\r
27                                                         -I${srcdir} \\r
28                                                         -I${srcdir}/.. \\r
29                                                         -I${srcdir}/../include \\r
30                                                         -I${srcdir}/../${MANAGER_DIR} \\r
31                                                         -I${srcdir}/../${MODULE_DIR} \\r
32                                                         -I${srcdir}/../${MAP_SERVICE_DIR} \\r
33                                                         $(LOCATION_CFLAGS)\r
34 \r
35 EXTRA_DIST = \\r
36         location-marshal.list\r
37 \r
38 location-marshal.h: location-marshal.list $(GLIB_GENMARSHAL)\r
39         $(GLIB_GENMARSHAL) $< --header --prefix=location > $@\r
40 location-marshal.c: location-marshal.list location-marshal.h $(GLIB_GENMARSHAL)\r
41         echo "#include \"location-marshal.h\"" > $@ && $(GLIB_GENMARSHAL) location-marshal.list --body --prefix=location >> $@\r