printing.target.darwin-mips.mk revision 3c54152607de4272b3da0c146b71dcba8a0e5610
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,STATIC_LIBRARIES,skia_skia_gyp)/skia_skia_gyp.a \ 15 $(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp)/icui18n.stamp \ 16 $(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp)/icuuc.stamp \ 17 $(call intermediates-dir-for,STATIC_LIBRARIES,ui_ui_gyp)/ui_ui_gyp.a 18 19GYP_GENERATED_OUTPUTS := 20 21# Make sure our deps and generated files are built first. 22LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 23 24### Rules for final target. 25 26LOCAL_LDFLAGS := \ 27 -Wl,-z,now \ 28 -Wl,-z,relro \ 29 -Wl,-z,noexecstack \ 30 -fPIC \ 31 -EL \ 32 -Wl,--no-keep-memory \ 33 -nostdlib \ 34 -Wl,--no-undefined \ 35 -Wl,--exclude-libs=ALL \ 36 -Wl,--gc-sections \ 37 -Wl,-O1 \ 38 -Wl,--as-needed 39 40 41LOCAL_STATIC_LIBRARIES := \ 42 skia_skia_gyp \ 43 ui_ui_gyp 44 45# Enable grouping to fix circular references 46LOCAL_GROUP_STATIC_LIBRARIES := true 47 48LOCAL_SHARED_LIBRARIES := \ 49 libstlport \ 50 libdl 51 52# Add target alias to "gyp_all_modules" target. 53.PHONY: gyp_all_modules 54gyp_all_modules: printing_printing_gyp 55 56# Alias gyp target name. 57.PHONY: printing 58printing: printing_printing_gyp 59 60include $(BUILD_STATIC_LIBRARY) 61