Limbo 3.5.4
Loading...
Searching...
No Matches
FindAR.mk
Go to the documentation of this file.
1## @file FindAR.mk
2## @brief find ar and set to AR
3##
4## Use following command in the Makefile to view the results
5##
6## $(info AR = $(AR))
7##
8## @author Yibo Lin
9## @date Jan 2017
10##
11## @param AR
12
13## @cond
14
15AR = ar
16
17## @endcond