• Home
  • Raw
  • Download

Lines Matching +full:include +full:- +full:all +full:- +full:sources

1 #  Copyright (C) 2016-2019, Antony Polukhin.
9 : source-location .
25 : <include>$(LIBBACKTRACE_PATH)/include
33 rule mp-run-simple ( sources + : args * : input-files * : requirements * : target-name )
35 exe $(target-name)_exe : $(sources) : $(requirements) ;
36 explicit $(target-name)_exe ;
37 make $(target-name).output : $(target-name)_exe : @mp_simple_run_action ;
38 explicit $(target-name).output ;
39 alias $(target-name) : $(target-name).output ;
42 mp-run-simple has_backtrace.cpp : : : <library>backtrace : libbacktrace ;
45 mp-run-simple has_addr2line.cpp : : : : addr2line ;
48 mp-run-simple has_windbg.cpp : : : <library>Dbgeng <library>ole32 : WinDbg ;
51 mp-run-simple has_windbg_cached.cpp : : : <library>Dbgeng <library>ole32 : WinDbgCached ;
57 : # sources
60 <warnings>all
63 : # usage-requirements
70 : # sources
73 <warnings>all
74 <target-os>linux:<library>dl
77 [ check-target-builds ../build//libbacktrace : : <build>no ]
79 : # usage-requirements
86 : # sources
89 <warnings>all
90 <target-os>linux:<library>dl
92 [ check-target-builds ../build//addr2line : : <build>no ]
94 : # usage-requirements
101 : # sources
104 <warnings>all
105 <target-os>linux:<library>dl
107 [ check-target-builds ../build//WinDbg : <build>no ]
109 : # usage-requirements
116 : # sources
119 <warnings>all
122 [ check-target-builds ../build//WinDbg : : <build>no ]
124 : # usage-requirements
131 : # sources
134 <warnings>all
137 [ check-target-builds ../build//WinDbgCached : : <build>no ]
139 : # usage-requirements
145 boost-install $(libraries) ;