lib_LTLIBRARIES = libtzplatform-config-@LIBTZPLATFORM_CONFIG_VERSION@.la bin_PROGRAMS = tzplatform-get libtzplatform_config_@LIBTZPLATFORM_CONFIG_VERSION@_la_SOURCES = \ buffer.h \ buffer.c \ foreign.h \ foreign.c \ global-api.c \ heap.h \ heap.c \ parser.h \ parser.c \ passwd.h \ passwd.c \ scratch.h \ scratch.c \ context.c \ context.h \ hashing.c \ hashing.h \ init.c \ init.h \ isadmin.h \ isadmin.c \ shared-api.c \ shared-api.h \ tzplatform_config.sym \ tzplatform_config.h \ $(SRC_FROMTOOL) SRC_TOOL = \ buffer.c \ foreign.c \ heap.c \ parser.c \ sha256sum.c \ toolbox.c SRC_FROMTOOL= \ tzplatform_variables.h \ signup.inc \ hash.inc libtzplatform_config_@LIBTZPLATFORM_CONFIG_VERSION@_la_CFLAGS = -fPIC BUILT_SOURCES=tzplatform-tool $(SRC_FROMTOOL) CLEANFILES=tzplatform-tool $(SRC_FROMTOOL) tzplatform-tool: $(SRC_TOOL) $(CC) $^ -o $@ tizen-platform.conf: /etc/tizen-platform.meta tzplatform-tool ./tzplatform-tool pretty $< >$@ tzplatform_variables.h: tizen-platform.conf tzplatform-tool ./tzplatform-tool h $< >$@ hash.inc: tizen-platform.conf tzplatform-tool ./tzplatform-tool c $< >$@ signup.inc: tizen-platform.conf tzplatform-tool ./tzplatform-tool signup $< >$@ libtzplatform_config_@LIBTZPLATFORM_CONFIG_VERSION@_la_LDFLAGS = -version-info $(LIBTZPLATFORM_CONFIG_SO_VERSION) libtzplatform_config_@LIBTZPLATFORM_CONFIG_VERSION@_la_LDFLAGS += -Wl,--version-script=tzplatform_config.sym libtzplatform_config_@LIBTZPLATFORM_CONFIG_VERSION@_la_LDFLAGS += -Wl,-O3 libtzplatform_config_@LIBTZPLATFORM_CONFIG_VERSION@_la_LDFLAGS += -lpthread libtzplatform_config_includedir = $(includedir)/ nobase_libtzplatform_config_include_HEADERS = tzplatform_variables.h tzplatform_config.h dist_sysconf_DATA=tizen-platform.conf macros.tizen-platform: tizen-platform.conf tzplatform-tool ./tzplatform-tool rpm $< | grep -v TZ_USER_ > $@ tzplatform_config_sysconfdir= $(sysconfdir)/rpm dist_tzplatform_config_sysconf_DATA=macros.tizen-platform tzplatform_get_SOURCES = tzplatform_get.c tzplatform_get_LDADD = libtzplatform-config-@LIBTZPLATFORM_CONFIG_VERSION@.la tzplatform_get_CFLAGS = -fPIE tzplatform_get_LDFLAGS = -pie