printing.target.darwin-x86.mk revision 58537e28ecd584eab876aee8be7156509866d23a
1# This file is generated by gyp; do not edit. 2 3include $(CLEAR_VARS) 4 5LOCAL_MODULE_CLASS := STATIC_LIBRARIES 6LOCAL_MODULE := printing_printing_gyp 7LOCAL_MODULE_SUFFIX := .a 8LOCAL_MODULE_TAGS := optional 9gyp_intermediate_dir := $(call local-intermediates-dir) 10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared) 11 12# Make sure our deps are built first. 13GYP_TARGET_DEPENDENCIES := \ 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \ 15 $(call intermediates-dir-for,STATIC_LIBRARIES,skia_skia_library_gyp)/skia_skia_library_gyp.a \ 16 $(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp)/icui18n.stamp \ 17 $(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp)/icuuc.stamp \ 18 $(call intermediates-dir-for,STATIC_LIBRARIES,ui_ui_gyp)/ui_ui_gyp.a 19 20GYP_GENERATED_OUTPUTS := 21 22# Make sure our deps and generated files are built first. 23LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 24 25### Rules for final target. 26 27LOCAL_LDFLAGS_Debug := \ 28 -Wl,-z,now \ 29 -Wl,-z,relro \ 30 -Wl,-z,noexecstack \ 31 -fPIC \ 32 -m32 \ 33 -fuse-ld=gold \ 34 -nostdlib \ 35 -Wl,--no-undefined \ 36 -Wl,--exclude-libs=ALL \ 37 -Wl,--fatal-warnings \ 38 -Wl,--gc-sections \ 39 -Wl,--warn-shared-textrel \ 40 -Wl,-O1 \ 41 -Wl,--as-needed 42 43 44LOCAL_LDFLAGS_Release := \ 45 -Wl,-z,now \ 46 -Wl,-z,relro \ 47 -Wl,-z,noexecstack \ 48 -fPIC \ 49 -m32 \ 50 -fuse-ld=gold \ 51 -nostdlib \ 52 -Wl,--no-undefined \ 53 -Wl,--exclude-libs=ALL \ 54 -Wl,-O1 \ 55 -Wl,--as-needed \ 56 -Wl,--gc-sections \ 57 -Wl,--fatal-warnings \ 58 -Wl,--warn-shared-textrel 59 60 61LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) 62 63LOCAL_STATIC_LIBRARIES := \ 64 skia_skia_library_gyp \ 65 ui_ui_gyp 66 67# Enable grouping to fix circular references 68LOCAL_GROUP_STATIC_LIBRARIES := true 69 70LOCAL_SHARED_LIBRARIES := \ 71 libstlport \ 72 libdl 73 74# Add target alias to "gyp_all_modules" target. 75.PHONY: gyp_all_modules 76gyp_all_modules: printing_printing_gyp 77 78# Alias gyp target name. 79.PHONY: printing 80printing: printing_printing_gyp 81 82include $(BUILD_STATIC_LIBRARY) 83