Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a and libturbojpeg.a on OS X, so that the same library can be used to build OS X and iOS apps


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@789 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/Makefile.am b/Makefile.am
index 131f802..9af4cde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -293,6 +293,9 @@
 udmg: all
 	sh pkgscripts/makemacpkg universal ${BUILDDIR32}
 
+iosdmg: all
+	sh pkgscripts/makemacpkg ios ${BUILDDIR32} ${BUILDDIRARMV6} ${BUILDDIRARMV7}
+
 endif
 
 dmg: all