comparison test/hacking-arm-thumb-interwork/diff-gcc-defs/Makefile @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children ed19b429a152
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 default: all
2 .PHONY: all clean
3
4 TOP = ../../..
5
6 include $(TOP)/ConfigVars
7
8 ifeq ("${CONFIG_OS}","iphoneos")
9 DIFFSCRIPT=diff-iphoneos.sh
10 else
11 DIFFSCRIPT=diff-generic.sh
12 endif
13
14 all:
15 sh ${DIFFSCRIPT}
16 clean:
17 rm -Rf out
18