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 12include $(call all-subdir-makefiles) 13