Android.mk revision 4a68b3365c8c50aa93505e99ead2565ab73dcdb0
1###############################################################################
2# FILE: Makefile
3#
4# Top-level Makefile for ASR
5###############################################################################
6
7# remember root of ASR source tree
8export ASR_ROOT_DIR := $(call my-dir)
9export ASR_MAKE_DIR := $(ASR_ROOT_DIR)/make/asr
10
11# perform sub-makes
12ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean
13include $(call all-subdir-makefiles)
14endif
15