Makefile 557 B

12345678910111213141516171819
  1. LIBRARY_NAME = librocketbootstrap_tests
  2. librocketbootstrap_tests_FILES = tests.m
  3. librocketbootstrap_tests_LIBRARIES = rocketbootstrap
  4. librocketbootstrap_tests_FRAMEWORKS = Foundation UIKit
  5. ADDITIONAL_CFLAGS = -std=c99 -I../
  6. IPHONE_ARCHS = armv6 arm64
  7. SDKVERSION_armv6 = 5.1
  8. INCLUDE_SDKVERSION_armv6 = 8.4
  9. TARGET_IPHONEOS_DEPLOYMENT_VERSION = 4.0
  10. TARGET_IPHONEOS_DEPLOYMENT_VERSION_armv6 = 3.0
  11. THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode_Legacy.app/Contents/Developer
  12. include framework/makefiles/common.mk
  13. include framework/makefiles/library.mk