Split off build tools specific definitions from Makefile.build.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3051 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Definitions for build tools for the makefile used by the UQM build system.
|
||||
# This file defines the build commands for ARM tools.
|
||||
|
||||
include buildtools-generic
|
||||
|
||||
define act_mkdep_c
|
||||
$(MKDEP_C) $(CFLAGS) -o "$(@D)/$(<F).o" "$<" --depend "$@"
|
||||
endef
|
||||
|
||||
define act_link
|
||||
$(LINK) --create "$@".lib $^ $(LDFLAGS)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user