diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:30:32 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:30:32 -0800 |
commit | 8b23a6c7e1aee255004dd19098d4c2462b61b849 (patch) | |
tree | 7a4d682ba51f0ff0364c5ca2509f515bdaf96de9 /distrib/Makefile | |
parent | f721e3ac031f892af46f255a47d7f54a91317b30 (diff) | |
download | external_qemu-8b23a6c7e1aee255004dd19098d4c2462b61b849.zip external_qemu-8b23a6c7e1aee255004dd19098d4c2462b61b849.tar.gz external_qemu-8b23a6c7e1aee255004dd19098d4c2462b61b849.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile new file mode 100644 index 0000000..677b0bb --- /dev/null +++ b/distrib/Makefile @@ -0,0 +1,8 @@ +ZLIB_VERSION := zlib-1.2.3 +LIBPNG_VERSION := libpng-1.2.19 + +ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION) +LIBPNG_DIR := $(SRC_PATH)/distrib/$(LIBPNG_VERSION) + +include $(ZLIB_DIR)/Makefile +include $(LIBPNG_DIR)/Makefile |