aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:35 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:35 -0800
commitf721e3ac031f892af46f255a47d7f54a91317b30 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /distrib/Makefile
parentbae1bc39312d5019bd9a5b8d840a529213a69a17 (diff)
downloadexternal_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.zip
external_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.tar.gz
external_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
deleted file mode 100644
index 677b0bb..0000000
--- a/distrib/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-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