Lines Matching full:value
24 # * $(ASR_OS_TYPE) Value corresponding to the type of operating system.
25 # $(ASR_CPU_TYPE) Value corresponding to the type of CPU architecture.
26 # $(ASR_COMPILER_TYPE)Value corresponding to the type of compiler.
27 # * $(ASR_BUILD_TYPE) Value corresponding to the type of build to perform.
28 # $(ASR_UI_TYPE) Value corresponding to the type of user interface.
33 # $(ASR_OS_MSDOS) Value associated with $(ASR_OS_CHAR) = D.
34 # $(ASR_OS_WIN32) Value associated with $(ASR_OS_CHAR) = W.
35 # $(ASR_OS_MAC) Value associated with $(ASR_OS_CHAR) = M.
36 # $(ASR_OS_UNIX) Value associated with $(ASR_OS_CHAR) = U.
37 # $(ASR_OS_EMBEDDED) Value associated with $(ASR_OS_CHAR) = E.
38 # $(ASR_OS_VXWORKS) Value associated with $(ASR_OS_CHAR) = V.
39 # $(ASR_OS_QNX) Value associated with $(ASR_OS_CHAR) = Q.
40 # $(ASR_OS_PSOS) Value associated with $(ASR_OS_CHAR) = S.
41 # $(ASR_OS_WINCE) Value associated with $(ASR_OS_CHAR) = C.
42 # $(ASR_OS_PALM) Value associated with $(ASR_OS_CHAR) = P.
43 # $(ASR_OS_JAVA) Value associated with $(ASR_OS_CHAR) = J.
44 # $(ASR_CPU_I86) Value associated with $(ASR_CPU_CHARS) = IN.
45 # $(ASR_CPU_68K) Value associated with $(ASR_CPU_CHARS) = MO.
46 # $(ASR_CPU_MIPS) Value associated with $(ASR_CPU_CHARS) = MI.
47 # $(ASR_CPU_ALPHA) Value associated with $(ASR_CPU_CHARS) = AL.
48 # $(ASR_CPU_PPC) Value associated with $(ASR_CPU_CHARS) = PP.
49 # $(ASR_CPU_SPARC) Value associated with $(ASR_CPU_CHARS) = SP.
50 # $(ASR_CPU_ARM) Value associated with $(ASR_CPU_CHARS) = AR.
51 # $(ASR_CPU_STRONGARM)Value associated with $(ASR_CPU_CHARS) = SA.
52 # $(ASR_CPU_TMS320X) Value associated with $(ASR_CPU_CHARS) = TI.
53 # $(ASR_CPU_SH3) Value associated with $(ASR_CPU_CHARS) = HI.
54 # $(ASR_CPU_SH4) Value associated with $(ASR_CPU_CHARS) = HI.
55 # $(ASR_CPU_FAMILY_TMS320C30)Value associated with $(ASR_CPU_FAMILY) = 3.
56 # $(ASR_CPU_FAMILY_TMS320C40)Value associated with $(ASR_CPU_FAMILY) = 4.
57 # $(ASR_CPU_FAMILY_TMS320C2XX)Value associated with $(ASR_CPU_FAMILY) = 2.
58 # $(ASR_CPU_FAMILY_TMS320C54X)Value associated with $(ASR_CPU_FAMILY) = 5.
59 # $(ASR_C_BORLAND) Value associated with $(ASR_COMPILER_CHAR) = B.
60 # $(ASR_C_MICROSOFT) Value associated with $(ASR_COMPILER_CHAR) = M.
61 # $(ASR_C_HIGH) Value associated with $(ASR_COMPILER_CHAR) = H.
62 # $(ASR_C_INTEL) Value associated with $(ASR_COMPILER_CHAR) = I.
63 # $(ASR_C_ZORTECH) Value associated with $(ASR_COMPILER_CHAR) = Z.
64 # $(ASR_C_WATCOM) Value associated with $(ASR_COMPILER_CHAR) = W.
65 # $(ASR_C_GNU) Value associated with $(ASR_COMPILER_CHAR) = G.
66 # $(ASR_C_SUNPRO) Value associated with $(ASR_COMPILER_CHAR) = S.
67 # $(ASR_C_DECCXX) Value associated with $(ASR_COMPILER_CHAR) = D.
68 # $(ASR_C_METROWERKS) Value associated with $(ASR_COMPILER_CHAR) = C.
69 # $(ASR_C_GHS) Value associated with $(ASR_COMPILER_CHAR) = X.
70 # $(ASR_C_TICXC) Value associated with $(ASR_COMPILER_CHAR) = T.
71 # $(ASR_C_ARM) Value associated with $(ASR_COMPILER_CHAR) = A.
72 # $(ASR_BUILD_SHIP) Value associated with $(ASR_BUILD_CHAR) = S.
73 # $(ASR_BUILD_INHOUSE)Value associated with $(ASR_BUILD_CHAR) = I.
74 # $(ASR_BUILD_DEBUGO) Value associated with $(ASR_BUILD_CHAR) = G.
75 # $(ASR_BUILD_DEBUG) Value associated with $(ASR_BUILD_CHAR) = X.
76 # $(ASR_BUILD_PROFILE)Value associated with $(ASR_BUILD_CHAR) = P.
77 # $(ASR_BUILD_TRACE) Value associated with $(ASR_BUILD_CHAR) = L.