Misha Brukman | 6d5ab86 | 2004-04-24 00:10:56 +0000 | [diff] [blame] | 1 | #===-- Makefile.rules - Common make rules for LLVM ---------*- Makefile -*--===# |
| 2 | # |
John Criswell | d8846c1 | 2003-10-21 14:33:46 +0000 | [diff] [blame] | 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 57360d1 | 2007-12-29 20:11:13 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 7 | # |
Misha Brukman | 6d5ab86 | 2004-04-24 00:10:56 +0000 | [diff] [blame] | 8 | #===------------------------------------------------------------------------===# |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 9 | # |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 10 | # This file is included by all of the LLVM makefiles. For details on how to use |
| 11 | # it properly, please see the document MakefileGuide.html in the docs directory. |
Chris Lattner | af06a08 | 2003-08-15 03:02:52 +0000 | [diff] [blame] | 12 | # |
Chris Lattner | 77efe27 | 2006-02-14 04:27:15 +0000 | [diff] [blame] | 13 | #===-----------------------------------------------------------------------====# |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 14 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 15 | ################################################################################ |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 16 | # TARGETS: Define standard targets that can be invoked |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 17 | ################################################################################ |
John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame] | 18 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 19 | #-------------------------------------------------------------------- |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 20 | # Define the various target sets |
| 21 | #-------------------------------------------------------------------- |
Daniel Dunbar | 7f068f4 | 2009-09-13 22:39:27 +0000 | [diff] [blame] | 22 | RecursiveTargets := all clean clean-all install uninstall install-bytecode \ |
| 23 | unitcheck |
Reid Spencer | 9e8d54a | 2004-12-06 05:35:13 +0000 | [diff] [blame] | 24 | LocalTargets := all-local clean-local clean-all-local check-local \ |
Reid Spencer | 44cb1b3 | 2004-12-03 20:08:48 +0000 | [diff] [blame] | 25 | install-local printvars uninstall-local \ |
Daniel Dunbar | 7f068f4 | 2009-09-13 22:39:27 +0000 | [diff] [blame] | 26 | install-bytecode-local |
Chris Lattner | 72e4633 | 2007-09-26 06:10:47 +0000 | [diff] [blame] | 27 | TopLevelTargets := check dist dist-check dist-clean dist-gzip dist-bzip2 \ |
Bill Wendling | 4113bd1 | 2009-01-04 23:12:21 +0000 | [diff] [blame] | 28 | dist-zip unittests |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 29 | UserTargets := $(RecursiveTargets) $(LocalTargets) $(TopLevelTargets) |
| 30 | InternalTargets := preconditions distdir dist-hook |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 31 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 32 | ################################################################################ |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 33 | # INITIALIZATION: Basic things the makefile needs |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 34 | ################################################################################ |
| 35 | |
| 36 | #-------------------------------------------------------------------- |
| 37 | # Set the VPATH so that we can find source files. |
| 38 | #-------------------------------------------------------------------- |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 39 | VPATH=$(PROJ_SRC_DIR) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 40 | |
| 41 | #-------------------------------------------------------------------- |
Reid Spencer | 1abd46d | 2007-06-29 14:02:07 +0000 | [diff] [blame] | 42 | # Reset the list of suffixes we know how to build. |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 43 | #-------------------------------------------------------------------- |
| 44 | .SUFFIXES: |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 45 | .SUFFIXES: .c .cpp .cc .h .hpp .o .a .bc .td .ps .dot .ll .m .mm |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 46 | .SUFFIXES: $(SHLIBEXT) $(SUFFIXES) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 47 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 48 | #-------------------------------------------------------------------- |
| 49 | # Mark all of these targets as phony to avoid implicit rule search |
| 50 | #-------------------------------------------------------------------- |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 51 | .PHONY: $(UserTargets) $(InternalTargets) |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 52 | |
| 53 | #-------------------------------------------------------------------- |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 54 | # Make sure all the user-target rules are double colon rules and |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 55 | # they are defined first. |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 56 | #-------------------------------------------------------------------- |
| 57 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 58 | $(UserTargets):: |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 59 | |
Daniel Dunbar | e29c316 | 2011-11-03 22:46:21 +0000 | [diff] [blame] | 60 | #------------------------------------------------------------------------ |
| 61 | # LLVMBuild Integration |
| 62 | #------------------------------------------------------------------------ |
| 63 | # |
| 64 | # We use llvm-build to generate all the data required by the Makefile based |
| 65 | # build system in one swoop: |
| 66 | # |
| 67 | # - We generate a file (a Makefile fragment) in the object root which contains |
| 68 | # all the definitions that are required by Makefiles across the entire |
| 69 | # project. |
| 70 | # |
| 71 | # - We generate the library table used by llvm-config. |
| 72 | # |
| 73 | # - We generate the dependencies for the Makefile fragment, so that we will |
| 74 | # automatically reconfigure outselves. |
| 75 | |
| 76 | # The path to the llvm-build tool itself. |
| 77 | LLVMBuildTool := $(PROJ_SRC_ROOT)/utils/llvm-build/llvm-build |
| 78 | |
| 79 | # The files we are going to generate using llvm-build. |
| 80 | LLVMBuildMakeFrag := $(PROJ_OBJ_ROOT)/Makefile.llvmbuild |
| 81 | LLVMConfigLibraryDependenciesInc := \ |
Daniel Dunbar | cb497b8 | 2011-12-01 20:18:09 +0000 | [diff] [blame] | 82 | $(PROJ_OBJ_ROOT)/tools/llvm-config/LibraryDependencies.inc |
Daniel Dunbar | e29c316 | 2011-11-03 22:46:21 +0000 | [diff] [blame] | 83 | |
Daniel Dunbar | a7de1d6 | 2011-11-12 00:18:02 +0000 | [diff] [blame] | 84 | # This is for temporary backwards compatibility. |
| 85 | ifndef TARGET_NATIVE_ARCH |
| 86 | TARGET_NATIVE_ARCH := $(ARCH) |
| 87 | endif |
| 88 | |
Daniel Dunbar | e29c316 | 2011-11-03 22:46:21 +0000 | [diff] [blame] | 89 | # The rule to create the LLVMBuild Makefile fragment as well as the llvm-config |
| 90 | # library table. |
| 91 | # |
| 92 | # Note that this target gets its real dependencies generated for us by |
| 93 | # llvm-build. |
Daniel Dunbar | 2808853 | 2011-11-09 18:48:22 +0000 | [diff] [blame] | 94 | # |
| 95 | # We include a dependency on this Makefile to ensure that changes to the |
| 96 | # generation command get picked up. |
Daniel Dunbar | 8979f4e | 2012-02-02 23:27:32 +0000 | [diff] [blame] | 97 | $(LLVMBuildMakeFrag): $(PROJ_SRC_ROOT)/Makefile.rules \ |
| 98 | $(PROJ_OBJ_ROOT)/Makefile.config |
Daniel Dunbar | d5574f6 | 2011-11-03 23:01:50 +0000 | [diff] [blame] | 99 | $(Echo) Constructing LLVMBuild project information. |
Saleem Abdulrasool | 3ef8b0a | 2013-01-30 04:07:37 +0000 | [diff] [blame] | 100 | $(Verb)$(PYTHON) $(LLVMBuildTool) \ |
Daniel Dunbar | a7de1d6 | 2011-11-12 00:18:02 +0000 | [diff] [blame] | 101 | --native-target "$(TARGET_NATIVE_ARCH)" \ |
Daniel Dunbar | 8333730 | 2011-11-10 01:16:48 +0000 | [diff] [blame] | 102 | --enable-targets "$(TARGETS_TO_BUILD)" \ |
Preston Gurd | 7549354 | 2012-05-07 19:38:40 +0000 | [diff] [blame] | 103 | --enable-optional-components "$(OPTIONAL_COMPONENTS)" \ |
Daniel Dunbar | e29c316 | 2011-11-03 22:46:21 +0000 | [diff] [blame] | 104 | --write-library-table $(LLVMConfigLibraryDependenciesInc) \ |
| 105 | --write-make-fragment $(LLVMBuildMakeFrag) |
| 106 | |
Daniel Dunbar | 2808853 | 2011-11-09 18:48:22 +0000 | [diff] [blame] | 107 | # For completeness, let Make know how the extra files are generated. |
| 108 | $(LLVMConfigLibraryDependenciesInc): $(LLVMBuildMakeFrag) |
| 109 | |
Daniel Dunbar | e29c316 | 2011-11-03 22:46:21 +0000 | [diff] [blame] | 110 | # Include the generated Makefile fragment. |
| 111 | # |
| 112 | # We currently only include the dependencies for the fragment itself if we are |
| 113 | # at the top-level. Otherwise, recursive invocations would ends up doing |
| 114 | # substantially more redundant stat'ing. |
| 115 | # |
| 116 | # This means that we won't properly regenerate things for developers used to |
| 117 | # building from a subdirectory, but that is always somewhat unreliable. |
| 118 | ifeq ($(LEVEL),.) |
| 119 | LLVMBUILD_INCLUDE_DEPENDENCIES := 1 |
Daniel Dunbar | 2e5b88e | 2012-02-02 23:27:34 +0000 | [diff] [blame] | 120 | |
| 121 | # Clean the generated makefile fragment at the top-level. |
| 122 | clean-local:: |
| 123 | -$(Verb) $(RM) -f $(LLVMBuildMakeFrag) |
Daniel Dunbar | e29c316 | 2011-11-03 22:46:21 +0000 | [diff] [blame] | 124 | endif |
| 125 | -include $(LLVMBuildMakeFrag) |
| 126 | |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 127 | ################################################################################ |
| 128 | # PRECONDITIONS: that which must be built/checked first |
| 129 | ################################################################################ |
| 130 | |
Reid Spencer | 44cb1b3 | 2004-12-03 20:08:48 +0000 | [diff] [blame] | 131 | SrcMakefiles := $(filter %Makefile %Makefile.tests,\ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 132 | $(wildcard $(PROJ_SRC_DIR)/Makefile*)) |
| 133 | ObjMakefiles := $(subst $(PROJ_SRC_DIR),$(PROJ_OBJ_DIR),$(SrcMakefiles)) |
| 134 | ConfigureScript := $(PROJ_SRC_ROOT)/configure |
| 135 | ConfigStatusScript := $(PROJ_OBJ_ROOT)/config.status |
| 136 | MakefileConfigIn := $(strip $(wildcard $(PROJ_SRC_ROOT)/Makefile.config.in)) |
| 137 | MakefileCommonIn := $(strip $(wildcard $(PROJ_SRC_ROOT)/Makefile.common.in)) |
| 138 | MakefileConfig := $(PROJ_OBJ_ROOT)/Makefile.config |
| 139 | MakefileCommon := $(PROJ_OBJ_ROOT)/Makefile.common |
| 140 | PreConditions := $(ConfigStatusScript) $(ObjMakefiles) |
| 141 | ifneq ($(MakefileCommonIn),) |
| 142 | PreConditions += $(MakefileCommon) |
| 143 | endif |
Chris Lattner | 0a1db82 | 2006-09-04 05:23:20 +0000 | [diff] [blame] | 144 | |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 145 | ifneq ($(MakefileConfigIn),) |
| 146 | PreConditions += $(MakefileConfig) |
| 147 | endif |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 148 | |
Reid Spencer | ca739c6 | 2005-08-25 04:59:49 +0000 | [diff] [blame] | 149 | preconditions: $(PreConditions) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 150 | |
| 151 | #------------------------------------------------------------------------ |
| 152 | # Make sure the BUILT_SOURCES are built first |
| 153 | #------------------------------------------------------------------------ |
Reid Spencer | 07a549a | 2004-12-16 07:15:16 +0000 | [diff] [blame] | 154 | $(filter-out clean clean-local,$(UserTargets)):: $(BUILT_SOURCES) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 155 | |
Reid Spencer | 9bb399c | 2007-02-07 19:13:19 +0000 | [diff] [blame] | 156 | clean-all-local:: |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 157 | ifneq ($(strip $(BUILT_SOURCES)),) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 158 | -$(Verb) $(RM) -f $(BUILT_SOURCES) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 159 | endif |
| 160 | |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 161 | ifneq ($(PROJ_OBJ_ROOT),$(PROJ_SRC_ROOT)) |
Reid Spencer | 31f9524 | 2004-12-16 08:00:46 +0000 | [diff] [blame] | 162 | spotless: |
Reid Spencer | 31f9524 | 2004-12-16 08:00:46 +0000 | [diff] [blame] | 163 | $(Verb) if test -x config.status ; then \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 164 | $(EchoCmd) Wiping out $(PROJ_OBJ_ROOT) ; \ |
Reid Spencer | 39b7363 | 2004-12-17 07:45:03 +0000 | [diff] [blame] | 165 | $(MKDIR) .spotless.save ; \ |
| 166 | $(MV) config.status .spotless.save ; \ |
| 167 | $(MV) mklib .spotless.save ; \ |
| 168 | $(MV) projects .spotless.save ; \ |
Reid Spencer | 31f9524 | 2004-12-16 08:00:46 +0000 | [diff] [blame] | 169 | $(RM) -rf * ; \ |
Reid Spencer | 39b7363 | 2004-12-17 07:45:03 +0000 | [diff] [blame] | 170 | $(MV) .spotless.save/config.status . ; \ |
| 171 | $(MV) .spotless.save/mklib . ; \ |
| 172 | $(MV) .spotless.save/projects . ; \ |
| 173 | $(RM) -rf .spotless.save ; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 174 | $(EchoCmd) Rebuilding configuration of $(PROJ_OBJ_ROOT) ; \ |
Reid Spencer | 39b7363 | 2004-12-17 07:45:03 +0000 | [diff] [blame] | 175 | $(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \ |
| 176 | $(ConfigStatusScript) ; \ |
Reid Spencer | 31f9524 | 2004-12-16 08:00:46 +0000 | [diff] [blame] | 177 | else \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 178 | $(EchoCmd) "make spotless" can only be run from $(PROJ_OBJ_ROOT); \ |
Reid Spencer | 31f9524 | 2004-12-16 08:00:46 +0000 | [diff] [blame] | 179 | fi |
Reid Spencer | 25e8a70 | 2005-12-21 23:17:06 +0000 | [diff] [blame] | 180 | else |
| 181 | spotless: |
| 182 | $(EchoCmd) "spotless target not supported for objdir == srcdir" |
Reid Spencer | 31f9524 | 2004-12-16 08:00:46 +0000 | [diff] [blame] | 183 | endif |
| 184 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 185 | $(BUILT_SOURCES) : $(ObjMakefiles) |
Reid Spencer | 80f0ef7 | 2004-10-28 00:41:43 +0000 | [diff] [blame] | 186 | |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 187 | #------------------------------------------------------------------------ |
| 188 | # Make sure we're not using a stale configuration |
| 189 | #------------------------------------------------------------------------ |
Reid Spencer | c371984 | 2004-12-16 18:26:53 +0000 | [diff] [blame] | 190 | reconfigure: |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 191 | $(Echo) Reconfiguring $(PROJ_OBJ_ROOT) |
| 192 | $(Verb) cd $(PROJ_OBJ_ROOT) && \ |
Reid Spencer | c371984 | 2004-12-16 18:26:53 +0000 | [diff] [blame] | 193 | $(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \ |
| 194 | $(ConfigStatusScript) |
| 195 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 196 | .PRECIOUS: $(ConfigStatusScript) |
Jim Grosbach | e5e2c41 | 2010-10-01 22:32:12 +0000 | [diff] [blame] | 197 | $(ConfigStatusScript): $(ConfigureScript) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 198 | $(Echo) Reconfiguring with $< |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 199 | $(Verb) cd $(PROJ_OBJ_ROOT) && \ |
Reid Spencer | 7d27700 | 2004-11-29 12:37:44 +0000 | [diff] [blame] | 200 | $(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \ |
| 201 | $(ConfigStatusScript) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 202 | |
Reid Spencer | 6f5f8b3 | 2005-08-25 04:44:18 +0000 | [diff] [blame] | 203 | #------------------------------------------------------------------------ |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 204 | # Make sure the configuration makefile is up to date |
| 205 | #------------------------------------------------------------------------ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 206 | ifneq ($(MakefileConfigIn),) |
| 207 | $(MakefileConfig): $(MakefileConfigIn) $(ConfigStatusScript) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 208 | $(Echo) Regenerating $@ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 209 | $(Verb) cd $(PROJ_OBJ_ROOT) ; $(ConfigStatusScript) Makefile.config |
| 210 | endif |
| 211 | |
| 212 | ifneq ($(MakefileCommonIn),) |
| 213 | $(MakefileCommon): $(MakefileCommonIn) $(ConfigStatusScript) |
| 214 | $(Echo) Regenerating $@ |
| 215 | $(Verb) cd $(PROJ_OBJ_ROOT) ; $(ConfigStatusScript) Makefile.common |
| 216 | endif |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 217 | |
| 218 | #------------------------------------------------------------------------ |
| 219 | # If the Makefile in the source tree has been updated, copy it over into the |
| 220 | # build tree. But, only do this if the source and object makefiles differ |
| 221 | #------------------------------------------------------------------------ |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 222 | ifndef PROJ_MAKEFILE |
| 223 | PROJ_MAKEFILE := $(PROJ_SRC_DIR)/Makefile |
| 224 | endif |
| 225 | |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 226 | ifneq ($(PROJ_OBJ_DIR),$(PROJ_SRC_DIR)) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 227 | |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 228 | Makefile: $(PROJ_MAKEFILE) $(ExtraMakefiles) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 229 | $(Echo) "Updating Makefile" |
| 230 | $(Verb) $(MKDIR) $(@D) |
Reid Spencer | c371984 | 2004-12-16 18:26:53 +0000 | [diff] [blame] | 231 | $(Verb) $(CP) -f $< $@ |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 232 | |
| 233 | # Copy the Makefile.* files unless we're in the root directory which avoids |
| 234 | # the copying of Makefile.config.in or other things that should be explicitly |
| 235 | # taken care of. |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 236 | $(PROJ_OBJ_DIR)/Makefile% : $(PROJ_MAKEFILE)% |
Reid Spencer | 8660678 | 2004-10-26 23:10:00 +0000 | [diff] [blame] | 237 | @case '$?' in \ |
| 238 | *Makefile.rules) ;; \ |
| 239 | *.in) ;; \ |
Gordon Henriksen | 7252dc0 | 2008-03-10 15:58:40 +0000 | [diff] [blame] | 240 | *) $(EchoCmd) "Updating $(@F)" ; \ |
Reid Spencer | 8660678 | 2004-10-26 23:10:00 +0000 | [diff] [blame] | 241 | $(MKDIR) $(@D) ; \ |
Reid Spencer | c371984 | 2004-12-16 18:26:53 +0000 | [diff] [blame] | 242 | $(CP) -f $< $@ ;; \ |
Reid Spencer | 8660678 | 2004-10-26 23:10:00 +0000 | [diff] [blame] | 243 | esac |
Gabor Greif | 0a4c378 | 2008-02-27 13:34:15 +0000 | [diff] [blame] | 244 | |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 245 | endif |
| 246 | |
| 247 | #------------------------------------------------------------------------ |
| 248 | # Set up the basic dependencies |
| 249 | #------------------------------------------------------------------------ |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 250 | $(UserTargets):: $(PreConditions) |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 251 | |
| 252 | all:: all-local |
Anton Korobeynikov | 569c45c | 2008-11-10 07:33:13 +0000 | [diff] [blame] | 253 | clean:: clean-local |
Reid Spencer | 3d65949 | 2004-11-02 16:36:03 +0000 | [diff] [blame] | 254 | clean-all:: clean-local clean-all-local |
Reid Spencer | 9411c64 | 2004-10-26 22:26:33 +0000 | [diff] [blame] | 255 | install:: install-local |
| 256 | uninstall:: uninstall-local |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 257 | install-local:: all-local |
Reid Spencer | 44cb1b3 | 2004-12-03 20:08:48 +0000 | [diff] [blame] | 258 | install-bytecode:: install-bytecode-local |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 259 | |
| 260 | ############################################################################### |
| 261 | # VARIABLES: Set up various variables based on configuration data |
| 262 | ############################################################################### |
| 263 | |
Daniel Dunbar | 94e98af | 2008-10-03 19:11:19 +0000 | [diff] [blame] | 264 | # Variable for if this make is for a "cleaning" target |
| 265 | ifneq ($(strip $(filter clean clean-local dist-clean,$(MAKECMDGOALS))),) |
| 266 | IS_CLEANING_TARGET=1 |
| 267 | endif |
| 268 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 269 | #-------------------------------------------------------------------- |
| 270 | # Variables derived from configuration we are building |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 271 | #-------------------------------------------------------------------- |
| 272 | |
Reid Spencer | 0a522b1 | 2007-07-10 07:19:53 +0000 | [diff] [blame] | 273 | CPP.Defines := |
David Greene | dbefd0c | 2009-04-17 14:49:22 +0000 | [diff] [blame] | 274 | ifeq ($(ENABLE_OPTIMIZED),1) |
| 275 | BuildMode := Release |
| 276 | # Don't use -fomit-frame-pointer on Darwin or FreeBSD. |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 277 | ifneq ($(HOST_OS),FreeBSD) |
| 278 | ifneq ($(HOST_OS),Darwin) |
David Greene | dbefd0c | 2009-04-17 14:49:22 +0000 | [diff] [blame] | 279 | OmitFramePointer := -fomit-frame-pointer |
Chris Lattner | 760da06 | 2003-03-14 20:25:22 +0000 | [diff] [blame] | 280 | endif |
David Greene | dbefd0c | 2009-04-17 14:49:22 +0000 | [diff] [blame] | 281 | endif |
| 282 | |
David Greene | dbefd0c | 2009-04-17 14:49:22 +0000 | [diff] [blame] | 283 | CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer) |
| 284 | C.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer) |
| 285 | LD.Flags += $(OPTIMIZE_OPTION) |
Jeffrey Yasskin | 7fd82e5 | 2009-09-27 17:47:29 +0000 | [diff] [blame] | 286 | ifdef DEBUG_SYMBOLS |
Jeffrey Yasskin | d448292 | 2009-09-25 16:46:09 +0000 | [diff] [blame] | 287 | BuildMode := $(BuildMode)+Debug |
| 288 | CXX.Flags += -g |
| 289 | C.Flags += -g |
| 290 | LD.Flags += -g |
| 291 | KEEP_SYMBOLS := 1 |
| 292 | endif |
David Greene | dbefd0c | 2009-04-17 14:49:22 +0000 | [diff] [blame] | 293 | else |
Daniel Dunbar | dee8dbe | 2009-11-16 22:37:52 +0000 | [diff] [blame] | 294 | ifdef NO_DEBUG_SYMBOLS |
| 295 | BuildMode := Unoptimized |
| 296 | CXX.Flags += |
| 297 | C.Flags += |
| 298 | LD.Flags += |
| 299 | KEEP_SYMBOLS := 1 |
| 300 | else |
| 301 | BuildMode := Debug |
| 302 | CXX.Flags += -g |
| 303 | C.Flags += -g |
| 304 | LD.Flags += -g |
| 305 | KEEP_SYMBOLS := 1 |
| 306 | endif |
David Greene | dbefd0c | 2009-04-17 14:49:22 +0000 | [diff] [blame] | 307 | endif |
| 308 | |
Eric Christopher | bee515f | 2011-11-11 22:51:42 +0000 | [diff] [blame] | 309 | ifeq ($(ENABLE_LIBCPP),1) |
| 310 | CXX.Flags += -stdlib=libc++ |
| 311 | LD.Flags += -stdlib=libc++ |
| 312 | endif |
Chris Lattner | 1696980 | 2011-11-10 21:12:28 +0000 | [diff] [blame] | 313 | |
Eric Christopher | 8212002 | 2012-08-03 19:47:14 +0000 | [diff] [blame] | 314 | ifeq ($(ENABLE_CXX11),1) |
| 315 | CXX.Flags += -std=c++11 |
| 316 | endif |
| 317 | |
Eric Christopher | 09a8873 | 2012-08-03 19:58:20 +0000 | [diff] [blame] | 318 | ifeq ($(ENABLE_WERROR),1) |
| 319 | CXX.Flags += -Werror |
| 320 | C.Flags += -Werror |
| 321 | endif |
| 322 | |
David Greene | dbefd0c | 2009-04-17 14:49:22 +0000 | [diff] [blame] | 323 | ifeq ($(ENABLE_PROFILING),1) |
| 324 | BuildMode := $(BuildMode)+Profile |
| 325 | CXX.Flags := $(filter-out -fomit-frame-pointer,$(CXX.Flags)) -pg -g |
| 326 | C.Flags := $(filter-out -fomit-frame-pointer,$(C.Flags)) -pg -g |
| 327 | LD.Flags := $(filter-out -fomit-frame-pointer,$(LD.Flags)) -pg -g |
| 328 | KEEP_SYMBOLS := 1 |
Chris Lattner | 760da06 | 2003-03-14 20:25:22 +0000 | [diff] [blame] | 329 | endif |
| 330 | |
Benjamin Kramer | 01442cd | 2011-12-22 21:41:32 +0000 | [diff] [blame] | 331 | ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1) |
Benjamin Kramer | 01442cd | 2011-12-22 21:41:32 +0000 | [diff] [blame] | 332 | CXX.Flags += -fvisibility-inlines-hidden |
| 333 | endif |
Daniel Dunbar | ecfe67c | 2008-09-02 17:35:16 +0000 | [diff] [blame] | 334 | |
Chris Lattner | c96d508 | 2010-01-24 20:20:40 +0000 | [diff] [blame] | 335 | ifdef ENABLE_EXPENSIVE_CHECKS |
| 336 | # GNU libstdc++ uses RTTI if you define _GLIBCXX_DEBUG, which we did above. |
| 337 | # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40160 |
| 338 | REQUIRES_RTTI := 1 |
| 339 | endif |
| 340 | |
Reid Spencer | 99655e1 | 2006-08-25 19:54:53 +0000 | [diff] [blame] | 341 | # IF REQUIRES_EH=1 is specified then don't disable exceptions |
Reid Spencer | dcea140 | 2006-08-25 20:56:59 +0000 | [diff] [blame] | 342 | ifndef REQUIRES_EH |
| 343 | CXX.Flags += -fno-exceptions |
Chris Lattner | c615038 | 2010-01-24 20:21:50 +0000 | [diff] [blame] | 344 | else |
| 345 | # If the library requires EH, it also requires RTTI. |
| 346 | REQUIRES_RTTI := 1 |
Reid Spencer | dcea140 | 2006-08-25 20:56:59 +0000 | [diff] [blame] | 347 | endif |
Reid Spencer | 99655e1 | 2006-08-25 19:54:53 +0000 | [diff] [blame] | 348 | |
Nicolas Geoffray | 8ed8141 | 2009-08-19 22:04:44 +0000 | [diff] [blame] | 349 | ifdef REQUIRES_FRAME_POINTER |
| 350 | CXX.Flags := $(filter-out -fomit-frame-pointer,$(CXX.Flags)) |
| 351 | C.Flags := $(filter-out -fomit-frame-pointer,$(C.Flags)) |
| 352 | LD.Flags := $(filter-out -fomit-frame-pointer,$(LD.Flags)) |
| 353 | endif |
| 354 | |
Daniel Dunbar | ccb75c2 | 2009-09-11 15:47:24 +0000 | [diff] [blame] | 355 | # If REQUIRES_RTTI=1 is specified then don't disable run-time type id. |
Chris Lattner | 43b5f93 | 2010-01-24 20:43:08 +0000 | [diff] [blame] | 356 | ifneq ($(REQUIRES_RTTI), 1) |
| 357 | CXX.Flags += -fno-rtti |
Reid Spencer | 6548bf1 | 2007-05-02 21:29:39 +0000 | [diff] [blame] | 358 | endif |
| 359 | |
Peter Collingbourne | ed50d38 | 2010-10-22 12:54:34 +0000 | [diff] [blame] | 360 | ifeq ($(ENABLE_COVERAGE),1) |
Daniel Dunbar | 55a07b2 | 2009-03-13 20:59:41 +0000 | [diff] [blame] | 361 | BuildMode := $(BuildMode)+Coverage |
Chris Lattner | 6be9266 | 2009-06-16 23:00:42 +0000 | [diff] [blame] | 362 | CXX.Flags += -ftest-coverage -fprofile-arcs |
| 363 | C.Flags += -ftest-coverage -fprofile-arcs |
Daniel Dunbar | 55a07b2 | 2009-03-13 20:59:41 +0000 | [diff] [blame] | 364 | endif |
| 365 | |
Reid Spencer | 854071c | 2006-04-10 16:46:04 +0000 | [diff] [blame] | 366 | # If DISABLE_ASSERTIONS=1 is specified (make command line or configured), |
| 367 | # then disable assertions by defining the appropriate preprocessor symbols. |
Peter Collingbourne | ed50d38 | 2010-10-22 12:54:34 +0000 | [diff] [blame] | 368 | ifeq ($(DISABLE_ASSERTIONS),1) |
| 369 | CPP.Defines += -DNDEBUG |
| 370 | else |
Duncan Sands | 8246adc | 2010-07-07 07:48:00 +0000 | [diff] [blame] | 371 | BuildMode := $(BuildMode)+Asserts |
Reid Spencer | 0a522b1 | 2007-07-10 07:19:53 +0000 | [diff] [blame] | 372 | CPP.Defines += -D_DEBUG |
Chris Lattner | 7192786 | 2006-03-21 01:06:41 +0000 | [diff] [blame] | 373 | endif |
| 374 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 375 | # If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or |
| 376 | # configured), then enable expensive checks by defining the |
David Greene | cba2918 | 2007-06-29 03:36:21 +0000 | [diff] [blame] | 377 | # appropriate preprocessor symbols. |
Peter Collingbourne | ed50d38 | 2010-10-22 12:54:34 +0000 | [diff] [blame] | 378 | ifeq ($(ENABLE_EXPENSIVE_CHECKS),1) |
David Greene | a696d24 | 2007-06-28 19:36:08 +0000 | [diff] [blame] | 379 | BuildMode := $(BuildMode)+Checks |
Duncan Sands | 47d9dcc | 2008-12-09 21:33:20 +0000 | [diff] [blame] | 380 | CPP.Defines += -D_GLIBCXX_DEBUG -DXDEBUG |
David Greene | a696d24 | 2007-06-28 19:36:08 +0000 | [diff] [blame] | 381 | endif |
| 382 | |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 383 | # LOADABLE_MODULE implies several other things so we force them to be |
| 384 | # defined/on. |
| 385 | ifdef LOADABLE_MODULE |
| 386 | SHARED_LIBRARY := 1 |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 387 | LINK_LIBS_IN_SHARED := 1 |
| 388 | endif |
| 389 | |
| 390 | ifdef SHARED_LIBRARY |
| 391 | ENABLE_PIC := 1 |
| 392 | PIC_FLAG = "(PIC)" |
| 393 | endif |
| 394 | |
Reid Spencer | 89b0d99 | 2006-12-16 22:07:52 +0000 | [diff] [blame] | 395 | ifeq ($(ENABLE_PIC),1) |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 396 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
Nick Lewycky | 8e87e65 | 2009-02-21 08:41:09 +0000 | [diff] [blame] | 397 | # Nothing. Win32 defaults to PIC and warns when given -fPIC |
| 398 | else |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 399 | ifeq ($(HOST_OS),Darwin) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 400 | # Common symbols not allowed in dylib files |
Nick Lewycky | 8e87e65 | 2009-02-21 08:41:09 +0000 | [diff] [blame] | 401 | CXX.Flags += -fno-common |
| 402 | C.Flags += -fno-common |
| 403 | else |
| 404 | # Linux and others; pass -fPIC |
| 405 | CXX.Flags += -fPIC |
| 406 | C.Flags += -fPIC |
| 407 | endif |
| 408 | endif |
Mike Stump | 3fbdbd9 | 2009-05-08 23:08:58 +0000 | [diff] [blame] | 409 | else |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 410 | ifeq ($(HOST_OS),Darwin) |
Mike Stump | 3fbdbd9 | 2009-05-08 23:08:58 +0000 | [diff] [blame] | 411 | CXX.Flags += -mdynamic-no-pic |
| 412 | C.Flags += -mdynamic-no-pic |
| 413 | endif |
Reid Spencer | 89b0d99 | 2006-12-16 22:07:52 +0000 | [diff] [blame] | 414 | endif |
| 415 | |
Daniel Dunbar | dd464df | 2010-05-10 20:11:56 +0000 | [diff] [blame] | 416 | # Support makefile variable to disable any kind of timestamp/non-deterministic |
| 417 | # info from being used in the build. |
| 418 | ifeq ($(ENABLE_TIMESTAMPS),1) |
| 419 | DOTDIR_TIMESTAMP_COMMAND := $(DATE) |
| 420 | else |
| 421 | DOTDIR_TIMESTAMP_COMMAND := echo 'Created.' |
| 422 | endif |
| 423 | |
Anton Korobeynikov | 2b02b43 | 2010-01-16 14:06:58 +0000 | [diff] [blame] | 424 | ifeq ($(HOST_OS),MingW) |
| 425 | # Work around PR4957 |
| 426 | CPP.Defines += -D__NO_CTYPE_INLINE |
| 427 | ifeq ($(LLVM_CROSS_COMPILING),1) |
| 428 | # Work around http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525016 |
| 429 | ifdef TOOLNAME |
| 430 | LD.Flags += -Wl,--allow-multiple-definition |
| 431 | endif |
| 432 | endif |
| 433 | endif |
| 434 | |
Chris Lattner | 1bdedb9 | 2011-04-09 06:01:28 +0000 | [diff] [blame] | 435 | CXX.Flags += -Woverloaded-virtual |
David Greene | a696d24 | 2007-06-28 19:36:08 +0000 | [diff] [blame] | 436 | CPP.BaseFlags += $(CPP.Defines) |
Reid Spencer | f2722ca | 2006-03-22 15:59:55 +0000 | [diff] [blame] | 437 | AR.Flags := cru |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 438 | |
Chris Lattner | 16620fc | 2006-07-27 18:19:51 +0000 | [diff] [blame] | 439 | # Make Floating point IEEE compliant on Alpha. |
Andrew Lenharth | 39bcf5b | 2005-02-13 03:41:10 +0000 | [diff] [blame] | 440 | ifeq ($(ARCH),Alpha) |
Reid Spencer | 89b0d99 | 2006-12-16 22:07:52 +0000 | [diff] [blame] | 441 | CXX.Flags += -mieee |
| 442 | CPP.BaseFlags += -mieee |
| 443 | ifeq ($(ENABLE_PIC),0) |
| 444 | CXX.Flags += -fPIC |
| 445 | CPP.BaseFlags += -fPIC |
| 446 | endif |
Andrew Lenharth | 39bcf5b | 2005-02-13 03:41:10 +0000 | [diff] [blame] | 447 | |
Andrew Lenharth | c5e455d | 2007-01-26 13:34:50 +0000 | [diff] [blame] | 448 | LD.Flags += -Wl,--no-relax |
| 449 | endif |
| 450 | |
NAKAMURA Takumi | b9dec1f | 2010-11-26 09:32:02 +0000 | [diff] [blame] | 451 | # GNU ld/PECOFF accepts but ignores them below; |
| 452 | # --version-script |
| 453 | # --export-dynamic |
| 454 | # --rpath |
| 455 | # FIXME: autoconf should be aware of them. |
| 456 | ifneq (,$(filter $(HOST_OS),Cygwin MingW)) |
| 457 | HAVE_LINK_VERSION_SCRIPT := 0 |
| 458 | RPATH := |
| 459 | RDYNAMIC := -Wl,--export-all-symbols |
| 460 | endif |
| 461 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 462 | #-------------------------------------------------------------------- |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 463 | # Directory locations |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 464 | #-------------------------------------------------------------------- |
Jim Grosbach | 673612e | 2008-10-02 22:56:44 +0000 | [diff] [blame] | 465 | TargetMode := |
| 466 | ifeq ($(LLVM_CROSS_COMPILING),1) |
Anton Korobeynikov | 569c45c | 2008-11-10 07:33:13 +0000 | [diff] [blame] | 467 | BuildLLVMToolDir := $(LLVM_OBJ_ROOT)/BuildTools/$(BuildMode)/bin |
Jim Grosbach | 673612e | 2008-10-02 22:56:44 +0000 | [diff] [blame] | 468 | endif |
| 469 | |
| 470 | ObjRootDir := $(PROJ_OBJ_DIR)/$(BuildMode) |
Anton Korobeynikov | 569c45c | 2008-11-10 07:33:13 +0000 | [diff] [blame] | 471 | ObjDir := $(ObjRootDir) |
| 472 | LibDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib |
| 473 | ToolDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/bin |
| 474 | ExmplDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/examples |
| 475 | LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib |
| 476 | LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin |
| 477 | LLVMExmplDir:= $(LLVM_OBJ_ROOT)/$(BuildMode)/examples |
John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame] | 478 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 479 | #-------------------------------------------------------------------- |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 480 | # Locations of shared libraries |
| 481 | #-------------------------------------------------------------------- |
| 482 | |
| 483 | SharedPrefix := lib |
| 484 | SharedLibDir := $(LibDir) |
| 485 | LLVMSharedLibDir := $(LLVMLibDir) |
| 486 | |
| 487 | # Win32.DLL prefers to be located on the "PATH" of binaries. |
| 488 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
| 489 | SharedLibDir := $(ToolDir) |
| 490 | LLVMSharedLibDir := $(LLVMToolDir) |
| 491 | |
| 492 | ifeq ($(HOST_OS),Cygwin) |
| 493 | SharedPrefix := cyg |
| 494 | else |
| 495 | SharedPrefix := |
| 496 | endif |
| 497 | endif |
| 498 | |
| 499 | #-------------------------------------------------------------------- |
Daniel Dunbar | 797faed | 2010-02-23 10:00:53 +0000 | [diff] [blame] | 500 | # LLVM Capable Compiler |
| 501 | #-------------------------------------------------------------------- |
| 502 | |
Chris Lattner | 70d7700 | 2011-04-09 19:53:16 +0000 | [diff] [blame] | 503 | ifneq ($(findstring llvm-gcc,$(LLVMCC_OPTION)),) |
Daniel Dunbar | 797faed | 2010-02-23 10:00:53 +0000 | [diff] [blame] | 504 | LLVMCC := $(LLVMGCC) |
| 505 | LLVMCXX := $(LLVMGXX) |
| 506 | else |
Chris Lattner | 70d7700 | 2011-04-09 19:53:16 +0000 | [diff] [blame] | 507 | ifneq ($(findstring clang,$(LLVMCC_OPTION)),) |
Daniel Dunbar | 797faed | 2010-02-23 10:00:53 +0000 | [diff] [blame] | 508 | ifneq ($(CLANGPATH),) |
| 509 | LLVMCC := $(CLANGPATH) |
| 510 | LLVMCXX := $(CLANGXXPATH) |
| 511 | else |
| 512 | ifeq ($(ENABLE_BUILT_CLANG),1) |
| 513 | LLVMCC := $(LLVMToolDir)/clang |
| 514 | LLVMCXX := $(LLVMToolDir)/clang++ |
| 515 | endif |
| 516 | endif |
| 517 | endif |
| 518 | endif |
| 519 | |
| 520 | #-------------------------------------------------------------------- |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 521 | # Full Paths To Compiled Tools and Utilities |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 522 | #-------------------------------------------------------------------- |
Daniel Dunbar | 01b825d | 2011-11-11 22:59:45 +0000 | [diff] [blame] | 523 | EchoCmd := $(ECHO) llvm[$(MAKELEVEL)]: |
| 524 | ifdef BUILD_DIRS_ONLY |
| 525 | EchoCmd := $(EchoCmd) "(build tools)": |
| 526 | endif |
| 527 | |
| 528 | Echo := @$(EchoCmd) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 529 | ifndef LLVMAS |
| 530 | LLVMAS := $(LLVMToolDir)/llvm-as$(EXEEXT) |
| 531 | endif |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 532 | ifndef LLVM_TBLGEN |
Reid Spencer | e2cfe5d | 2006-07-26 21:14:56 +0000 | [diff] [blame] | 533 | ifeq ($(LLVM_CROSS_COMPILING),1) |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 534 | LLVM_TBLGEN := $(BuildLLVMToolDir)/llvm-tblgen$(BUILD_EXEEXT) |
Reid Spencer | e2cfe5d | 2006-07-26 21:14:56 +0000 | [diff] [blame] | 535 | else |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 536 | LLVM_TBLGEN := $(LLVMToolDir)/llvm-tblgen$(EXEEXT) |
Reid Spencer | e2cfe5d | 2006-07-26 21:14:56 +0000 | [diff] [blame] | 537 | endif |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 538 | endif |
Daniel Dunbar | 7c67d32 | 2011-11-14 17:17:45 +0000 | [diff] [blame] | 539 | ifeq ($(LLVM_CROSS_COMPILING),1) |
Daniel Dunbar | cb497b8 | 2011-12-01 20:18:09 +0000 | [diff] [blame] | 540 | LLVM_CONFIG := $(BuildLLVMToolDir)/llvm-config$(BUILD_EXEEXT) |
Daniel Dunbar | 7c67d32 | 2011-11-14 17:17:45 +0000 | [diff] [blame] | 541 | else |
Daniel Dunbar | cb497b8 | 2011-12-01 20:18:09 +0000 | [diff] [blame] | 542 | LLVM_CONFIG := $(LLVMToolDir)/llvm-config$(EXEEXT) |
Daniel Dunbar | 7c67d32 | 2011-11-14 17:17:45 +0000 | [diff] [blame] | 543 | endif |
Chris Lattner | 0a1db82 | 2006-09-04 05:23:20 +0000 | [diff] [blame] | 544 | ifndef LLVMDIS |
Eric Christopher | 164a308 | 2012-08-28 01:17:46 +0000 | [diff] [blame] | 545 | LLVMDIS := $(LLVMToolDir)/llvm-dis$(EXEEXT) |
Alkis Evlogimenos | 7e80cd9 | 2004-12-13 17:44:14 +0000 | [diff] [blame] | 546 | endif |
| 547 | ifndef LLI |
Eric Christopher | 164a308 | 2012-08-28 01:17:46 +0000 | [diff] [blame] | 548 | LLI := $(LLVMToolDir)/lli$(EXEEXT) |
Alkis Evlogimenos | 7e80cd9 | 2004-12-13 17:44:14 +0000 | [diff] [blame] | 549 | endif |
Alkis Evlogimenos | eebaf33 | 2005-02-27 10:21:37 +0000 | [diff] [blame] | 550 | ifndef LLC |
Eric Christopher | 164a308 | 2012-08-28 01:17:46 +0000 | [diff] [blame] | 551 | LLC := $(LLVMToolDir)/llc$(EXEEXT) |
Alkis Evlogimenos | eebaf33 | 2005-02-27 10:21:37 +0000 | [diff] [blame] | 552 | endif |
Alkis Evlogimenos | 7e80cd9 | 2004-12-13 17:44:14 +0000 | [diff] [blame] | 553 | ifndef LOPT |
Eric Christopher | 164a308 | 2012-08-28 01:17:46 +0000 | [diff] [blame] | 554 | LOPT := $(LLVMToolDir)/opt$(EXEEXT) |
Alkis Evlogimenos | 7e80cd9 | 2004-12-13 17:44:14 +0000 | [diff] [blame] | 555 | endif |
Alkis Evlogimenos | 270e851 | 2005-02-02 00:40:15 +0000 | [diff] [blame] | 556 | ifndef LBUGPOINT |
Eric Christopher | 164a308 | 2012-08-28 01:17:46 +0000 | [diff] [blame] | 557 | LBUGPOINT := $(LLVMToolDir)/bugpoint$(EXEEXT) |
Alkis Evlogimenos | 270e851 | 2005-02-02 00:40:15 +0000 | [diff] [blame] | 558 | endif |
Nicolas Geoffray | 49efb1a | 2012-05-23 20:34:19 +0000 | [diff] [blame] | 559 | ifndef LLVMLINK |
Eric Christopher | 164a308 | 2012-08-28 01:17:46 +0000 | [diff] [blame] | 560 | LLVMLINK := $(LLVMToolDir)/llvm-link$(EXEEXT) |
Nicolas Geoffray | 49efb1a | 2012-05-23 20:34:19 +0000 | [diff] [blame] | 561 | endif |
Reid Spencer | e46687c | 2006-12-03 21:01:45 +0000 | [diff] [blame] | 562 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 563 | #-------------------------------------------------------------------- |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 564 | # Adjust to user's request |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 565 | #-------------------------------------------------------------------- |
Dinakar Dhurjati | ffb55cd | 2003-05-29 16:18:20 +0000 | [diff] [blame] | 566 | |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 567 | ifeq ($(HOST_OS),Darwin) |
Bob Wilson | f3ad95a | 2012-10-12 21:48:14 +0000 | [diff] [blame] | 568 | ifdef MACOSX_DEPLOYMENT_TARGET |
| 569 | DARWIN_VERSION := $(MACOSX_DEPLOYMENT_TARGET) |
| 570 | else |
Scott Michel | 87af5f0 | 2009-03-12 21:03:53 +0000 | [diff] [blame] | 571 | DARWIN_VERSION := `sw_vers -productVersion` |
Bob Wilson | f3ad95a | 2012-10-12 21:48:14 +0000 | [diff] [blame] | 572 | endif |
Scott Michel | 87af5f0 | 2009-03-12 21:03:53 +0000 | [diff] [blame] | 573 | # Strip a number like 10.4.7 to 10.4 |
| 574 | DARWIN_VERSION := $(shell echo $(DARWIN_VERSION)| sed -E 's/(10.[0-9]).*/\1/') |
| 575 | # Get "4" out of 10.4 for later pieces in the makefile. |
| 576 | DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.([0-9]).*/\1/') |
Bill Wendling | aca5695 | 2009-03-22 08:28:45 +0000 | [diff] [blame] | 577 | |
Daniel Dunbar | 7bc0f27 | 2010-12-08 01:48:05 +0000 | [diff] [blame] | 578 | LoadableModuleOptions := -Wl,-flat_namespace -Wl,-undefined,suppress |
| 579 | SharedLinkOptions := -dynamiclib |
Bob Wilson | cdb0a58 | 2013-02-05 17:29:03 +0000 | [diff] [blame] | 580 | ifdef DEPLOYMENT_TARGET |
| 581 | SharedLinkOptions += $(DEPLOYMENT_TARGET) |
| 582 | else |
| 583 | ifneq ($(ARCH),ARM) |
| 584 | SharedLinkOptions += -mmacosx-version-min=$(DARWIN_VERSION) |
| 585 | endif |
Evan Cheng | a5e225e | 2009-09-08 18:52:20 +0000 | [diff] [blame] | 586 | endif |
Scott Michel | 87af5f0 | 2009-03-12 21:03:53 +0000 | [diff] [blame] | 587 | else |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 588 | SharedLinkOptions=-shared |
Scott Michel | 87af5f0 | 2009-03-12 21:03:53 +0000 | [diff] [blame] | 589 | endif |
| 590 | |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 591 | ifeq ($(TARGET_OS),Darwin) |
Bob Wilson | cdb0a58 | 2013-02-05 17:29:03 +0000 | [diff] [blame] | 592 | ifdef DEPLOYMENT_TARGET |
| 593 | TargetCommonOpts += $(DEPLOYMENT_TARGET) |
| 594 | else |
| 595 | ifneq ($(ARCH),ARM) |
| 596 | TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION) |
| 597 | endif |
Evan Cheng | a5e225e | 2009-09-08 18:52:20 +0000 | [diff] [blame] | 598 | endif |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 599 | endif |
| 600 | |
Reid Spencer | 492c293 | 2005-01-11 04:31:07 +0000 | [diff] [blame] | 601 | ifdef SHARED_LIBRARY |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 602 | ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
Rafael Espindola | a89efd5 | 2010-05-16 03:05:14 +0000 | [diff] [blame] | 603 | ifneq ($(HOST_OS),Darwin) |
| 604 | LD.Flags += $(RPATH) -Wl,'$$ORIGIN' |
John Criswell | 82f4a5a | 2003-07-31 20:58:51 +0000 | [diff] [blame] | 605 | endif |
Scott Michel | 87af5f0 | 2009-03-12 21:03:53 +0000 | [diff] [blame] | 606 | endif |
Rafael Espindola | a89efd5 | 2010-05-16 03:05:14 +0000 | [diff] [blame] | 607 | endif |
John Criswell | 82f4a5a | 2003-07-31 20:58:51 +0000 | [diff] [blame] | 608 | |
Reid Spencer | cceed9f | 2004-11-08 17:32:12 +0000 | [diff] [blame] | 609 | ifdef TOOL_VERBOSE |
| 610 | C.Flags += -v |
| 611 | CXX.Flags += -v |
| 612 | LD.Flags += -v |
Reid Spencer | cceed9f | 2004-11-08 17:32:12 +0000 | [diff] [blame] | 613 | VERBOSE := 1 |
| 614 | endif |
| 615 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 616 | # Adjust settings for verbose mode |
Chris Lattner | 760da06 | 2003-03-14 20:25:22 +0000 | [diff] [blame] | 617 | ifndef VERBOSE |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 618 | Verb := @ |
Reid Spencer | 491a6cd | 2007-07-23 08:20:46 +0000 | [diff] [blame] | 619 | AR.Flags += >/dev/null 2>/dev/null |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 620 | ConfigureScriptFLAGS += >$(PROJ_OBJ_DIR)/configure.out 2>&1 |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 621 | else |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 622 | ConfigureScriptFLAGS := |
Misha Brukman | b5f096f | 2002-09-12 16:05:39 +0000 | [diff] [blame] | 623 | endif |
| 624 | |
Vikram S. Adve | feeae58 | 2002-09-18 11:55:13 +0000 | [diff] [blame] | 625 | # By default, strip symbol information from executable |
Chris Lattner | 760da06 | 2003-03-14 20:25:22 +0000 | [diff] [blame] | 626 | ifndef KEEP_SYMBOLS |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 627 | Strip := $(PLATFORMSTRIPOPTS) |
| 628 | StripWarnMsg := "(without symbols)" |
Charles Davis | 13460c9 | 2011-10-26 02:28:32 +0000 | [diff] [blame] | 629 | Install.StripFlag += -s |
Vikram S. Adve | feeae58 | 2002-09-18 11:55:13 +0000 | [diff] [blame] | 630 | endif |
| 631 | |
Rafael Espindola | 31552a9 | 2010-10-15 00:58:12 +0000 | [diff] [blame] | 632 | ifdef TOOL_NO_EXPORTS |
| 633 | DynamicFlags := |
| 634 | else |
| 635 | DynamicFlag := $(RDYNAMIC) |
| 636 | endif |
| 637 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 638 | # Adjust linker flags for building an executable |
Nick Lewycky | e28015c | 2010-08-02 03:16:19 +0000 | [diff] [blame] | 639 | ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
Bill Wendling | 0a03117 | 2012-10-05 00:22:46 +0000 | [diff] [blame] | 640 | ifneq ($(HOST_OS), Darwin) |
| 641 | ifdef TOOLNAME |
Rafael Espindola | 1529f0c | 2013-05-23 02:53:22 +0000 | [diff] [blame^] | 642 | LD.Flags += $(RPATH) -Wl,'$$ORIGIN/../lib' $(DynamicFlag) |
Rafael Espindola | b58484e | 2013-05-23 02:38:50 +0000 | [diff] [blame] | 643 | endif |
| 644 | else |
| 645 | ifneq ($(DARWIN_MAJVERS),4) |
| 646 | LD.Flags += $(RPATH) -Wl,@executable_path/../lib |
| 647 | endif |
| 648 | ifeq ($(RC_XBS),YES) |
| 649 | TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX) |
| 650 | LD.Flags += -Wl,-object_path_lto -Wl,$(TempFile) |
Bill Wendling | 0a03117 | 2012-10-05 00:22:46 +0000 | [diff] [blame] | 651 | endif |
Jeffrey Yasskin | c901719 | 2010-02-25 06:34:33 +0000 | [diff] [blame] | 652 | endif |
Nick Lewycky | e28015c | 2010-08-02 03:16:19 +0000 | [diff] [blame] | 653 | endif |
Ted Kremenek | d634bcb | 2010-07-15 06:36:57 +0000 | [diff] [blame] | 654 | |
Dinakar Dhurjati | 87ea8aa | 2003-10-29 14:28:35 +0000 | [diff] [blame] | 655 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 656 | #---------------------------------------------------------- |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 657 | # Options To Invoke Tools |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 658 | #---------------------------------------------------------- |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 659 | |
Daniel Dunbar | e2a91a7 | 2011-06-16 22:30:38 +0000 | [diff] [blame] | 660 | ifdef EXTRA_LD_OPTIONS |
| 661 | LD.Flags += $(EXTRA_LD_OPTIONS) |
| 662 | endif |
| 663 | |
Daniel Dunbar | e36b6d4 | 2009-05-12 07:26:49 +0000 | [diff] [blame] | 664 | ifndef NO_PEDANTIC |
Eric Christopher | c6aa834 | 2013-03-15 00:43:00 +0000 | [diff] [blame] | 665 | CompileCommonOpts += -pedantic -Wno-long-long |
Daniel Dunbar | e36b6d4 | 2009-05-12 07:26:49 +0000 | [diff] [blame] | 666 | endif |
Duncan Sands | 9ff4c13 | 2009-06-19 12:40:30 +0000 | [diff] [blame] | 667 | CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \ |
David Greene | d2f8216 | 2013-01-09 22:11:13 +0000 | [diff] [blame] | 668 | $(EXTRA_OPTIONS) $(COVERED_SWITCH_DEFAULT) \ |
David Greene | 9778d5c | 2013-01-18 23:22:52 +0000 | [diff] [blame] | 669 | $(NO_UNINITIALIZED) $(NO_MAYBE_UNINITIALIZED) \ |
| 670 | $(NO_MISSING_FIELD_INITIALIZERS) |
Dan Gohman | 3072b8a | 2010-04-19 18:33:28 +0000 | [diff] [blame] | 671 | # Enable cast-qual for C++; the workaround is to use const_cast. |
Eric Christopher | e83a6f3 | 2013-05-14 21:52:01 +0000 | [diff] [blame] | 672 | CXX.Flags += -Wcast-qual |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 673 | |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 674 | ifeq ($(HOST_OS),HP-UX) |
Duraid Madina | eb71340 | 2006-02-15 03:20:16 +0000 | [diff] [blame] | 675 | CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE |
Duraid Madina | 0ad8fcf | 2005-05-16 06:38:09 +0000 | [diff] [blame] | 676 | endif |
| 677 | |
Chris Lattner | 73faa39 | 2006-05-30 16:38:06 +0000 | [diff] [blame] | 678 | # If we are building a universal binary on Mac OS/X, pass extra options. This |
| 679 | # is useful to people that want to link the LLVM libraries into their universal |
Chris Lattner | 7dabf39 | 2006-06-29 19:38:04 +0000 | [diff] [blame] | 680 | # apps. |
| 681 | # |
| 682 | # The following can be optionally specified: |
| 683 | # UNIVERSAL_SDK_PATH variable can be specified as a path to the SDK to use. |
| 684 | # For Mac OS/X 10.4 Intel machines, the traditional one is: |
| 685 | # UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.4u.sdk/ |
| 686 | # UNIVERSAL_ARCH can be optionally specified to be a list of architectures |
| 687 | # to build for, e.g. UNIVERSAL_ARCH="i386 ppc ppc64". This defaults to |
| 688 | # i386/ppc only. |
Chris Lattner | ba46665 | 2006-04-06 06:30:15 +0000 | [diff] [blame] | 689 | ifdef UNIVERSAL |
Chris Lattner | 7dabf39 | 2006-06-29 19:38:04 +0000 | [diff] [blame] | 690 | ifndef UNIVERSAL_ARCH |
| 691 | UNIVERSAL_ARCH := i386 ppc |
| 692 | endif |
| 693 | UNIVERSAL_ARCH_OPTIONS := $(UNIVERSAL_ARCH:%=-arch %) |
| 694 | CompileCommonOpts += $(UNIVERSAL_ARCH_OPTIONS) |
Chris Lattner | f988e53 | 2006-06-16 21:47:59 +0000 | [diff] [blame] | 695 | ifdef UNIVERSAL_SDK_PATH |
| 696 | CompileCommonOpts += -isysroot $(UNIVERSAL_SDK_PATH) |
Chris Lattner | f988e53 | 2006-06-16 21:47:59 +0000 | [diff] [blame] | 697 | endif |
| 698 | |
| 699 | # Building universal cannot compute dependencies automatically. |
Chris Lattner | ba46665 | 2006-04-06 06:30:15 +0000 | [diff] [blame] | 700 | DISABLE_AUTO_DEPENDENCIES=1 |
Evan Cheng | c785b4f | 2009-03-09 18:28:37 +0000 | [diff] [blame] | 701 | else |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 702 | ifeq ($(TARGET_OS),Darwin) |
Bill Wendling | a083335 | 2009-03-12 04:10:09 +0000 | [diff] [blame] | 703 | ifeq ($(ARCH),x86_64) |
Evan Cheng | a38ff64 | 2009-03-23 03:45:56 +0000 | [diff] [blame] | 704 | TargetCommonOpts = -m64 |
Bill Wendling | a083335 | 2009-03-12 04:10:09 +0000 | [diff] [blame] | 705 | else |
| 706 | ifeq ($(ARCH),x86) |
Evan Cheng | a38ff64 | 2009-03-23 03:45:56 +0000 | [diff] [blame] | 707 | TargetCommonOpts = -m32 |
Bill Wendling | a083335 | 2009-03-12 04:10:09 +0000 | [diff] [blame] | 708 | endif |
Evan Cheng | c785b4f | 2009-03-09 18:28:37 +0000 | [diff] [blame] | 709 | endif |
| 710 | endif |
Chris Lattner | ba46665 | 2006-04-06 06:30:15 +0000 | [diff] [blame] | 711 | endif |
| 712 | |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 713 | ifeq ($(HOST_OS),SunOS) |
Michael J. Spencer | 1f6efa3 | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 714 | CPP.BaseFlags += -include llvm/Support/Solaris.h |
Chris Lattner | 58a4c5e | 2008-06-24 17:44:42 +0000 | [diff] [blame] | 715 | endif |
| 716 | |
Edward O'Callaghan | df199f1 | 2009-10-14 05:55:03 +0000 | [diff] [blame] | 717 | ifeq ($(HOST_OS),AuroraUX) |
Michael J. Spencer | 1f6efa3 | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 718 | CPP.BaseFlags += -include llvm/Support/Solaris.h |
Edward O'Callaghan | df199f1 | 2009-10-14 05:55:03 +0000 | [diff] [blame] | 719 | endif # !HOST_OS - AuroraUX. |
| 720 | |
David Meyer | 107506f | 2012-02-18 10:03:19 +0000 | [diff] [blame] | 721 | # On Windows, SharedLibDir != LibDir. The order is important. |
| 722 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
| 723 | LD.Flags += -L$(SharedLibDir) -L$(LibDir) -L$(LLVMToolDir) -L$(LLVMLibDir) |
| 724 | else |
| 725 | LD.Flags += -L$(LibDir) -L$(LLVMLibDir) |
| 726 | endif |
| 727 | |
NAKAMURA Takumi | e2aa5d5 | 2011-10-11 12:51:44 +0000 | [diff] [blame] | 728 | CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS |
Reid Spencer | f2722ca | 2006-03-22 15:59:55 +0000 | [diff] [blame] | 729 | # All -I flags should go here, so that they don't confuse llvm-config. |
Duncan Sands | 095765e | 2008-01-28 17:38:30 +0000 | [diff] [blame] | 730 | CPP.Flags += $(sort -I$(PROJ_OBJ_DIR) -I$(PROJ_SRC_DIR) \ |
| 731 | $(patsubst %,-I%/include,\ |
Chris Lattner | 2671fc3 | 2008-01-28 04:18:41 +0000 | [diff] [blame] | 732 | $(PROJ_OBJ_ROOT) $(PROJ_SRC_ROOT) \ |
| 733 | $(LLVM_OBJ_ROOT) $(LLVM_SRC_ROOT))) \ |
| 734 | $(CPP.BaseFlags) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 735 | |
Daniel Dunbar | 8d69414 | 2011-11-03 21:01:32 +0000 | [diff] [blame] | 736 | ifeq ($(INCLUDE_BUILD_DIR),1) |
| 737 | CPP.Flags += -I$(ObjDir) |
| 738 | endif |
| 739 | |
Daniel Dunbar | 5819430 | 2011-04-11 22:37:39 +0000 | [diff] [blame] | 740 | # SHOW_DIAGNOSTICS support. |
| 741 | ifeq ($(SHOW_DIAGNOSTICS),1) |
| 742 | Compile.Wrapper := env CC_LOG_DIAGNOSTICS=1 \ |
| 743 | CC_LOG_DIAGNOSTICS_FILE="$(LLVM_OBJ_ROOT)/$(BuildMode)/diags" |
| 744 | else |
| 745 | Compile.Wrapper := |
| 746 | endif |
| 747 | |
Daniel Dunbar | 9969bc9 | 2011-11-11 22:59:42 +0000 | [diff] [blame] | 748 | Compile.C = $(Compile.Wrapper) \ |
Eric Christopher | 42dffa5 | 2012-08-03 17:45:31 +0000 | [diff] [blame] | 749 | $(CC) $(CPP.Flags) $(C.Flags) $(CFLAGS) $(CPPFLAGS) \ |
Daniel Dunbar | 9969bc9 | 2011-11-11 22:59:42 +0000 | [diff] [blame] | 750 | $(TargetCommonOpts) $(CompileCommonOpts) -c |
| 751 | Compile.CXX = $(Compile.Wrapper) \ |
Eric Christopher | 42dffa5 | 2012-08-03 17:45:31 +0000 | [diff] [blame] | 752 | $(CXX) $(CPP.Flags) $(CXX.Flags) $(CXXFLAGS) $(CPPFLAGS) \ |
Daniel Dunbar | 9969bc9 | 2011-11-11 22:59:42 +0000 | [diff] [blame] | 753 | $(TargetCommonOpts) $(CompileCommonOpts) -c |
| 754 | Preprocess.CXX= $(Compile.Wrapper) \ |
Eric Christopher | 42dffa5 | 2012-08-03 17:45:31 +0000 | [diff] [blame] | 755 | $(CXX) $(CPP.Flags) $(TargetCommonOpts) $(CPPFLAGS) \ |
Daniel Dunbar | 9969bc9 | 2011-11-11 22:59:42 +0000 | [diff] [blame] | 756 | $(CompileCommonOpts) $(CXX.Flags) -E |
| 757 | Link = $(Compile.Wrapper) \ |
Daniel Dunbar | 5819430 | 2011-04-11 22:37:39 +0000 | [diff] [blame] | 758 | $(CXX) $(CPP.Flags) $(CXX.Flags) $(CXXFLAGS) $(LD.Flags) \ |
Daniel Dunbar | 9969bc9 | 2011-11-11 22:59:42 +0000 | [diff] [blame] | 759 | $(LDFLAGS) $(TargetCommonOpts) $(CompileCommonOpts) $(Strip) |
Jim Grosbach | 673612e | 2008-10-02 22:56:44 +0000 | [diff] [blame] | 760 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 761 | BCCompile.C = $(LLVMCC) $(CPP.Flags) $(C.Flags) $(CFLAGS) $(CPPFLAGS) \ |
Evan Cheng | a38ff64 | 2009-03-23 03:45:56 +0000 | [diff] [blame] | 762 | $(TargetCommonOpts) $(CompileCommonOpts) |
Eric Christopher | 2bd4bb0 | 2009-08-18 03:23:40 +0000 | [diff] [blame] | 763 | Preprocess.C = $(CC) $(CPP.Flags) $(C.Flags) $(CPPFLAGS) \ |
Evan Cheng | a38ff64 | 2009-03-23 03:45:56 +0000 | [diff] [blame] | 764 | $(TargetCommonOpts) $(CompileCommonOpts) -E |
Chris Lattner | 0cb09f1 | 2005-10-05 00:28:41 +0000 | [diff] [blame] | 765 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 766 | BCCompile.CXX = $(LLVMCXX) $(CPP.Flags) $(CXX.Flags) $(CXXFLAGS) $(CPPFLAGS) \ |
Evan Cheng | a38ff64 | 2009-03-23 03:45:56 +0000 | [diff] [blame] | 767 | $(TargetCommonOpts) $(CompileCommonOpts) |
Chris Lattner | d95e3f2 | 2006-09-29 18:47:13 +0000 | [diff] [blame] | 768 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 769 | ProgInstall = $(INSTALL) $(Install.StripFlag) -m 0755 |
| 770 | ScriptInstall = $(INSTALL) -m 0755 |
Reid Spencer | 860598a | 2005-02-24 07:12:43 +0000 | [diff] [blame] | 771 | DataInstall = $(INSTALL) -m 0644 |
Chris Lattner | 6e0a529 | 2008-01-15 23:27:40 +0000 | [diff] [blame] | 772 | |
| 773 | # When compiling under Mingw/Cygwin, the tblgen tool expects Windows |
| 774 | # paths. In this case, the SYSPATH function (defined in |
| 775 | # Makefile.config) transforms Unix paths into Windows paths. |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 776 | TableGen.Flags= -I $(call SYSPATH, $(PROJ_SRC_DIR)) \ |
Mikhail Glushenkov | afa2259 | 2009-01-09 16:31:01 +0000 | [diff] [blame] | 777 | -I $(call SYSPATH, $(LLVM_SRC_ROOT)/include) \ |
Chris Lattner | 6e0a529 | 2008-01-15 23:27:40 +0000 | [diff] [blame] | 778 | -I $(call SYSPATH, $(PROJ_SRC_ROOT)/include) \ |
| 779 | -I $(call SYSPATH, $(PROJ_SRC_ROOT)/lib/Target) |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 780 | LLVMTableGen = $(LLVM_TBLGEN) $(TableGen.Flags) |
Chris Lattner | 6e0a529 | 2008-01-15 23:27:40 +0000 | [diff] [blame] | 781 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 782 | Archive = $(AR) $(AR.Flags) |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 783 | LArchive = $(LLVMToolDir)/llvm-ar rcsf |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 784 | ifdef RANLIB |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 785 | Ranlib = $(RANLIB) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 786 | else |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 787 | Ranlib = ranlib |
John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame] | 788 | endif |
| 789 | |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 790 | AliasTool = ln -s |
| 791 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 792 | #---------------------------------------------------------- |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 793 | # Get the list of source files and compute object file |
| 794 | # names from them. |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 795 | #---------------------------------------------------------- |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 796 | |
| 797 | ifndef SOURCES |
| 798 | Sources := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.cpp \ |
Chris Lattner | c948064 | 2009-01-02 07:16:45 +0000 | [diff] [blame] | 799 | $(PROJ_SRC_DIR)/*.cc $(PROJ_SRC_DIR)/*.c)) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 800 | else |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 801 | Sources := $(SOURCES) |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 802 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 803 | |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 804 | ifdef BUILT_SOURCES |
Chris Lattner | c948064 | 2009-01-02 07:16:45 +0000 | [diff] [blame] | 805 | Sources += $(filter %.cpp %.c %.cc,$(BUILT_SOURCES)) |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 806 | endif |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 807 | |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 808 | BaseNameSources := $(sort $(basename $(Sources))) |
| 809 | |
| 810 | ObjectsO := $(BaseNameSources:%=$(ObjDir)/%.o) |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 811 | ObjectsBC := $(BaseNameSources:%=$(ObjDir)/%.bc) |
| 812 | |
NAKAMURA Takumi | 0272485 | 2011-03-08 12:25:10 +0000 | [diff] [blame] | 813 | #---------------------------------------------------------- |
| 814 | # For Mingw MSYS bash and Python/w32: |
| 815 | # |
| 816 | # $(ECHOPATH) prints DOSish pathstring. |
| 817 | # ex) $(ECHOPATH) /include/sys/types.h |
| 818 | # --> C:/mingw/include/sys/types.h |
| 819 | # built-in "echo" does not transform path to DOSish path. |
| 820 | # |
| 821 | # FIXME: It would not be needed when MSYS's python |
| 822 | # were provided. |
| 823 | #---------------------------------------------------------- |
| 824 | |
| 825 | ifeq (-mingw32,$(findstring -mingw32,$(BUILD_TRIPLE))) |
Saleem Abdulrasool | 3ef8b0a | 2013-01-30 04:07:37 +0000 | [diff] [blame] | 826 | ECHOPATH := $(Verb)$(PYTHON) -u -c "import sys;print ' '.join(sys.argv[1:])" |
NAKAMURA Takumi | 0272485 | 2011-03-08 12:25:10 +0000 | [diff] [blame] | 827 | else |
| 828 | ECHOPATH := $(Verb)$(ECHO) |
| 829 | endif |
| 830 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 831 | ############################################################################### |
| 832 | # DIRECTORIES: Handle recursive descent of directory structure |
| 833 | ############################################################################### |
John Criswell | 82f4a5a | 2003-07-31 20:58:51 +0000 | [diff] [blame] | 834 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 835 | #--------------------------------------------------------- |
Reid Spencer | a69b1ea | 2004-10-28 09:15:28 +0000 | [diff] [blame] | 836 | # Provide rules to make install dirs. This must be early |
| 837 | # in the file so they get built before dependencies |
| 838 | #--------------------------------------------------------- |
| 839 | |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 840 | $(DESTDIR)$(PROJ_bindir) $(DESTDIR)$(PROJ_libdir) $(DESTDIR)$(PROJ_includedir) $(DESTDIR)$(PROJ_etcdir):: |
Mike Stump | e50f34a | 2009-01-22 03:24:22 +0000 | [diff] [blame] | 841 | $(Verb) $(MKDIR) $@ |
Reid Spencer | a69b1ea | 2004-10-28 09:15:28 +0000 | [diff] [blame] | 842 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 843 | # To create other directories, as needed, and timestamp their creation |
| 844 | %/.dir: |
| 845 | $(Verb) $(MKDIR) $* > /dev/null |
Daniel Dunbar | dd464df | 2010-05-10 20:11:56 +0000 | [diff] [blame] | 846 | $(Verb) $(DOTDIR_TIMESTAMP_COMMAND) > $@ |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 847 | |
Reid Spencer | 815cbcf | 2004-11-18 10:03:46 +0000 | [diff] [blame] | 848 | .PRECIOUS: $(ObjDir)/.dir $(LibDir)/.dir $(ToolDir)/.dir $(ExmplDir)/.dir |
| 849 | .PRECIOUS: $(LLVMLibDir)/.dir $(LLVMToolDir)/.dir $(LLVMExmplDir)/.dir |
Reid Spencer | a69b1ea | 2004-10-28 09:15:28 +0000 | [diff] [blame] | 850 | |
| 851 | #--------------------------------------------------------- |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 852 | # Handle the DIRS options for sequential construction |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 853 | #--------------------------------------------------------- |
| 854 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 855 | SubDirs := |
Anand Shukla | 7c7a07e | 2002-09-18 04:29:30 +0000 | [diff] [blame] | 856 | ifdef DIRS |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 857 | SubDirs += $(DIRS) |
Chris Lattner | 8203360 | 2006-07-26 20:22:26 +0000 | [diff] [blame] | 858 | |
| 859 | ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT)) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 860 | $(RecursiveTargets):: |
| 861 | $(Verb) for dir in $(DIRS); do \ |
Daniel Dunbar | 546023f | 2010-06-08 20:10:13 +0000 | [diff] [blame] | 862 | if ([ ! -f $$dir/Makefile ] || \ |
Chris Lattner | f2a1224 | 2010-06-18 00:35:32 +0000 | [diff] [blame] | 863 | command test $$dir/Makefile -ot $(PROJ_SRC_DIR)/$$dir/Makefile ); then \ |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 864 | $(MKDIR) $$dir; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 865 | $(CP) $(PROJ_SRC_DIR)/$$dir/Makefile $$dir/Makefile; \ |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 866 | fi; \ |
Reid Spencer | dd1aac3 | 2006-05-17 22:55:35 +0000 | [diff] [blame] | 867 | ($(MAKE) -C $$dir $@ ) || exit 1; \ |
Chris Lattner | f1ffd99 | 2002-09-17 23:35:02 +0000 | [diff] [blame] | 868 | done |
Chris Lattner | 8203360 | 2006-07-26 20:22:26 +0000 | [diff] [blame] | 869 | else |
| 870 | $(RecursiveTargets):: |
| 871 | $(Verb) for dir in $(DIRS); do \ |
| 872 | ($(MAKE) -C $$dir $@ ) || exit 1; \ |
| 873 | done |
| 874 | endif |
| 875 | |
Anand Shukla | 7c7a07e | 2002-09-18 04:29:30 +0000 | [diff] [blame] | 876 | endif |
Chris Lattner | a8abc22 | 2002-09-18 03:22:27 +0000 | [diff] [blame] | 877 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 878 | #--------------------------------------------------------- |
| 879 | # Handle the EXPERIMENTAL_DIRS options ensuring success |
| 880 | # after each directory is built. |
| 881 | #--------------------------------------------------------- |
| 882 | ifdef EXPERIMENTAL_DIRS |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 883 | $(RecursiveTargets):: |
| 884 | $(Verb) for dir in $(EXPERIMENTAL_DIRS); do \ |
Daniel Dunbar | 546023f | 2010-06-08 20:10:13 +0000 | [diff] [blame] | 885 | if ([ ! -f $$dir/Makefile ] || \ |
Chris Lattner | f2a1224 | 2010-06-18 00:35:32 +0000 | [diff] [blame] | 886 | command test $$dir/Makefile -ot $(PROJ_SRC_DIR)/$$dir/Makefile ); then \ |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 887 | $(MKDIR) $$dir; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 888 | $(CP) $(PROJ_SRC_DIR)/$$dir/Makefile $$dir/Makefile; \ |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 889 | fi; \ |
Reid Spencer | dd1aac3 | 2006-05-17 22:55:35 +0000 | [diff] [blame] | 890 | ($(MAKE) -C $$dir $@ ) || exit 0; \ |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 891 | done |
| 892 | endif |
Chris Lattner | a8abc22 | 2002-09-18 03:22:27 +0000 | [diff] [blame] | 893 | |
Reid Spencer | 25e8a70 | 2005-12-21 23:17:06 +0000 | [diff] [blame] | 894 | #----------------------------------------------------------- |
Mike Stump | 0a26891 | 2009-01-24 00:00:41 +0000 | [diff] [blame] | 895 | # Handle the OPTIONAL_PARALLEL_DIRS options for optional parallel construction |
| 896 | #----------------------------------------------------------- |
| 897 | ifdef OPTIONAL_PARALLEL_DIRS |
NAKAMURA Takumi | a87a7db | 2011-10-16 02:54:19 +0000 | [diff] [blame] | 898 | PARALLEL_DIRS += $(foreach T,$(OPTIONAL_PARALLEL_DIRS),$(shell test -d $(PROJ_SRC_DIR)/$(T) -o -f $(T)/Makefile && echo "$(T)")) |
Mike Stump | 0a26891 | 2009-01-24 00:00:41 +0000 | [diff] [blame] | 899 | endif |
| 900 | |
| 901 | #----------------------------------------------------------- |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 902 | # Handle the PARALLEL_DIRS options for parallel construction |
Reid Spencer | 25e8a70 | 2005-12-21 23:17:06 +0000 | [diff] [blame] | 903 | #----------------------------------------------------------- |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 904 | ifdef PARALLEL_DIRS |
| 905 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 906 | SubDirs += $(PARALLEL_DIRS) |
| 907 | |
Reid Spencer | 44cb1b3 | 2004-12-03 20:08:48 +0000 | [diff] [blame] | 908 | # Unfortunately, this list must be maintained if new recursive targets are added |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 909 | all :: $(addsuffix /.makeall ,$(PARALLEL_DIRS)) |
| 910 | clean :: $(addsuffix /.makeclean ,$(PARALLEL_DIRS)) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 911 | clean-all:: $(addsuffix /.makeclean-all,$(PARALLEL_DIRS)) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 912 | install :: $(addsuffix /.makeinstall ,$(PARALLEL_DIRS)) |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 913 | uninstall:: $(addsuffix /.makeuninstall,$(PARALLEL_DIRS)) |
Reid Spencer | 44cb1b3 | 2004-12-03 20:08:48 +0000 | [diff] [blame] | 914 | install-bytecode :: $(addsuffix /.makeinstall-bytecode,$(PARALLEL_DIRS)) |
Daniel Dunbar | 7f068f4 | 2009-09-13 22:39:27 +0000 | [diff] [blame] | 915 | unitcheck:: $(addsuffix /.makeunitcheck,$(PARALLEL_DIRS)) |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 916 | |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 917 | ParallelTargets := $(foreach T,$(RecursiveTargets),%/.make$(T)) |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 918 | |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 919 | $(ParallelTargets) : |
NAKAMURA Takumi | a87a7db | 2011-10-16 02:54:19 +0000 | [diff] [blame] | 920 | $(Verb) \ |
| 921 | SD=$(PROJ_SRC_DIR)/$(@D); \ |
| 922 | DD=$(@D); \ |
| 923 | if [ ! -f $$SD/Makefile ]; then \ |
| 924 | SD=$(@D); \ |
| 925 | DD=$(notdir $(@D)); \ |
| 926 | fi; \ |
| 927 | if ([ ! -f $$DD/Makefile ] || \ |
| 928 | command test $$DD/Makefile -ot \ |
| 929 | $$SD/Makefile ); then \ |
| 930 | $(MKDIR) $$DD; \ |
| 931 | $(CP) $$SD/Makefile $$DD/Makefile; \ |
John Criswell | b3866b6 | 2003-11-25 19:32:22 +0000 | [diff] [blame] | 932 | fi; \ |
NAKAMURA Takumi | a87a7db | 2011-10-16 02:54:19 +0000 | [diff] [blame] | 933 | $(MAKE) -C $$DD $(subst $(@D)/.make,,$@) |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 934 | endif |
| 935 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 936 | #--------------------------------------------------------- |
| 937 | # Handle the OPTIONAL_DIRS options for directores that may |
| 938 | # or may not exist. |
| 939 | #--------------------------------------------------------- |
John Criswell | 2a6530f | 2003-06-27 16:58:44 +0000 | [diff] [blame] | 940 | ifdef OPTIONAL_DIRS |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 941 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 942 | SubDirs += $(OPTIONAL_DIRS) |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 943 | |
Chris Lattner | 8203360 | 2006-07-26 20:22:26 +0000 | [diff] [blame] | 944 | ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT)) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 945 | $(RecursiveTargets):: |
| 946 | $(Verb) for dir in $(OPTIONAL_DIRS); do \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 947 | if [ -d $(PROJ_SRC_DIR)/$$dir ]; then\ |
Daniel Dunbar | 546023f | 2010-06-08 20:10:13 +0000 | [diff] [blame] | 948 | if ([ ! -f $$dir/Makefile ] || \ |
Chris Lattner | f2a1224 | 2010-06-18 00:35:32 +0000 | [diff] [blame] | 949 | command test $$dir/Makefile -ot $(PROJ_SRC_DIR)/$$dir/Makefile ); then \ |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 950 | $(MKDIR) $$dir; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 951 | $(CP) $(PROJ_SRC_DIR)/$$dir/Makefile $$dir/Makefile; \ |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 952 | fi; \ |
Reid Spencer | dd1aac3 | 2006-05-17 22:55:35 +0000 | [diff] [blame] | 953 | ($(MAKE) -C$$dir $@ ) || exit 1; \ |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 954 | fi \ |
John Criswell | 2a6530f | 2003-06-27 16:58:44 +0000 | [diff] [blame] | 955 | done |
Chris Lattner | 8203360 | 2006-07-26 20:22:26 +0000 | [diff] [blame] | 956 | else |
| 957 | $(RecursiveTargets):: |
| 958 | $(Verb) for dir in $(OPTIONAL_DIRS); do \ |
Stephen Wilson | c156632 | 2011-02-20 03:51:07 +0000 | [diff] [blame] | 959 | if [ -d $(PROJ_SRC_DIR)/$$dir ]; then\ |
| 960 | ($(MAKE) -C$$dir $@ ) || exit 1; \ |
| 961 | fi \ |
Chris Lattner | 8203360 | 2006-07-26 20:22:26 +0000 | [diff] [blame] | 962 | done |
| 963 | endif |
John Criswell | 2a6530f | 2003-06-27 16:58:44 +0000 | [diff] [blame] | 964 | endif |
| 965 | |
Reid Spencer | fc94508 | 2004-08-20 09:20:05 +0000 | [diff] [blame] | 966 | #--------------------------------------------------------- |
| 967 | # Handle the CONFIG_FILES options |
| 968 | #--------------------------------------------------------- |
| 969 | ifdef CONFIG_FILES |
Reid Spencer | fc94508 | 2004-08-20 09:20:05 +0000 | [diff] [blame] | 970 | |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 971 | ifdef NO_INSTALL |
| 972 | install-local:: |
| 973 | $(Echo) Install circumvented with NO_INSTALL |
| 974 | uninstall-local:: |
| 975 | $(Echo) UnInstall circumvented with NO_INSTALL |
| 976 | else |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 977 | install-local:: $(DESTDIR)$(PROJ_etcdir) $(CONFIG_FILES) |
| 978 | $(Echo) Installing Configuration Files To $(DESTDIR)$(PROJ_etcdir) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 979 | $(Verb)for file in $(CONFIG_FILES); do \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 980 | if test -f $(PROJ_OBJ_DIR)/$${file} ; then \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 981 | $(DataInstall) $(PROJ_OBJ_DIR)/$${file} $(DESTDIR)$(PROJ_etcdir) ; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 982 | elif test -f $(PROJ_SRC_DIR)/$${file} ; then \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 983 | $(DataInstall) $(PROJ_SRC_DIR)/$${file} $(DESTDIR)$(PROJ_etcdir) ; \ |
Reid Spencer | 1b426ab | 2004-11-23 05:59:53 +0000 | [diff] [blame] | 984 | else \ |
| 985 | $(ECHO) Error: cannot find config file $${file}. ; \ |
| 986 | fi \ |
Reid Spencer | fc94508 | 2004-08-20 09:20:05 +0000 | [diff] [blame] | 987 | done |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 988 | |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 989 | uninstall-local:: |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 990 | $(Echo) Uninstalling Configuration Files From $(DESTDIR)$(PROJ_etcdir) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 991 | $(Verb)for file in $(CONFIG_FILES); do \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 992 | $(RM) -f $(DESTDIR)$(PROJ_etcdir)/$${file} ; \ |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 993 | done |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 994 | endif |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 995 | |
Reid Spencer | fc94508 | 2004-08-20 09:20:05 +0000 | [diff] [blame] | 996 | endif |
| 997 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 998 | ############################################################################### |
Eric Christopher | df7d419 | 2010-06-21 23:49:08 +0000 | [diff] [blame] | 999 | # Set up variables for building libraries |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1000 | ############################################################################### |
| 1001 | |
| 1002 | #--------------------------------------------------------- |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1003 | # Define various command line options pertaining to the |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1004 | # libraries needed when linking. There are "Proj" libs |
| 1005 | # (defined by the user's project) and "LLVM" libs (defined |
Chris Lattner | ef0d0f1 | 2006-09-04 04:47:21 +0000 | [diff] [blame] | 1006 | # by the LLVM project). |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1007 | #--------------------------------------------------------- |
Andrew Lenharth | 7ac1752 | 2005-08-13 05:09:50 +0000 | [diff] [blame] | 1008 | |
Chris Lattner | ef0d0f1 | 2006-09-04 04:47:21 +0000 | [diff] [blame] | 1009 | ifdef USEDLIBS |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1010 | ProjLibsOptions := $(patsubst %.a.o, -l%, $(addsuffix .o, $(USEDLIBS))) |
| 1011 | ProjLibsOptions := $(patsubst %.o, $(LibDir)/%.o, $(ProjLibsOptions)) |
Chris Lattner | ef0d0f1 | 2006-09-04 04:47:21 +0000 | [diff] [blame] | 1012 | ProjUsedLibs := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(USEDLIBS))) |
| 1013 | ProjLibsPaths := $(addprefix $(LibDir)/,$(ProjUsedLibs)) |
| 1014 | endif |
| 1015 | |
| 1016 | ifdef LLVMLIBS |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1017 | LLVMLibsOptions := $(patsubst %.a.o, -l%, $(addsuffix .o, $(LLVMLIBS))) |
| 1018 | LLVMLibsOptions := $(patsubst %.o, $(LLVMLibDir)/%.o, $(LLVMLibsOptions)) |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1019 | LLVMUsedLibs := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(LLVMLIBS))) |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1020 | LLVMLibsPaths := $(addprefix $(LLVMLibDir)/,$(LLVMUsedLibs)) |
Chris Lattner | ef0d0f1 | 2006-09-04 04:47:21 +0000 | [diff] [blame] | 1021 | endif |
| 1022 | |
NAKAMURA Takumi | a64eb83 | 2010-09-10 06:27:02 +0000 | [diff] [blame] | 1023 | # Loadable module for Win32 requires all symbols resolved for linking. |
| 1024 | # Then all symbols in LLVM.dll will be available. |
| 1025 | ifeq ($(ENABLE_SHARED),1) |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1026 | ifdef LOADABLE_MODULE |
NAKAMURA Takumi | a64eb83 | 2010-09-10 06:27:02 +0000 | [diff] [blame] | 1027 | ifneq (,$(filter $(HOST_OS),Cygwin MingW)) |
| 1028 | LINK_COMPONENTS += all |
| 1029 | endif |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1030 | endif |
| 1031 | endif |
| 1032 | |
Daniel Dunbar | 94e98af | 2008-10-03 19:11:19 +0000 | [diff] [blame] | 1033 | ifndef IS_CLEANING_TARGET |
Chris Lattner | ef0d0f1 | 2006-09-04 04:47:21 +0000 | [diff] [blame] | 1034 | ifdef LINK_COMPONENTS |
Chris Lattner | 0a1db82 | 2006-09-04 05:23:20 +0000 | [diff] [blame] | 1035 | |
| 1036 | # If LLVM_CONFIG doesn't exist, build it. This can happen if you do a make |
| 1037 | # clean in tools, then do a make in tools (instead of at the top level). |
| 1038 | $(LLVM_CONFIG): |
| 1039 | @echo "*** llvm-config doesn't exist - rebuilding it." |
| 1040 | @$(MAKE) -C $(PROJ_OBJ_ROOT)/tools/llvm-config |
Gabor Greif | 0a4c378 | 2008-02-27 13:34:15 +0000 | [diff] [blame] | 1041 | |
Chris Lattner | 0a1db82 | 2006-09-04 05:23:20 +0000 | [diff] [blame] | 1042 | $(ToolDir)/$(strip $(TOOLNAME))$(EXEEXT): $(LLVM_CONFIG) |
| 1043 | |
Jeffrey Yasskin | c901719 | 2010-02-25 06:34:33 +0000 | [diff] [blame] | 1044 | ifeq ($(ENABLE_SHARED), 1) |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1045 | # We can take the "auto-import" feature to get rid of using dllimport. |
| 1046 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
| 1047 | LLVMLibsOptions += -Wl,--enable-auto-import,--enable-runtime-pseudo-reloc \ |
| 1048 | -L $(SharedLibDir) |
| 1049 | endif |
Jeffrey Yasskin | c901719 | 2010-02-25 06:34:33 +0000 | [diff] [blame] | 1050 | LLVMLibsOptions += -lLLVM-$(LLVMVersion) |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1051 | LLVMLibsPaths += $(SharedLibDir)/$(SharedPrefix)LLVM-$(LLVMVersion)$(SHLIBEXT) |
Jeffrey Yasskin | c901719 | 2010-02-25 06:34:33 +0000 | [diff] [blame] | 1052 | else |
Chris Lattner | f636aa9 | 2010-09-01 16:11:17 +0000 | [diff] [blame] | 1053 | |
| 1054 | ifndef NO_LLVM_CONFIG |
| 1055 | LLVMConfigLibs := $(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS) || echo Error) |
| 1056 | ifeq ($(LLVMConfigLibs),Error) |
| 1057 | $(error llvm-config --libs failed) |
| 1058 | endif |
| 1059 | LLVMLibsOptions += $(LLVMConfigLibs) |
| 1060 | LLVMConfigLibfiles := $(shell $(LLVM_CONFIG) --libfiles $(LINK_COMPONENTS) || echo Error) |
| 1061 | ifeq ($(LLVMConfigLibfiles),Error) |
| 1062 | $(error llvm-config --libfiles failed) |
| 1063 | endif |
| 1064 | LLVMLibsPaths += $(LLVM_CONFIG) $(LLVMConfigLibfiles) |
| 1065 | endif |
| 1066 | |
Chris Lattner | ef0d0f1 | 2006-09-04 04:47:21 +0000 | [diff] [blame] | 1067 | endif |
Chris Lattner | 55e6c4a | 2006-09-04 04:50:10 +0000 | [diff] [blame] | 1068 | endif |
Jeffrey Yasskin | c901719 | 2010-02-25 06:34:33 +0000 | [diff] [blame] | 1069 | endif |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1070 | |
Dan Gohman | b16b53b | 2010-04-15 20:54:25 +0000 | [diff] [blame] | 1071 | # Set up the library exports file. |
| 1072 | ifdef EXPORTED_SYMBOL_FILE |
| 1073 | |
| 1074 | # First, set up the native export file, which may differ from the source |
| 1075 | # export file. |
| 1076 | |
| 1077 | ifeq ($(HOST_OS),Darwin) |
| 1078 | # Darwin convention prefixes symbols with underscores. |
Dan Gohman | 7c52f2e | 2010-04-15 23:08:00 +0000 | [diff] [blame] | 1079 | NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed |
Dan Gohman | 2d675f1 | 2010-04-15 22:46:27 +0000 | [diff] [blame] | 1080 | $(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir |
Dan Gohman | f4ef72e | 2010-06-01 17:08:56 +0000 | [diff] [blame] | 1081 | $(Verb) sed -e 's/^/_/' < $< > $@ |
Dan Gohman | b16b53b | 2010-04-15 20:54:25 +0000 | [diff] [blame] | 1082 | clean-local:: |
| 1083 | -$(Verb) $(RM) -f $(NativeExportsFile) |
| 1084 | else |
Dan Gohman | da612d6 | 2010-06-01 14:56:56 +0000 | [diff] [blame] | 1085 | ifeq ($(HAVE_LINK_VERSION_SCRIPT),1) |
| 1086 | # Gold and BFD ld require a version script rather than a plain list. |
| 1087 | NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).map |
| 1088 | $(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir |
| 1089 | $(Verb) echo "{" > $@ |
Eric Christopher | 5084fa0 | 2012-03-12 20:58:14 +0000 | [diff] [blame] | 1090 | $(Verb) grep -q '[[:alnum:]_]' $< && echo " global:" >> $@ || : |
Dan Gohman | f4ef72e | 2010-06-01 17:08:56 +0000 | [diff] [blame] | 1091 | $(Verb) sed -e 's/$$/;/' -e 's/^/ /' < $< >> $@ |
Chris Lattner | c625d31 | 2011-02-21 18:38:56 +0000 | [diff] [blame] | 1092 | ifneq ($(HOST_OS),OpenBSD) |
Dan Gohman | da612d6 | 2010-06-01 14:56:56 +0000 | [diff] [blame] | 1093 | $(Verb) echo " local: *;" >> $@ |
Chris Lattner | c625d31 | 2011-02-21 18:38:56 +0000 | [diff] [blame] | 1094 | endif |
Dan Gohman | da612d6 | 2010-06-01 14:56:56 +0000 | [diff] [blame] | 1095 | $(Verb) echo "};" >> $@ |
| 1096 | clean-local:: |
| 1097 | -$(Verb) $(RM) -f $(NativeExportsFile) |
| 1098 | else |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1099 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
Dan Gohman | 9a7570c | 2010-09-03 17:29:33 +0000 | [diff] [blame] | 1100 | # GNU ld Win32 accepts .DEF files that contain "DATA" entries. |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1101 | NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE:.exports=.def)) |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1102 | $(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir |
| 1103 | $(Echo) Generating $(notdir $@) |
| 1104 | $(Verb) $(ECHO) "EXPORTS" > $@ |
| 1105 | $(Verb) $(CAT) $< >> $@ |
| 1106 | clean-local:: |
| 1107 | -$(Verb) $(RM) -f $(NativeExportsFile) |
| 1108 | else |
Dan Gohman | 9a7570c | 2010-09-03 17:29:33 +0000 | [diff] [blame] | 1109 | # Default behavior: just use the exports file verbatim. |
| 1110 | NativeExportsFile := $(EXPORTED_SYMBOL_FILE) |
| 1111 | endif |
| 1112 | endif |
| 1113 | endif |
| 1114 | |
| 1115 | # Now add the linker command-line options to use the native export file. |
| 1116 | |
| 1117 | # Darwin |
| 1118 | ifeq ($(HOST_OS),Darwin) |
| 1119 | LLVMLibsOptions += -Wl,-exported_symbols_list,$(NativeExportsFile) |
| 1120 | endif |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1121 | |
Dan Gohman | e05f609 | 2010-04-16 22:58:15 +0000 | [diff] [blame] | 1122 | # gold, bfd ld, etc. |
Dan Gohman | da612d6 | 2010-06-01 14:56:56 +0000 | [diff] [blame] | 1123 | ifeq ($(HAVE_LINK_VERSION_SCRIPT),1) |
| 1124 | LLVMLibsOptions += -Wl,--version-script,$(NativeExportsFile) |
Dan Gohman | b16b53b | 2010-04-15 20:54:25 +0000 | [diff] [blame] | 1125 | endif |
| 1126 | |
Dan Gohman | 9a7570c | 2010-09-03 17:29:33 +0000 | [diff] [blame] | 1127 | # Windows |
| 1128 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
| 1129 | # LLVMLibsOptions is invalidated at processing tools/llvm-shlib. |
| 1130 | SharedLinkOptions += $(NativeExportsFile) |
Dan Gohman | b16b53b | 2010-04-15 20:54:25 +0000 | [diff] [blame] | 1131 | endif |
| 1132 | |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1133 | endif |
| 1134 | |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1135 | ############################################################################### |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1136 | # Library Build Rules: Four ways to build a library |
| 1137 | ############################################################################### |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1138 | |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1139 | #--------------------------------------------------------- |
| 1140 | # Bytecode Module Targets: |
| 1141 | # If the user set MODULE_NAME then they want to build a |
| 1142 | # bytecode module from the sources. We compile all the |
| 1143 | # sources and link it together into a single bytecode |
| 1144 | # module. |
| 1145 | #--------------------------------------------------------- |
| 1146 | |
| 1147 | ifdef MODULE_NAME |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1148 | ifeq ($(strip $(LLVMCC)),) |
| 1149 | $(warning Modules require LLVM capable compiler but none is available ****) |
Reid Spencer | 9a8398e | 2005-02-14 21:54:08 +0000 | [diff] [blame] | 1150 | else |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1151 | |
| 1152 | Module := $(LibDir)/$(MODULE_NAME).bc |
Nicolas Geoffray | 49efb1a | 2012-05-23 20:34:19 +0000 | [diff] [blame] | 1153 | LinkModule := $(LLVMLINK) |
Reid Spencer | bbd5e43 | 2006-04-12 18:21:35 +0000 | [diff] [blame] | 1154 | |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1155 | |
| 1156 | ifdef EXPORTED_SYMBOL_FILE |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 1157 | LinkModule += -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE) |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1158 | endif |
| 1159 | |
Nicolas Geoffray | 49efb1a | 2012-05-23 20:34:19 +0000 | [diff] [blame] | 1160 | $(Module): $(BUILT_SOURCES) $(ObjectsBC) $(LibDir)/.dir $(LLVMLINK) |
Reid Spencer | 0d255bd | 2005-05-13 18:32:54 +0000 | [diff] [blame] | 1161 | $(Echo) Building $(BuildMode) Bytecode Module $(notdir $@) |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1162 | $(Verb) $(LinkModule) -o $@ $(ObjectsBC) |
| 1163 | |
| 1164 | all-local:: $(Module) |
| 1165 | |
| 1166 | clean-local:: |
| 1167 | ifneq ($(strip $(Module)),) |
| 1168 | -$(Verb) $(RM) -f $(Module) |
| 1169 | endif |
| 1170 | |
Reid Spencer | ab3690b | 2004-12-13 07:38:07 +0000 | [diff] [blame] | 1171 | ifdef BYTECODE_DESTINATION |
| 1172 | ModuleDestDir := $(BYTECODE_DESTINATION) |
| 1173 | else |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 1174 | ModuleDestDir := $(DESTDIR)$(PROJ_libdir) |
Reid Spencer | ab3690b | 2004-12-13 07:38:07 +0000 | [diff] [blame] | 1175 | endif |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1176 | |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1177 | ifdef NO_INSTALL |
| 1178 | install-local:: |
| 1179 | $(Echo) Install circumvented with NO_INSTALL |
| 1180 | uninstall-local:: |
| 1181 | $(Echo) Uninstall circumvented with NO_INSTALL |
| 1182 | else |
Reid Spencer | ab3690b | 2004-12-13 07:38:07 +0000 | [diff] [blame] | 1183 | DestModule := $(ModuleDestDir)/$(MODULE_NAME).bc |
| 1184 | |
| 1185 | install-module:: $(DestModule) |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1186 | install-local:: $(DestModule) |
| 1187 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1188 | $(DestModule): $(ModuleDestDir) $(Module) |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1189 | $(Echo) Installing $(BuildMode) Bytecode Module $(DestModule) |
Reid Spencer | 151bbe4 | 2005-02-24 21:30:37 +0000 | [diff] [blame] | 1190 | $(Verb) $(DataInstall) $(Module) $(DestModule) |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1191 | |
| 1192 | uninstall-local:: |
| 1193 | $(Echo) Uninstalling $(BuildMode) Bytecode Module $(DestModule) |
| 1194 | -$(Verb) $(RM) -f $(DestModule) |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1195 | endif |
Reid Spencer | 7980ea4 | 2004-12-05 05:17:22 +0000 | [diff] [blame] | 1196 | |
| 1197 | endif |
Reid Spencer | 9a8398e | 2005-02-14 21:54:08 +0000 | [diff] [blame] | 1198 | endif |
Brian Gaeke | 8abff79 | 2004-01-22 22:53:48 +0000 | [diff] [blame] | 1199 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1200 | # if we're building a library ... |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1201 | ifdef LIBRARYNAME |
Vikram S. Adve | 112a72c | 2001-07-15 13:16:47 +0000 | [diff] [blame] | 1202 | |
Misha Brukman | f547a12 | 2009-08-17 15:31:24 +0000 | [diff] [blame] | 1203 | # Make sure there isn't any extraneous whitespace on the LIBRARYNAME option |
Chris Lattner | ccb4ebd | 2002-09-16 22:34:56 +0000 | [diff] [blame] | 1204 | LIBRARYNAME := $(strip $(LIBRARYNAME)) |
Reid Spencer | 492c293 | 2005-01-11 04:31:07 +0000 | [diff] [blame] | 1205 | ifdef LOADABLE_MODULE |
Rafael Espindola | 0ecd296 | 2011-02-03 22:01:15 +0000 | [diff] [blame] | 1206 | BaseLibName.A := $(LIBRARYNAME).a |
| 1207 | BaseLibName.SO := $(LIBRARYNAME)$(SHLIBEXT) |
Reid Spencer | 492c293 | 2005-01-11 04:31:07 +0000 | [diff] [blame] | 1208 | else |
Rafael Espindola | 0ecd296 | 2011-02-03 22:01:15 +0000 | [diff] [blame] | 1209 | BaseLibName.A := lib$(LIBRARYNAME).a |
| 1210 | BaseLibName.SO := $(SharedPrefix)$(LIBRARYNAME)$(SHLIBEXT) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1211 | endif |
Rafael Espindola | 0ecd296 | 2011-02-03 22:01:15 +0000 | [diff] [blame] | 1212 | LibName.A := $(LibDir)/$(BaseLibName.A) |
| 1213 | LibName.SO := $(SharedLibDir)/$(BaseLibName.SO) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1214 | LibName.O := $(LibDir)/$(LIBRARYNAME).o |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1215 | LibName.BCA:= $(LibDir)/lib$(LIBRARYNAME).bca |
Chris Lattner | ccb4ebd | 2002-09-16 22:34:56 +0000 | [diff] [blame] | 1216 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1217 | #--------------------------------------------------------- |
| 1218 | # Shared Library Targets: |
| 1219 | # If the user asked for a shared library to be built |
| 1220 | # with the SHARED_LIBRARY variable, then we provide |
| 1221 | # targets for building them. |
| 1222 | #--------------------------------------------------------- |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1223 | ifdef SHARED_LIBRARY |
| 1224 | |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1225 | all-local:: $(LibName.SO) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1226 | |
Dan Gohman | b16b53b | 2010-04-15 20:54:25 +0000 | [diff] [blame] | 1227 | ifdef EXPORTED_SYMBOL_FILE |
| 1228 | $(LibName.SO): $(NativeExportsFile) |
| 1229 | endif |
| 1230 | |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1231 | ifdef LINK_LIBS_IN_SHARED |
Reid Spencer | 42fe455 | 2006-08-07 23:12:15 +0000 | [diff] [blame] | 1232 | ifdef LOADABLE_MODULE |
Chris Lattner | 166f45e | 2006-11-15 21:04:15 +0000 | [diff] [blame] | 1233 | SharedLibKindMessage := "Loadable Module" |
Daniel Dunbar | 7bc0f27 | 2010-12-08 01:48:05 +0000 | [diff] [blame] | 1234 | SharedLinkOptions := $(LoadableModuleOptions) $(SharedLinkOptions) |
Reid Spencer | 42fe455 | 2006-08-07 23:12:15 +0000 | [diff] [blame] | 1235 | else |
| 1236 | SharedLibKindMessage := "Shared Library" |
| 1237 | endif |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1238 | $(LibName.SO): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(SharedLibDir)/.dir |
Reid Spencer | 42fe455 | 2006-08-07 23:12:15 +0000 | [diff] [blame] | 1239 | $(Echo) Linking $(BuildMode) $(SharedLibKindMessage) \ |
Dan Gohman | 6b156a3 | 2010-07-26 20:15:47 +0000 | [diff] [blame] | 1240 | $(notdir $@) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1241 | $(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO) \ |
Torok Edwin | 2efc73d | 2009-05-26 19:11:47 +0000 | [diff] [blame] | 1242 | $(ProjLibsOptions) $(LLVMLibsOptions) $(LIBS) |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1243 | else |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1244 | $(LibName.SO): $(ObjectsO) $(SharedLibDir)/.dir |
Dan Gohman | 6b156a3 | 2010-07-26 20:15:47 +0000 | [diff] [blame] | 1245 | $(Echo) Linking $(BuildMode) Shared Library $(notdir $@) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1246 | $(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO) |
Reid Spencer | 8f9e21e | 2005-05-19 00:37:31 +0000 | [diff] [blame] | 1247 | endif |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1248 | |
| 1249 | clean-local:: |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1250 | ifneq ($(strip $(LibName.SO)),) |
| 1251 | -$(Verb) $(RM) -f $(LibName.SO) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1252 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1253 | |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1254 | ifdef NO_INSTALL |
| 1255 | install-local:: |
| 1256 | $(Echo) Install circumvented with NO_INSTALL |
| 1257 | uninstall-local:: |
| 1258 | $(Echo) Uninstall circumvented with NO_INSTALL |
| 1259 | else |
Rafael Espindola | bbe03f8 | 2010-05-16 03:13:23 +0000 | [diff] [blame] | 1260 | |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1261 | # Win32.DLL prefers to be located on the "PATH" of binaries. |
| 1262 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) |
| 1263 | DestSharedLibDir := $(DESTDIR)$(PROJ_bindir) |
Rafael Espindola | bbe03f8 | 2010-05-16 03:13:23 +0000 | [diff] [blame] | 1264 | else |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1265 | DestSharedLibDir := $(DESTDIR)$(PROJ_libdir) |
Rafael Espindola | bbe03f8 | 2010-05-16 03:13:23 +0000 | [diff] [blame] | 1266 | endif |
Rafael Espindola | 0ecd296 | 2011-02-03 22:01:15 +0000 | [diff] [blame] | 1267 | DestSharedLib := $(DestSharedLibDir)/$(BaseLibName.SO) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1268 | |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 1269 | install-local:: $(DestSharedLib) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1270 | |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1271 | $(DestSharedLib): $(LibName.SO) $(DestSharedLibDir) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1272 | $(Echo) Installing $(BuildMode) Shared Library $(DestSharedLib) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1273 | $(Verb) $(INSTALL) $(LibName.SO) $(DestSharedLib) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1274 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1275 | uninstall-local:: |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1276 | $(Echo) Uninstalling $(BuildMode) Shared Library $(DestSharedLib) |
Anton Korobeynikov | 59a430f | 2010-08-17 19:03:03 +0000 | [diff] [blame] | 1277 | -$(Verb) $(RM) -f $(DestSharedLibDir)/$(SharedPrefix)$(LIBRARYNAME).* |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1278 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1279 | endif |
| 1280 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1281 | #--------------------------------------------------------- |
| 1282 | # Bytecode Library Targets: |
| 1283 | # If the user asked for a bytecode library to be built |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1284 | # with the BYTECODE_LIBRARY variable, then we provide |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1285 | # targets for building them. |
| 1286 | #--------------------------------------------------------- |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1287 | ifdef BYTECODE_LIBRARY |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1288 | ifeq ($(strip $(LLVMCC)),) |
| 1289 | $(warning Bytecode libraries require LLVM capable compiler but none is available ****) |
Reid Spencer | 9a8398e | 2005-02-14 21:54:08 +0000 | [diff] [blame] | 1290 | else |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1291 | |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1292 | all-local:: $(LibName.BCA) |
| 1293 | |
| 1294 | ifdef EXPORTED_SYMBOL_FILE |
Nicolas Geoffray | 49efb1a | 2012-05-23 20:34:19 +0000 | [diff] [blame] | 1295 | BCLinkLib = $(LLVMLINK) -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE) |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1296 | |
Nicolas Geoffray | 49efb1a | 2012-05-23 20:34:19 +0000 | [diff] [blame] | 1297 | $(LibName.BCA): $(ObjectsBC) $(LibDir)/.dir $(LLVMLINK) \ |
Chris Lattner | 264ccbe | 2004-12-15 17:14:06 +0000 | [diff] [blame] | 1298 | $(LLVMToolDir)/llvm-ar |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1299 | $(Echo) Building $(BuildMode) Bytecode Archive $(notdir $@) \ |
| 1300 | "(internalize)" |
Daniel Dunbar | e5f1b2f | 2009-08-28 16:14:46 +0000 | [diff] [blame] | 1301 | $(Verb) $(BCLinkLib) -o $(ObjDir)/$(LIBRARYNAME).internalize $(ObjectsBC) |
Reid Spencer | efd6bb3 | 2004-12-13 03:59:35 +0000 | [diff] [blame] | 1302 | $(Verb) $(RM) -f $@ |
Daniel Dunbar | e5f1b2f | 2009-08-28 16:14:46 +0000 | [diff] [blame] | 1303 | $(Verb) $(LArchive) $@ $(ObjDir)/$(LIBRARYNAME).internalize.bc |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1304 | else |
Reid Spencer | f2ac189 | 2004-12-16 07:36:08 +0000 | [diff] [blame] | 1305 | $(LibName.BCA): $(ObjectsBC) $(LibDir)/.dir \ |
Chris Lattner | 264ccbe | 2004-12-15 17:14:06 +0000 | [diff] [blame] | 1306 | $(LLVMToolDir)/llvm-ar |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1307 | $(Echo) Building $(BuildMode) Bytecode Archive $(notdir $@) |
Reid Spencer | efd6bb3 | 2004-12-13 03:59:35 +0000 | [diff] [blame] | 1308 | $(Verb) $(RM) -f $@ |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1309 | $(Verb) $(LArchive) $@ $(ObjectsBC) |
| 1310 | |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1311 | endif |
| 1312 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1313 | clean-local:: |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1314 | ifneq ($(strip $(LibName.BCA)),) |
| 1315 | -$(Verb) $(RM) -f $(LibName.BCA) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1316 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1317 | |
Reid Spencer | 8f094f3 | 2004-12-13 07:28:21 +0000 | [diff] [blame] | 1318 | ifdef BYTECODE_DESTINATION |
| 1319 | BytecodeDestDir := $(BYTECODE_DESTINATION) |
| 1320 | else |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 1321 | BytecodeDestDir := $(DESTDIR)$(PROJ_libdir) |
Reid Spencer | 8f094f3 | 2004-12-13 07:28:21 +0000 | [diff] [blame] | 1322 | endif |
| 1323 | |
Daniel Dunbar | d62031e | 2009-05-12 05:35:40 +0000 | [diff] [blame] | 1324 | DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).bca |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1325 | |
Reid Spencer | 44cb1b3 | 2004-12-03 20:08:48 +0000 | [diff] [blame] | 1326 | install-bytecode-local:: $(DestBytecodeLib) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 1327 | |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1328 | ifdef NO_INSTALL |
| 1329 | install-local:: |
| 1330 | $(Echo) Install circumvented with NO_INSTALL |
| 1331 | uninstall-local:: |
| 1332 | $(Echo) Uninstall circumvented with NO_INSTALL |
| 1333 | else |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 1334 | install-local:: $(DestBytecodeLib) |
Chris Lattner | 481cc7c | 2003-08-15 02:18:35 +0000 | [diff] [blame] | 1335 | |
Mike Stump | b445d74 | 2009-02-12 23:45:11 +0000 | [diff] [blame] | 1336 | $(DestBytecodeLib): $(LibName.BCA) $(BytecodeDestDir) |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1337 | $(Echo) Installing $(BuildMode) Bytecode Archive $(DestBytecodeLib) |
Reid Spencer | b80621f | 2005-02-24 21:36:32 +0000 | [diff] [blame] | 1338 | $(Verb) $(DataInstall) $(LibName.BCA) $(DestBytecodeLib) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1339 | |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 1340 | uninstall-local:: |
Reid Spencer | 9a2f137 | 2004-12-02 09:28:21 +0000 | [diff] [blame] | 1341 | $(Echo) Uninstalling $(BuildMode) Bytecode Archive $(DestBytecodeLib) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1342 | -$(Verb) $(RM) -f $(DestBytecodeLib) |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1343 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1344 | endif |
Reid Spencer | 9a8398e | 2005-02-14 21:54:08 +0000 | [diff] [blame] | 1345 | endif |
Vikram S. Adve | 60f5606 | 2002-08-02 18:34:12 +0000 | [diff] [blame] | 1346 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1347 | #--------------------------------------------------------- |
Chris Lattner | 6be9266 | 2009-06-16 23:00:42 +0000 | [diff] [blame] | 1348 | # Library Targets: |
| 1349 | # If neither BUILD_ARCHIVE or LOADABLE_MODULE are specified, default to |
| 1350 | # building an archive. |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1351 | #--------------------------------------------------------- |
Jeffrey Yasskin | c901719 | 2010-02-25 06:34:33 +0000 | [diff] [blame] | 1352 | ifndef NO_BUILD_ARCHIVE |
Chris Lattner | 8993808 | 2005-10-24 02:21:45 +0000 | [diff] [blame] | 1353 | ifndef BUILD_ARCHIVE |
Chris Lattner | 6be9266 | 2009-06-16 23:00:42 +0000 | [diff] [blame] | 1354 | ifndef LOADABLE_MODULE |
| 1355 | BUILD_ARCHIVE = 1 |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1356 | endif |
Chris Lattner | e62dbe9 | 2002-07-23 17:56:16 +0000 | [diff] [blame] | 1357 | endif |
Jeffrey Yasskin | c901719 | 2010-02-25 06:34:33 +0000 | [diff] [blame] | 1358 | endif |
Chris Lattner | 760da06 | 2003-03-14 20:25:22 +0000 | [diff] [blame] | 1359 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1360 | #--------------------------------------------------------- |
| 1361 | # Archive Library Targets: |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1362 | # If the user wanted a regular archive library built, |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1363 | # then we provide targets for building them. |
| 1364 | #--------------------------------------------------------- |
Chris Lattner | e62dbe9 | 2002-07-23 17:56:16 +0000 | [diff] [blame] | 1365 | ifdef BUILD_ARCHIVE |
Chris Lattner | e62dbe9 | 2002-07-23 17:56:16 +0000 | [diff] [blame] | 1366 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1367 | all-local:: $(LibName.A) |
| 1368 | |
Reid Spencer | f2ac189 | 2004-12-16 07:36:08 +0000 | [diff] [blame] | 1369 | $(LibName.A): $(ObjectsO) $(LibDir)/.dir |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1370 | $(Echo) Building $(BuildMode) Archive Library $(notdir $@) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1371 | -$(Verb) $(RM) -f $@ |
Bill Wendling | dfaf4f9 | 2009-01-03 22:46:50 +0000 | [diff] [blame] | 1372 | $(Verb) $(Archive) $@ $(ObjectsO) |
| 1373 | $(Verb) $(Ranlib) $@ |
Vikram S. Adve | 41e7891 | 2002-09-20 14:03:13 +0000 | [diff] [blame] | 1374 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1375 | clean-local:: |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1376 | ifneq ($(strip $(LibName.A)),) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1377 | -$(Verb) $(RM) -f $(LibName.A) |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1378 | endif |
| 1379 | |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1380 | ifdef NO_INSTALL |
| 1381 | install-local:: |
| 1382 | $(Echo) Install circumvented with NO_INSTALL |
| 1383 | uninstall-local:: |
| 1384 | $(Echo) Uninstall circumvented with NO_INSTALL |
Daniel Dunbar | ee40a16 | 2010-04-30 22:00:17 +0000 | [diff] [blame] | 1385 | else |
| 1386 | ifdef NO_INSTALL_ARCHIVES |
Daniel Dunbar | 24d9d97 | 2010-04-30 20:04:53 +0000 | [diff] [blame] | 1387 | install-local:: |
| 1388 | $(Echo) Install circumvented with NO_INSTALL |
| 1389 | uninstall-local:: |
| 1390 | $(Echo) Uninstall circumvented with NO_INSTALL |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1391 | else |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 1392 | DestArchiveLib := $(DESTDIR)$(PROJ_libdir)/lib$(LIBRARYNAME).a |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1393 | |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 1394 | install-local:: $(DestArchiveLib) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1395 | |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 1396 | $(DestArchiveLib): $(LibName.A) $(DESTDIR)$(PROJ_libdir) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1397 | $(Echo) Installing $(BuildMode) Archive Library $(DestArchiveLib) |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 1398 | $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_libdir) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1399 | $(Verb) $(INSTALL) $(LibName.A) $(DestArchiveLib) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1400 | |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 1401 | uninstall-local:: |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1402 | $(Echo) Uninstalling $(BuildMode) Archive Library $(DestArchiveLib) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1403 | -$(Verb) $(RM) -f $(DestArchiveLib) |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1404 | endif |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1405 | endif |
Daniel Dunbar | ee40a16 | 2010-04-30 22:00:17 +0000 | [diff] [blame] | 1406 | endif |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1407 | |
| 1408 | # endif LIBRARYNAME |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1409 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1410 | |
Reid Spencer | b1dd3dd | 2004-10-24 08:21:04 +0000 | [diff] [blame] | 1411 | ############################################################################### |
| 1412 | # Tool Build Rules: Build executable tool based on TOOLNAME option |
| 1413 | ############################################################################### |
| 1414 | |
Chris Lattner | 1cbc29f | 2001-09-07 22:57:58 +0000 | [diff] [blame] | 1415 | ifdef TOOLNAME |
| 1416 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1417 | #--------------------------------------------------------- |
| 1418 | # Set up variables for building a tool. |
| 1419 | #--------------------------------------------------------- |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1420 | TOOLEXENAME := $(strip $(TOOLNAME))$(EXEEXT) |
Reid Spencer | 815cbcf | 2004-11-18 10:03:46 +0000 | [diff] [blame] | 1421 | ifdef EXAMPLE_TOOL |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1422 | ToolBuildPath := $(ExmplDir)/$(TOOLEXENAME) |
Reid Spencer | 815cbcf | 2004-11-18 10:03:46 +0000 | [diff] [blame] | 1423 | else |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1424 | ToolBuildPath := $(ToolDir)/$(TOOLEXENAME) |
| 1425 | endif |
| 1426 | |
| 1427 | # TOOLALIAS is a name to symlink (or copy) the tool to. |
| 1428 | ifdef TOOLALIAS |
| 1429 | ifdef EXAMPLE_TOOL |
| 1430 | ToolAliasBuildPath := $(ExmplDir)/$(strip $(TOOLALIAS))$(EXEEXT) |
| 1431 | else |
| 1432 | ToolAliasBuildPath := $(ToolDir)/$(strip $(TOOLALIAS))$(EXEEXT) |
| 1433 | endif |
Reid Spencer | 815cbcf | 2004-11-18 10:03:46 +0000 | [diff] [blame] | 1434 | endif |
Chris Lattner | 1cbc29f | 2001-09-07 22:57:58 +0000 | [diff] [blame] | 1435 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1436 | #--------------------------------------------------------- |
Chris Lattner | 61863a3 | 2009-02-26 17:47:49 +0000 | [diff] [blame] | 1437 | # Prune Exports |
| 1438 | #--------------------------------------------------------- |
| 1439 | |
| 1440 | # If the tool opts in with TOOL_NO_EXPORTS, optimize startup time of the app by |
| 1441 | # not exporting all of the weak symbols from the binary. This reduces dyld |
| 1442 | # startup time by 4x on darwin in some cases. |
| 1443 | ifdef TOOL_NO_EXPORTS |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 1444 | ifeq ($(HOST_OS),Darwin) |
Chris Lattner | 1b030a1 | 2009-03-10 17:15:56 +0000 | [diff] [blame] | 1445 | |
| 1446 | # Tiger tools don't support this. |
| 1447 | ifneq ($(DARWIN_MAJVERS),4) |
Dan Gohman | e05f609 | 2010-04-16 22:58:15 +0000 | [diff] [blame] | 1448 | LD.Flags += -Wl,-exported_symbol,_main |
Chris Lattner | 61863a3 | 2009-02-26 17:47:49 +0000 | [diff] [blame] | 1449 | endif |
Chris Lattner | 1b030a1 | 2009-03-10 17:15:56 +0000 | [diff] [blame] | 1450 | endif |
Chris Lattner | 61863a3 | 2009-02-26 17:47:49 +0000 | [diff] [blame] | 1451 | |
Sylvestre Ledru | 6fc30c2 | 2012-04-11 15:35:36 +0000 | [diff] [blame] | 1452 | ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux NetBSD FreeBSD GNU)) |
Bruno Cardoso Lopes | 6651b3f | 2010-07-20 08:44:20 +0000 | [diff] [blame] | 1453 | ifneq ($(ARCH), Mips) |
Nick Lewycky | 0d20366 | 2009-10-25 03:22:00 +0000 | [diff] [blame] | 1454 | LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map |
Chris Lattner | 61863a3 | 2009-02-26 17:47:49 +0000 | [diff] [blame] | 1455 | endif |
| 1456 | endif |
Bruno Cardoso Lopes | 6651b3f | 2010-07-20 08:44:20 +0000 | [diff] [blame] | 1457 | endif |
Chris Lattner | 61863a3 | 2009-02-26 17:47:49 +0000 | [diff] [blame] | 1458 | |
Devang Patel | 83be451 | 2010-07-15 20:57:09 +0000 | [diff] [blame] | 1459 | #--------------------------------------------------------- |
Daniel Dunbar | ccfaa4b | 2010-09-16 00:42:32 +0000 | [diff] [blame] | 1460 | # Tool Order File Support |
| 1461 | #--------------------------------------------------------- |
| 1462 | |
| 1463 | ifeq ($(HOST_OS),Darwin) |
Daniel Dunbar | ade490a | 2011-06-28 22:30:17 +0000 | [diff] [blame] | 1464 | ifdef TOOL_ORDER_FILE |
Daniel Dunbar | ccfaa4b | 2010-09-16 00:42:32 +0000 | [diff] [blame] | 1465 | |
| 1466 | LD.Flags += -Wl,-order_file,$(TOOL_ORDER_FILE) |
| 1467 | |
| 1468 | endif |
| 1469 | endif |
| 1470 | |
| 1471 | #--------------------------------------------------------- |
Devang Patel | 83be451 | 2010-07-15 20:57:09 +0000 | [diff] [blame] | 1472 | # Tool Version Info Support |
| 1473 | #--------------------------------------------------------- |
| 1474 | |
| 1475 | ifeq ($(HOST_OS),Darwin) |
| 1476 | ifdef TOOL_INFO_PLIST |
| 1477 | |
| 1478 | LD.Flags += -Wl,-sectcreate,__TEXT,__info_plist,$(ObjDir)/$(TOOL_INFO_PLIST) |
| 1479 | |
| 1480 | $(ToolBuildPath): $(ObjDir)/$(TOOL_INFO_PLIST) |
| 1481 | |
Daniel Dunbar | 14ceb87 | 2010-07-15 21:51:52 +0000 | [diff] [blame] | 1482 | $(ObjDir)/$(TOOL_INFO_PLIST): $(PROJ_SRC_DIR)/$(TOOL_INFO_PLIST).in $(ObjDir)/.dir |
Devang Patel | 83be451 | 2010-07-15 20:57:09 +0000 | [diff] [blame] | 1483 | $(Echo) "Creating $(TOOLNAME) '$(TOOL_INFO_PLIST)' file..." |
| 1484 | $(Verb)sed -e "s#@TOOL_INFO_UTI@#$(TOOL_INFO_UTI)#g" \ |
| 1485 | -e "s#@TOOL_INFO_NAME@#$(TOOL_INFO_NAME)#g" \ |
| 1486 | -e "s#@TOOL_INFO_VERSION@#$(TOOL_INFO_VERSION)#g" \ |
| 1487 | -e "s#@TOOL_INFO_BUILD_VERSION@#$(TOOL_INFO_BUILD_VERSION)#g" \ |
| 1488 | $< > $@ |
| 1489 | |
| 1490 | endif |
| 1491 | endif |
Chris Lattner | 61863a3 | 2009-02-26 17:47:49 +0000 | [diff] [blame] | 1492 | |
| 1493 | #--------------------------------------------------------- |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1494 | # Provide targets for building the tools |
| 1495 | #--------------------------------------------------------- |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1496 | all-local:: $(ToolBuildPath) $(ToolAliasBuildPath) |
John Criswell | 2a6530f | 2003-06-27 16:58:44 +0000 | [diff] [blame] | 1497 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1498 | clean-local:: |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1499 | ifneq ($(strip $(ToolBuildPath)),) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1500 | -$(Verb) $(RM) -f $(ToolBuildPath) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1501 | endif |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1502 | ifneq ($(strip $(ToolAliasBuildPath)),) |
| 1503 | -$(Verb) $(RM) -f $(ToolAliasBuildPath) |
| 1504 | endif |
Chris Lattner | 1cbc29f | 2001-09-07 22:57:58 +0000 | [diff] [blame] | 1505 | |
Reid Spencer | 815cbcf | 2004-11-18 10:03:46 +0000 | [diff] [blame] | 1506 | ifdef EXAMPLE_TOOL |
| 1507 | $(ToolBuildPath): $(ExmplDir)/.dir |
| 1508 | else |
| 1509 | $(ToolBuildPath): $(ToolDir)/.dir |
| 1510 | endif |
| 1511 | |
Daniel Dunbar | 9566905 | 2012-03-06 19:07:38 +0000 | [diff] [blame] | 1512 | ifdef CODESIGN_TOOLS |
Filipe Cabecinhas | aa27161 | 2013-04-25 01:17:54 +0000 | [diff] [blame] | 1513 | TOOL_CODESIGN_IDENTITY ?= - |
| 1514 | |
Chris Lattner | a7868af | 2006-09-04 06:39:52 +0000 | [diff] [blame] | 1515 | $(ToolBuildPath): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1516 | $(Echo) Linking $(BuildMode) executable $(TOOLNAME) $(StripWarnMsg) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1517 | $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \ |
Reid Spencer | ab51997 | 2006-05-16 06:25:14 +0000 | [diff] [blame] | 1518 | $(LLVMLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB) $(LIBS) |
Chris Lattner | d25ad61 | 2006-02-14 04:25:54 +0000 | [diff] [blame] | 1519 | $(Echo) ======= Finished Linking $(BuildMode) Executable $(TOOLNAME) \ |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1520 | $(StripWarnMsg) |
Daniel Dunbar | 9566905 | 2012-03-06 19:07:38 +0000 | [diff] [blame] | 1521 | $(Echo) ======= Code-Signing $(BuildMode) Executable $(TOOLNAME) |
Filipe Cabecinhas | aa27161 | 2013-04-25 01:17:54 +0000 | [diff] [blame] | 1522 | $(Verb) codesign -s $(TOOL_CODESIGN_IDENTITY) $@ |
Daniel Dunbar | 9566905 | 2012-03-06 19:07:38 +0000 | [diff] [blame] | 1523 | else |
| 1524 | $(ToolBuildPath): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) |
| 1525 | $(Echo) Linking $(BuildMode) executable $(TOOLNAME) $(StripWarnMsg) |
| 1526 | $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \ |
| 1527 | $(LLVMLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB) $(LIBS) |
| 1528 | $(Echo) ======= Finished Linking $(BuildMode) Executable $(TOOLNAME) \ |
| 1529 | $(StripWarnMsg) |
| 1530 | endif |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1531 | |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1532 | ifneq ($(strip $(ToolAliasBuildPath)),) |
| 1533 | $(ToolAliasBuildPath): $(ToolBuildPath) |
| 1534 | $(Echo) Creating $(BuildMode) Alias $(TOOLALIAS) $(StripWarnMsg) |
| 1535 | $(Verb) $(RM) -f $(ToolAliasBuildPath) |
Jordan Rose | 81be6bf | 2012-10-04 00:47:59 +0000 | [diff] [blame] | 1536 | $(Verb) $(AliasTool) $(notdir $(ToolBuildPath)) $(ToolAliasBuildPath) |
Dan Gohman | f9d1163 | 2010-08-18 01:35:53 +0000 | [diff] [blame] | 1537 | $(Echo) ======= Finished Creating $(BuildMode) Alias $(TOOLALIAS) \ |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1538 | $(StripWarnMsg) |
| 1539 | endif |
| 1540 | |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1541 | ifdef NO_INSTALL |
| 1542 | install-local:: |
| 1543 | $(Echo) Install circumvented with NO_INSTALL |
| 1544 | uninstall-local:: |
| 1545 | $(Echo) Uninstall circumvented with NO_INSTALL |
| 1546 | else |
Bob Wilson | ae7e2a4 | 2011-11-28 07:59:52 +0000 | [diff] [blame] | 1547 | |
| 1548 | ifdef INTERNAL_TOOL |
| 1549 | ToolBinDir = $(DESTDIR)$(PROJ_internal_prefix)/bin |
| 1550 | else |
| 1551 | ToolBinDir = $(DESTDIR)$(PROJ_bindir) |
| 1552 | endif |
Jordan Rose | 9208052 | 2012-10-01 18:40:32 +0000 | [diff] [blame] | 1553 | DestTool = $(ToolBinDir)/$(program_prefix)$(TOOLEXENAME) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1554 | |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 1555 | install-local:: $(DestTool) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 1556 | |
Bob Wilson | ae7e2a4 | 2011-11-28 07:59:52 +0000 | [diff] [blame] | 1557 | $(DestTool): $(ToolBuildPath) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1558 | $(Echo) Installing $(BuildMode) $(DestTool) |
Bob Wilson | ae7e2a4 | 2011-11-28 07:59:52 +0000 | [diff] [blame] | 1559 | $(Verb) $(MKDIR) $(ToolBinDir) |
Reid Spencer | 4a0aaea | 2005-02-24 03:56:32 +0000 | [diff] [blame] | 1560 | $(Verb) $(ProgInstall) $(ToolBuildPath) $(DestTool) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1561 | |
Reid Spencer | c6dcc6a | 2004-10-28 07:57:28 +0000 | [diff] [blame] | 1562 | uninstall-local:: |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1563 | $(Echo) Uninstalling $(BuildMode) $(DestTool) |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1564 | -$(Verb) $(RM) -f $(DestTool) |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1565 | |
| 1566 | # TOOLALIAS install. |
| 1567 | ifdef TOOLALIAS |
Jordan Rose | 9208052 | 2012-10-01 18:40:32 +0000 | [diff] [blame] | 1568 | DestToolAlias = $(ToolBinDir)/$(program_prefix)$(TOOLALIAS)$(EXEEXT) |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1569 | |
| 1570 | install-local:: $(DestToolAlias) |
| 1571 | |
Daniel Dunbar | 8fcd418 | 2010-04-30 20:47:09 +0000 | [diff] [blame] | 1572 | $(DestToolAlias): $(DestTool) |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1573 | $(Echo) Installing $(BuildMode) $(DestToolAlias) |
| 1574 | $(Verb) $(RM) -f $(DestToolAlias) |
Jordan Rose | 81be6bf | 2012-10-04 00:47:59 +0000 | [diff] [blame] | 1575 | $(Verb) $(AliasTool) $(notdir $(DestTool)) $(DestToolAlias) |
Daniel Dunbar | fd96b13 | 2009-11-19 00:14:53 +0000 | [diff] [blame] | 1576 | |
| 1577 | uninstall-local:: |
| 1578 | $(Echo) Uninstalling $(BuildMode) $(DestToolAlias) |
| 1579 | -$(Verb) $(RM) -f $(DestToolAlias) |
| 1580 | endif |
| 1581 | |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 1582 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1583 | endif |
Chris Lattner | 1cbc29f | 2001-09-07 22:57:58 +0000 | [diff] [blame] | 1584 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1585 | ############################################################################### |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1586 | # Object Build Rules: Build object files based on sources |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1587 | ############################################################################### |
| 1588 | |
Duraid Madina | 197ab87 | 2006-02-15 03:23:26 +0000 | [diff] [blame] | 1589 | # FIXME: This should be checking for "if not GCC or ICC", not for "if HP-UX" |
Anton Korobeynikov | e55db74 | 2009-08-18 00:40:33 +0000 | [diff] [blame] | 1590 | ifeq ($(HOST_OS),HP-UX) |
Duraid Madina | 197ab87 | 2006-02-15 03:23:26 +0000 | [diff] [blame] | 1591 | DISABLE_AUTO_DEPENDENCIES=1 |
| 1592 | endif |
| 1593 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1594 | # Provide rule sets for when dependency generation is enabled |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1595 | ifndef DISABLE_AUTO_DEPENDENCIES |
Vikram S. Adve | 41e7891 | 2002-09-20 14:03:13 +0000 | [diff] [blame] | 1596 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1597 | #--------------------------------------------------------- |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1598 | # Create .o files in the ObjDir directory from the .cpp and .c files... |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1599 | #--------------------------------------------------------- |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1600 | |
Chris Lattner | e43ba3d | 2007-12-31 23:58:31 +0000 | [diff] [blame] | 1601 | DEPEND_OPTIONS = -MMD -MP -MF "$(ObjDir)/$*.d.tmp" \ |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1602 | -MT "$(ObjDir)/$*.o" -MT "$(ObjDir)/$*.d" |
Gabor Greif | 0a4c378 | 2008-02-27 13:34:15 +0000 | [diff] [blame] | 1603 | |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1604 | # If the build succeeded, move the dependency file over, otherwise |
| 1605 | # remove it. |
Chris Lattner | e43ba3d | 2007-12-31 23:58:31 +0000 | [diff] [blame] | 1606 | DEPEND_MOVEFILE = then $(MV) -f "$(ObjDir)/$*.d.tmp" "$(ObjDir)/$*.d"; \ |
| 1607 | else $(RM) "$(ObjDir)/$*.d.tmp"; exit 1; fi |
| 1608 | |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 1609 | $(ObjDir)/%.o: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES) $(PROJ_MAKEFILE) |
Jakob Stoklund Olesen | 5202078 | 2009-10-04 17:54:36 +0000 | [diff] [blame] | 1610 | $(Echo) "Compiling $*.cpp for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1611 | $(Verb) if $(Compile.CXX) $(DEPEND_OPTIONS) $< -o $(ObjDir)/$*.o ; \ |
Chris Lattner | e43ba3d | 2007-12-31 23:58:31 +0000 | [diff] [blame] | 1612 | $(DEPEND_MOVEFILE) |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1613 | |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 1614 | $(ObjDir)/%.o: %.mm $(ObjDir)/.dir $(BUILT_SOURCES) $(PROJ_MAKEFILE) |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1615 | $(Echo) "Compiling $*.mm for $(BuildMode) build" $(PIC_FLAG) |
| 1616 | $(Verb) if $(Compile.CXX) $(DEPEND_OPTIONS) $< -o $(ObjDir)/$*.o ; \ |
| 1617 | $(DEPEND_MOVEFILE) |
| 1618 | |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 1619 | $(ObjDir)/%.o: %.cc $(ObjDir)/.dir $(BUILT_SOURCES) $(PROJ_MAKEFILE) |
Chris Lattner | d92490f | 2006-06-21 20:58:03 +0000 | [diff] [blame] | 1620 | $(Echo) "Compiling $*.cc for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1621 | $(Verb) if $(Compile.CXX) $(DEPEND_OPTIONS) $< -o $(ObjDir)/$*.o ; \ |
Chris Lattner | e43ba3d | 2007-12-31 23:58:31 +0000 | [diff] [blame] | 1622 | $(DEPEND_MOVEFILE) |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1623 | |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 1624 | $(ObjDir)/%.o: %.c $(ObjDir)/.dir $(BUILT_SOURCES) $(PROJ_MAKEFILE) |
Chris Lattner | d92490f | 2006-06-21 20:58:03 +0000 | [diff] [blame] | 1625 | $(Echo) "Compiling $*.c for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1626 | $(Verb) if $(Compile.C) $(DEPEND_OPTIONS) $< -o $(ObjDir)/$*.o ; \ |
Chris Lattner | e43ba3d | 2007-12-31 23:58:31 +0000 | [diff] [blame] | 1627 | $(DEPEND_MOVEFILE) |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1628 | |
Daniel Dunbar | 9ae4ca6 | 2010-09-09 17:38:11 +0000 | [diff] [blame] | 1629 | $(ObjDir)/%.o: %.m $(ObjDir)/.dir $(BUILT_SOURCES) $(PROJ_MAKEFILE) |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1630 | $(Echo) "Compiling $*.m for $(BuildMode) build" $(PIC_FLAG) |
| 1631 | $(Verb) if $(Compile.C) $(DEPEND_OPTIONS) $< -o $(ObjDir)/$*.o ; \ |
| 1632 | $(DEPEND_MOVEFILE) |
| 1633 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1634 | #--------------------------------------------------------- |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1635 | # Create .bc files in the ObjDir directory from .cpp .cc and .c files... |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1636 | #--------------------------------------------------------- |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 1637 | |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1638 | BC_DEPEND_OPTIONS = -MMD -MP -MF "$(ObjDir)/$*.bc.d.tmp" \ |
| 1639 | -MT "$(ObjDir)/$*.ll" -MT "$(ObjDir)/$*.bc.d" |
| 1640 | |
| 1641 | # If the build succeeded, move the dependency file over, otherwise |
| 1642 | # remove it. |
| 1643 | BC_DEPEND_MOVEFILE = then $(MV) -f "$(ObjDir)/$*.bc.d.tmp" "$(ObjDir)/$*.bc.d"; \ |
| 1644 | else $(RM) "$(ObjDir)/$*.bc.d.tmp"; exit 1; fi |
| 1645 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1646 | $(ObjDir)/%.ll: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCXX) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1647 | $(Echo) "Compiling $*.cpp for $(BuildMode) build (bytecode)" |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1648 | $(Verb) if $(BCCompile.CXX) $(BC_DEPEND_OPTIONS) \ |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1649 | $< -o $(ObjDir)/$*.ll -S $(LLVMCC_EMITIR_FLAG) ; \ |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1650 | $(BC_DEPEND_MOVEFILE) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1651 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1652 | $(ObjDir)/%.ll: %.mm $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCXX) |
| 1653 | $(Echo) "Compiling $*.mm for $(BuildMode) build (bytecode)" |
| 1654 | $(Verb) if $(BCCompile.CXX) $(BC_DEPEND_OPTIONS) \ |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1655 | $< -o $(ObjDir)/$*.ll -S $(LLVMCC_EMITIR_FLAG) ; \ |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1656 | $(BC_DEPEND_MOVEFILE) |
| 1657 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1658 | $(ObjDir)/%.ll: %.cc $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCXX) |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1659 | $(Echo) "Compiling $*.cc for $(BuildMode) build (bytecode)" |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1660 | $(Verb) if $(BCCompile.CXX) $(BC_DEPEND_OPTIONS) \ |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1661 | $< -o $(ObjDir)/$*.ll -S $(LLVMCC_EMITIR_FLAG) ; \ |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1662 | $(BC_DEPEND_MOVEFILE) |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1663 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1664 | $(ObjDir)/%.ll: %.c $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCC) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1665 | $(Echo) "Compiling $*.c for $(BuildMode) build (bytecode)" |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1666 | $(Verb) if $(BCCompile.C) $(BC_DEPEND_OPTIONS) \ |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1667 | $< -o $(ObjDir)/$*.ll -S $(LLVMCC_EMITIR_FLAG) ; \ |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1668 | $(BC_DEPEND_MOVEFILE) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1669 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1670 | $(ObjDir)/%.ll: %.m $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCC) |
| 1671 | $(Echo) "Compiling $*.m for $(BuildMode) build (bytecode)" |
| 1672 | $(Verb) if $(BCCompile.C) $(BC_DEPEND_OPTIONS) \ |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1673 | $< -o $(ObjDir)/$*.ll -S $(LLVMCC_EMITIR_FLAG) ; \ |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1674 | $(BC_DEPEND_MOVEFILE) |
| 1675 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1676 | # Provide alternate rule sets if dependencies are disabled |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1677 | else |
| 1678 | |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1679 | $(ObjDir)/%.o: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES) |
Chris Lattner | d92490f | 2006-06-21 20:58:03 +0000 | [diff] [blame] | 1680 | $(Echo) "Compiling $*.cpp for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1681 | $(Compile.CXX) $< -o $@ |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1682 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1683 | $(ObjDir)/%.o: %.mm $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1684 | $(Echo) "Compiling $*.mm for $(BuildMode) build" $(PIC_FLAG) |
| 1685 | $(Compile.CXX) $< -o $@ |
| 1686 | |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1687 | $(ObjDir)/%.o: %.cc $(ObjDir)/.dir $(BUILT_SOURCES) |
Chris Lattner | d92490f | 2006-06-21 20:58:03 +0000 | [diff] [blame] | 1688 | $(Echo) "Compiling $*.cc for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1689 | $(Compile.CXX) $< -o $@ |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1690 | |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1691 | $(ObjDir)/%.o: %.c $(ObjDir)/.dir $(BUILT_SOURCES) |
Chris Lattner | d92490f | 2006-06-21 20:58:03 +0000 | [diff] [blame] | 1692 | $(Echo) "Compiling $*.c for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1693 | $(Compile.C) $< -o $@ |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1694 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1695 | $(ObjDir)/%.o: %.m $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1696 | $(Echo) "Compiling $*.m for $(BuildMode) build" $(PIC_FLAG) |
| 1697 | $(Compile.C) $< -o $@ |
| 1698 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1699 | $(ObjDir)/%.ll: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCXX) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1700 | $(Echo) "Compiling $*.cpp for $(BuildMode) build (bytecode)" |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1701 | $(BCCompile.CXX) $< -o $@ -S $(LLVMCC_EMITIR_FLAG) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1702 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1703 | $(ObjDir)/%.ll: %.mm $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCXX) |
| 1704 | $(Echo) "Compiling $*.mm for $(BuildMode) build (bytecode)" |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1705 | $(BCCompile.CXX) $< -o $@ -S $(LLVMCC_EMITIR_FLAG) |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1706 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1707 | $(ObjDir)/%.ll: %.cc $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCXX) |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1708 | $(Echo) "Compiling $*.cc for $(BuildMode) build (bytecode)" |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1709 | $(BCCompile.CXX) $< -o $@ -S $(LLVMCC_EMITIR_FLAG) |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1710 | |
Daniel Dunbar | 7cfbe25 | 2010-02-23 10:28:06 +0000 | [diff] [blame] | 1711 | $(ObjDir)/%.ll: %.c $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCC) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1712 | $(Echo) "Compiling $*.c for $(BuildMode) build (bytecode)" |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1713 | $(BCCompile.C) $< -o $@ -S $(LLVMCC_EMITIR_FLAG) |
Brian Gaeke | 44909cf | 2003-12-10 00:26:28 +0000 | [diff] [blame] | 1714 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1715 | $(ObjDir)/%.ll: %.m $(ObjDir)/.dir $(BUILT_SOURCES) $(LLVMCC) |
| 1716 | $(Echo) "Compiling $*.m for $(BuildMode) build (bytecode)" |
Chris Lattner | 6c299ea | 2011-04-09 19:56:28 +0000 | [diff] [blame] | 1717 | $(BCCompile.C) $< -o $@ -S $(LLVMCC_EMITIR_FLAG) |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1718 | |
Chris Lattner | 1cbc29f | 2001-09-07 22:57:58 +0000 | [diff] [blame] | 1719 | endif |
| 1720 | |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1721 | |
| 1722 | ## Rules for building preprocessed (.i/.ii) outputs. |
| 1723 | $(BuildMode)/%.ii: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1724 | $(Echo) "Compiling $*.cpp for $(BuildMode) build to .ii file" |
| 1725 | $(Verb) $(Preprocess.CXX) $< -o $@ |
| 1726 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1727 | $(BuildMode)/%.ii: %.mm $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1728 | $(Echo) "Compiling $*.mm for $(BuildMode) build to .ii file" |
| 1729 | $(Verb) $(Preprocess.CXX) $< -o $@ |
| 1730 | |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1731 | $(BuildMode)/%.ii: %.cc $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1732 | $(Echo) "Compiling $*.cc for $(BuildMode) build to .ii file" |
| 1733 | $(Verb) $(Preprocess.CXX) $< -o $@ |
| 1734 | |
Reid Spencer | 4413672 | 2006-12-10 04:56:38 +0000 | [diff] [blame] | 1735 | $(BuildMode)/%.i: %.c $(ObjDir)/.dir $(BUILT_SOURCES) |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1736 | $(Echo) "Compiling $*.c for $(BuildMode) build to .i file" |
| 1737 | $(Verb) $(Preprocess.C) $< -o $@ |
| 1738 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1739 | $(BuildMode)/%.i: %.m $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1740 | $(Echo) "Compiling $*.m for $(BuildMode) build to .i file" |
| 1741 | $(Verb) $(Preprocess.C) $< -o $@ |
| 1742 | |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1743 | |
| 1744 | $(ObjDir)/%.s: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1745 | $(Echo) "Compiling $*.cpp to asm for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1746 | $(Compile.CXX) $< -o $@ -S |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1747 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1748 | $(ObjDir)/%.s: %.mm $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1749 | $(Echo) "Compiling $*.mm to asm for $(BuildMode) build" $(PIC_FLAG) |
| 1750 | $(Compile.CXX) $< -o $@ -S |
| 1751 | |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1752 | $(ObjDir)/%.s: %.cc $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1753 | $(Echo) "Compiling $*.cc to asm for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1754 | $(Compile.CXX) $< -o $@ -S |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1755 | |
| 1756 | $(ObjDir)/%.s: %.c $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1757 | $(Echo) "Compiling $*.c to asm for $(BuildMode) build" $(PIC_FLAG) |
Nick Lewycky | a15dc03 | 2009-02-26 07:44:16 +0000 | [diff] [blame] | 1758 | $(Compile.C) $< -o $@ -S |
Chris Lattner | 8eb12de | 2006-06-21 21:01:20 +0000 | [diff] [blame] | 1759 | |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1760 | $(ObjDir)/%.s: %.m $(ObjDir)/.dir $(BUILT_SOURCES) |
| 1761 | $(Echo) "Compiling $*.m to asm for $(BuildMode) build" $(PIC_FLAG) |
| 1762 | $(Compile.C) $< -o $@ -S |
| 1763 | |
Reid Spencer | 8b2e141 | 2006-11-17 03:32:33 +0000 | [diff] [blame] | 1764 | |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 1765 | # make the C and C++ compilers strip debug info out of bytecode libraries. |
Reid Spencer | 8b2e141 | 2006-11-17 03:32:33 +0000 | [diff] [blame] | 1766 | ifdef DEBUG_RUNTIME |
Dan Gohman | 0e6a4da | 2009-09-08 15:52:56 +0000 | [diff] [blame] | 1767 | $(ObjectsBC): $(ObjDir)/%.bc: $(ObjDir)/%.ll $(LOPT) |
Reid Spencer | 8b2e141 | 2006-11-17 03:32:33 +0000 | [diff] [blame] | 1768 | $(Echo) "Compiling $*.ll to $*.bc for $(BuildMode) build (bytecode)" |
Dan Gohman | 0e6a4da | 2009-09-08 15:52:56 +0000 | [diff] [blame] | 1769 | $(Verb) $(LOPT) $< -std-compile-opts -o $@ |
Reid Spencer | 8b2e141 | 2006-11-17 03:32:33 +0000 | [diff] [blame] | 1770 | else |
Dan Gohman | 0e6a4da | 2009-09-08 15:52:56 +0000 | [diff] [blame] | 1771 | $(ObjectsBC): $(ObjDir)/%.bc: $(ObjDir)/%.ll $(LOPT) |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 1772 | $(Echo) "Compiling $*.ll to $*.bc for $(BuildMode) build (bytecode)" |
Dan Gohman | 0e6a4da | 2009-09-08 15:52:56 +0000 | [diff] [blame] | 1773 | $(Verb) $(LOPT) $< -std-compile-opts -strip-debug -o $@ |
Reid Spencer | 8b2e141 | 2006-11-17 03:32:33 +0000 | [diff] [blame] | 1774 | endif |
| 1775 | |
Chris Lattner | 8968111 | 2006-01-27 22:13:12 +0000 | [diff] [blame] | 1776 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1777 | #--------------------------------------------------------- |
| 1778 | # Provide rule to build .bc files from .ll sources, |
| 1779 | # regardless of dependencies |
| 1780 | #--------------------------------------------------------- |
| 1781 | $(ObjDir)/%.bc: %.ll $(ObjDir)/.dir $(LLVMAS) |
Reid Spencer | 9af3b29 | 2004-11-01 07:50:27 +0000 | [diff] [blame] | 1782 | $(Echo) "Compiling $*.ll for $(BuildMode) build" |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1783 | $(Verb) $(LLVMAS) $< -f -o $@ |
| 1784 | |
| 1785 | ############################################################################### |
| 1786 | # TABLEGEN: Provide rules for running tblgen to produce *.inc files |
| 1787 | ############################################################################### |
Chris Lattner | 481cc7c | 2003-08-15 02:18:35 +0000 | [diff] [blame] | 1788 | |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1789 | ifdef TARGET |
Mikhail Glushenkov | 1386ae4 | 2009-03-02 09:42:59 +0000 | [diff] [blame] | 1790 | TABLEGEN_INC_FILES_COMMON = 1 |
| 1791 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1792 | |
Mikhail Glushenkov | 1386ae4 | 2009-03-02 09:42:59 +0000 | [diff] [blame] | 1793 | ifdef TABLEGEN_INC_FILES_COMMON |
| 1794 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1795 | INCFiles := $(filter %.inc,$(BUILT_SOURCES)) |
Chris Lattner | 3c47347 | 2004-12-16 17:28:50 +0000 | [diff] [blame] | 1796 | INCTMPFiles := $(INCFiles:%=$(ObjDir)/%.tmp) |
| 1797 | .PRECIOUS: $(INCTMPFiles) $(INCFiles) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1798 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1799 | # INCFiles rule: All of the tblgen generated files are emitted to |
Chris Lattner | 23ee795 | 2004-12-16 17:38:56 +0000 | [diff] [blame] | 1800 | # $(ObjDir)/%.inc.tmp, instead of emitting them directly to %.inc. This allows |
| 1801 | # us to only "touch" the real file if the contents of it change. IOW, if |
Daniel Dunbar | eb909ca | 2008-11-03 17:33:36 +0000 | [diff] [blame] | 1802 | # tblgen is modified, all of the .inc.tmp files are regenerated, but no |
Chris Lattner | 23ee795 | 2004-12-16 17:38:56 +0000 | [diff] [blame] | 1803 | # dependencies of the .inc files are, unless the contents of the .inc file |
| 1804 | # changes. |
| 1805 | $(INCFiles) : %.inc : $(ObjDir)/%.inc.tmp |
Reid Spencer | c371984 | 2004-12-16 18:26:53 +0000 | [diff] [blame] | 1806 | $(Verb) $(CMP) -s $@ $< || $(CP) $< $@ |
Chris Lattner | 3c47347 | 2004-12-16 17:28:50 +0000 | [diff] [blame] | 1807 | |
Mikhail Glushenkov | 1386ae4 | 2009-03-02 09:42:59 +0000 | [diff] [blame] | 1808 | endif # TABLEGEN_INC_FILES_COMMON |
| 1809 | |
| 1810 | ifdef TARGET |
| 1811 | |
| 1812 | TDFiles := $(strip $(wildcard $(PROJ_SRC_DIR)/*.td) \ |
| 1813 | $(LLVM_SRC_ROOT)/include/llvm/Target/Target.td \ |
| 1814 | $(LLVM_SRC_ROOT)/include/llvm/Target/TargetCallingConv.td \ |
| 1815 | $(LLVM_SRC_ROOT)/include/llvm/Target/TargetSchedule.td \ |
| 1816 | $(LLVM_SRC_ROOT)/include/llvm/Target/TargetSelectionDAG.td \ |
| 1817 | $(LLVM_SRC_ROOT)/include/llvm/CodeGen/ValueTypes.td) \ |
Chandler Carruth | 0b8c9a8 | 2013-01-02 11:36:10 +0000 | [diff] [blame] | 1818 | $(wildcard $(LLVM_SRC_ROOT)/include/llvm/IR/Intrinsics*.td) |
Mikhail Glushenkov | 1386ae4 | 2009-03-02 09:42:59 +0000 | [diff] [blame] | 1819 | |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1820 | # All .inc.tmp files depend on the .td files. |
| 1821 | $(INCTMPFiles) : $(TDFiles) |
Rafael Espindola | 075630a | 2009-03-10 17:58:54 +0000 | [diff] [blame] | 1822 | |
Chris Lattner | 3c47347 | 2004-12-16 17:28:50 +0000 | [diff] [blame] | 1823 | $(TARGET:%=$(ObjDir)/%GenRegisterInfo.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1824 | $(ObjDir)/%GenRegisterInfo.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1825 | $(Echo) "Building $(<F) register info implementation with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1826 | $(Verb) $(LLVMTableGen) -gen-register-info -o $(call SYSPATH, $@) $< |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1827 | |
Chris Lattner | 3c47347 | 2004-12-16 17:28:50 +0000 | [diff] [blame] | 1828 | $(TARGET:%=$(ObjDir)/%GenInstrInfo.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1829 | $(ObjDir)/%GenInstrInfo.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1830 | $(Echo) "Building $(<F) instruction information with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1831 | $(Verb) $(LLVMTableGen) -gen-instr-info -o $(call SYSPATH, $@) $< |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1832 | |
Chris Lattner | 3c47347 | 2004-12-16 17:28:50 +0000 | [diff] [blame] | 1833 | $(TARGET:%=$(ObjDir)/%GenAsmWriter.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1834 | $(ObjDir)/%GenAsmWriter.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1835 | $(Echo) "Building $(<F) assembly writer with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1836 | $(Verb) $(LLVMTableGen) -gen-asm-writer -o $(call SYSPATH, $@) $< |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1837 | |
Chris Lattner | 02a4f90 | 2004-12-16 17:34:04 +0000 | [diff] [blame] | 1838 | $(TARGET:%=$(ObjDir)/%GenAsmWriter1.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1839 | $(ObjDir)/%GenAsmWriter1.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Chris Lattner | 02a4f90 | 2004-12-16 17:34:04 +0000 | [diff] [blame] | 1840 | $(Echo) "Building $(<F) assembly writer #1 with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1841 | $(Verb) $(LLVMTableGen) -gen-asm-writer -asmwriternum=1 -o $(call SYSPATH, $@) $< |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1842 | |
Daniel Dunbar | c464e51 | 2009-07-13 18:35:35 +0000 | [diff] [blame] | 1843 | $(TARGET:%=$(ObjDir)/%GenAsmMatcher.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1844 | $(ObjDir)/%GenAsmMatcher.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Daniel Dunbar | c464e51 | 2009-07-13 18:35:35 +0000 | [diff] [blame] | 1845 | $(Echo) "Building $(<F) assembly matcher with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1846 | $(Verb) $(LLVMTableGen) -gen-asm-matcher -o $(call SYSPATH, $@) $< |
Daniel Dunbar | c464e51 | 2009-07-13 18:35:35 +0000 | [diff] [blame] | 1847 | |
Jim Grosbach | bd29a36 | 2010-11-03 23:46:01 +0000 | [diff] [blame] | 1848 | $(TARGET:%=$(ObjDir)/%GenMCCodeEmitter.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1849 | $(ObjDir)/%GenMCCodeEmitter.inc.tmp: %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Jim Grosbach | bd29a36 | 2010-11-03 23:46:01 +0000 | [diff] [blame] | 1850 | $(Echo) "Building $(<F) MC code emitter with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1851 | $(Verb) $(LLVMTableGen) -gen-emitter -mc-emitter -o $(call SYSPATH, $@) $< |
Jim Grosbach | bd29a36 | 2010-11-03 23:46:01 +0000 | [diff] [blame] | 1852 | |
Jim Grosbach | 86f9adb | 2011-07-08 17:36:35 +0000 | [diff] [blame] | 1853 | $(TARGET:%=$(ObjDir)/%GenMCPseudoLowering.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1854 | $(ObjDir)/%GenMCPseudoLowering.inc.tmp: %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Jim Grosbach | 86f9adb | 2011-07-08 17:36:35 +0000 | [diff] [blame] | 1855 | $(Echo) "Building $(<F) MC Pseudo instruction expander with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1856 | $(Verb) $(LLVMTableGen) -gen-pseudo-lowering -o $(call SYSPATH, $@) $< |
Jim Grosbach | 86f9adb | 2011-07-08 17:36:35 +0000 | [diff] [blame] | 1857 | |
Chris Lattner | 3c47347 | 2004-12-16 17:28:50 +0000 | [diff] [blame] | 1858 | $(TARGET:%=$(ObjDir)/%GenCodeEmitter.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1859 | $(ObjDir)/%GenCodeEmitter.inc.tmp: %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1860 | $(Echo) "Building $(<F) code emitter with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1861 | $(Verb) $(LLVMTableGen) -gen-emitter -o $(call SYSPATH, $@) $< |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1862 | |
Chris Lattner | f31f09e | 2005-09-03 01:15:25 +0000 | [diff] [blame] | 1863 | $(TARGET:%=$(ObjDir)/%GenDAGISel.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1864 | $(ObjDir)/%GenDAGISel.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Dan Gohman | b0cf29c | 2008-08-13 20:19:35 +0000 | [diff] [blame] | 1865 | $(Echo) "Building $(<F) DAG instruction selector implementation with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1866 | $(Verb) $(LLVMTableGen) -gen-dag-isel -o $(call SYSPATH, $@) $< |
Chris Lattner | f31f09e | 2005-09-03 01:15:25 +0000 | [diff] [blame] | 1867 | |
Daniel Dunbar | f87ea4d | 2009-11-25 04:46:58 +0000 | [diff] [blame] | 1868 | $(TARGET:%=$(ObjDir)/%GenDisassemblerTables.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1869 | $(ObjDir)/%GenDisassemblerTables.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Daniel Dunbar | f87ea4d | 2009-11-25 04:46:58 +0000 | [diff] [blame] | 1870 | $(Echo) "Building $(<F) disassembly tables with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1871 | $(Verb) $(LLVMTableGen) -gen-disassembler -o $(call SYSPATH, $@) $< |
Daniel Dunbar | f87ea4d | 2009-11-25 04:46:58 +0000 | [diff] [blame] | 1872 | |
Dan Gohman | b0cf29c | 2008-08-13 20:19:35 +0000 | [diff] [blame] | 1873 | $(TARGET:%=$(ObjDir)/%GenFastISel.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1874 | $(ObjDir)/%GenFastISel.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Dan Gohman | b0cf29c | 2008-08-13 20:19:35 +0000 | [diff] [blame] | 1875 | $(Echo) "Building $(<F) \"fast\" instruction selector implementation with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1876 | $(Verb) $(LLVMTableGen) -gen-fast-isel -o $(call SYSPATH, $@) $< |
Dan Gohman | b0cf29c | 2008-08-13 20:19:35 +0000 | [diff] [blame] | 1877 | |
Evan Cheng | 385e930 | 2011-07-01 22:36:09 +0000 | [diff] [blame] | 1878 | $(TARGET:%=$(ObjDir)/%GenSubtargetInfo.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1879 | $(ObjDir)/%GenSubtargetInfo.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Jim Laskey | f5fc2cb | 2005-10-21 19:05:19 +0000 | [diff] [blame] | 1880 | $(Echo) "Building $(<F) subtarget information with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1881 | $(Verb) $(LLVMTableGen) -gen-subtarget -o $(call SYSPATH, $@) $< |
Chris Lattner | f31f09e | 2005-09-03 01:15:25 +0000 | [diff] [blame] | 1882 | |
Chris Lattner | bcc3c19 | 2007-02-27 20:44:12 +0000 | [diff] [blame] | 1883 | $(TARGET:%=$(ObjDir)/%GenCallingConv.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1884 | $(ObjDir)/%GenCallingConv.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Chris Lattner | bcc3c19 | 2007-02-27 20:44:12 +0000 | [diff] [blame] | 1885 | $(Echo) "Building $(<F) calling convention information with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1886 | $(Verb) $(LLVMTableGen) -gen-callingconv -o $(call SYSPATH, $@) $< |
Chris Lattner | bcc3c19 | 2007-02-27 20:44:12 +0000 | [diff] [blame] | 1887 | |
Dale Johannesen | 49de982 | 2009-02-05 01:49:45 +0000 | [diff] [blame] | 1888 | $(TARGET:%=$(ObjDir)/%GenIntrinsics.inc.tmp): \ |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1889 | $(ObjDir)/%GenIntrinsics.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Jakob Stoklund Olesen | 7b68ffc | 2009-10-15 18:48:47 +0000 | [diff] [blame] | 1890 | $(Echo) "Building $(<F) intrinsics information with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1891 | $(Verb) $(LLVMTableGen) -gen-tgt-intrinsic -o $(call SYSPATH, $@) $< |
Dale Johannesen | 49de982 | 2009-02-05 01:49:45 +0000 | [diff] [blame] | 1892 | |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1893 | $(ObjDir)/ARMGenDecoderTables.inc.tmp : ARM.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
Johnny Chen | b68a3ee | 2010-04-02 22:27:38 +0000 | [diff] [blame] | 1894 | $(Echo) "Building $(<F) decoder tables with tblgen" |
Peter Collingbourne | de8f33c | 2011-10-06 01:51:51 +0000 | [diff] [blame] | 1895 | $(Verb) $(LLVMTableGen) -gen-arm-decoder -o $(call SYSPATH, $@) $< |
Johnny Chen | b68a3ee | 2010-04-02 22:27:38 +0000 | [diff] [blame] | 1896 | |
Anshuman Dasgupta | dc81e5d | 2011-12-01 21:10:21 +0000 | [diff] [blame] | 1897 | $(ObjDir)/%GenDFAPacketizer.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) |
| 1898 | $(Echo) "Building $(<F) DFA packetizer tables with tblgen" |
| 1899 | $(Verb) $(LLVMTableGen) -gen-dfa-packetizer -o $(call SYSPATH, $@) $< |
Johnny Chen | b68a3ee | 2010-04-02 22:27:38 +0000 | [diff] [blame] | 1900 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1901 | clean-local:: |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1902 | -$(Verb) $(RM) -f $(INCFiles) |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1903 | |
Mikhail Glushenkov | 1386ae4 | 2009-03-02 09:42:59 +0000 | [diff] [blame] | 1904 | endif # TARGET |
| 1905 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1906 | ############################################################################### |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1907 | # OTHER RULES: Other rules needed |
| 1908 | ############################################################################### |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1909 | |
Chris Lattner | 30440c6 | 2003-01-16 21:06:18 +0000 | [diff] [blame] | 1910 | # To create postscript files from dot files... |
John Criswell | e0f9ac6 | 2003-10-02 19:02:02 +0000 | [diff] [blame] | 1911 | ifneq ($(DOT),false) |
Chris Lattner | 30440c6 | 2003-01-16 21:06:18 +0000 | [diff] [blame] | 1912 | %.ps: %.dot |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1913 | $(DOT) -Tps < $< > $@ |
John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame] | 1914 | else |
| 1915 | %.ps: %.dot |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1916 | $(Echo) "Cannot build $@: The program dot is not installed" |
John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame] | 1917 | endif |
Chris Lattner | 30440c6 | 2003-01-16 21:06:18 +0000 | [diff] [blame] | 1918 | |
John Criswell | 7f33695 | 2003-09-06 14:44:17 +0000 | [diff] [blame] | 1919 | # This rules ensures that header files that are removed still have a rule for |
| 1920 | # which they can be "generated." This allows make to ignore them and |
| 1921 | # reproduce the dependency lists. |
John Criswell | 4b6e5d1 | 2003-09-18 18:37:08 +0000 | [diff] [blame] | 1922 | %.h:: ; |
Chris Lattner | b05a76c | 2005-02-04 21:28:50 +0000 | [diff] [blame] | 1923 | %.hpp:: ; |
John Criswell | 7f33695 | 2003-09-06 14:44:17 +0000 | [diff] [blame] | 1924 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1925 | # Define clean-local to clean the current directory. Note that this uses a |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1926 | # very conservative approach ensuring that empty variables do not cause |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 1927 | # errors or disastrous removal. |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1928 | clean-local:: |
Jim Grosbach | 673612e | 2008-10-02 22:56:44 +0000 | [diff] [blame] | 1929 | ifneq ($(strip $(ObjRootDir)),) |
| 1930 | -$(Verb) $(RM) -rf $(ObjRootDir) |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 1931 | endif |
Brian Gaeke | 9d3cd40 | 2004-01-21 19:53:11 +0000 | [diff] [blame] | 1932 | ifneq ($(strip $(SHLIBEXT)),) # Extra paranoia - make real sure SHLIBEXT is set |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1933 | -$(Verb) $(RM) -f *$(SHLIBEXT) |
Brian Gaeke | 9d3cd40 | 2004-01-21 19:53:11 +0000 | [diff] [blame] | 1934 | endif |
John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame] | 1935 | |
Reid Spencer | 3d65949 | 2004-11-02 16:36:03 +0000 | [diff] [blame] | 1936 | clean-all-local:: |
Reid Spencer | ca5fe8f | 2004-11-02 16:56:15 +0000 | [diff] [blame] | 1937 | -$(Verb) $(RM) -rf Debug Release Profile |
Reid Spencer | 3d65949 | 2004-11-02 16:36:03 +0000 | [diff] [blame] | 1938 | |
Reid Spencer | 12d7951 | 2004-11-12 02:27:36 +0000 | [diff] [blame] | 1939 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1940 | ############################################################################### |
| 1941 | # DEPENDENCIES: Include the dependency files if we should |
| 1942 | ############################################################################### |
Chris Lattner | 33ad24a | 2003-08-22 14:10:16 +0000 | [diff] [blame] | 1943 | ifndef DISABLE_AUTO_DEPENDENCIES |
| 1944 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1945 | # If its not one of the cleaning targets |
Daniel Dunbar | 94e98af | 2008-10-03 19:11:19 +0000 | [diff] [blame] | 1946 | ifndef IS_CLEANING_TARGET |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1947 | |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1948 | # Get the list of dependency files |
Greg Clayton | 43bc79a | 2010-07-13 18:47:09 +0000 | [diff] [blame] | 1949 | DependSourceFiles := $(basename $(filter %.cpp %.c %.cc %.m %.mm, $(Sources))) |
Daniel Dunbar | fab3d68 | 2009-05-12 06:35:50 +0000 | [diff] [blame] | 1950 | DependFiles := $(DependSourceFiles:%=$(PROJ_OBJ_DIR)/$(BuildMode)/%.d) |
| 1951 | |
| 1952 | # Include bitcode dependency files if using bitcode libraries |
| 1953 | ifdef BYTECODE_LIBRARY |
| 1954 | DependFiles += $(DependSourceFiles:%=$(PROJ_OBJ_DIR)/$(BuildMode)/%.bc.d) |
| 1955 | endif |
Misha Brukman | 4f7a8cf | 2003-11-09 21:36:19 +0000 | [diff] [blame] | 1956 | |
Reid Spencer | 491a6cd | 2007-07-23 08:20:46 +0000 | [diff] [blame] | 1957 | -include $(DependFiles) "" |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 1958 | |
John Criswell | d741bcf | 2003-08-12 18:51:51 +0000 | [diff] [blame] | 1959 | endif |
Chris Lattner | 1ddb6b6 | 2003-08-18 17:27:40 +0000 | [diff] [blame] | 1960 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 1961 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 1962 | |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 1963 | ############################################################################### |
Reid Spencer | 9e8d54a | 2004-12-06 05:35:13 +0000 | [diff] [blame] | 1964 | # CHECK: Running the test suite |
| 1965 | ############################################################################### |
| 1966 | |
Eric Christopher | 376e05f | 2013-04-09 19:42:12 +0000 | [diff] [blame] | 1967 | check:: all |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 1968 | $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ |
| 1969 | if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \ |
Reid Spencer | 9e8d54a | 2004-12-06 05:35:13 +0000 | [diff] [blame] | 1970 | $(EchoCmd) Running test suite ; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 1971 | $(MAKE) -C $(PROJ_OBJ_ROOT)/test check-local \ |
Reid Spencer | 9e8d54a | 2004-12-06 05:35:13 +0000 | [diff] [blame] | 1972 | TESTSUITE=$(TESTSUITE) ; \ |
| 1973 | else \ |
| 1974 | $(EchoCmd) No Makefile in test directory ; \ |
| 1975 | fi ; \ |
| 1976 | else \ |
| 1977 | $(EchoCmd) No test directory ; \ |
| 1978 | fi |
| 1979 | |
Chandler Carruth | c1a0af1 | 2012-06-28 00:03:13 +0000 | [diff] [blame] | 1980 | # An alias dating from when both lit and DejaGNU test runners were used. |
Daniel Dunbar | 666b402 | 2010-08-02 00:05:18 +0000 | [diff] [blame] | 1981 | check-lit:: check |
| 1982 | |
Daniel Dunbar | 3418579 | 2009-09-20 06:17:21 +0000 | [diff] [blame] | 1983 | check-all:: |
| 1984 | $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ |
| 1985 | if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \ |
| 1986 | $(EchoCmd) Running test suite ; \ |
| 1987 | $(MAKE) -C $(PROJ_OBJ_ROOT)/test check-local-all ; \ |
| 1988 | else \ |
| 1989 | $(EchoCmd) No Makefile in test directory ; \ |
| 1990 | fi ; \ |
| 1991 | else \ |
| 1992 | $(EchoCmd) No test directory ; \ |
| 1993 | fi |
| 1994 | |
Reid Spencer | 9e8d54a | 2004-12-06 05:35:13 +0000 | [diff] [blame] | 1995 | ############################################################################### |
Bill Wendling | 4113bd1 | 2009-01-04 23:12:21 +0000 | [diff] [blame] | 1996 | # UNITTESTS: Running the unittests test suite |
| 1997 | ############################################################################### |
| 1998 | |
Bill Wendling | 29c0e3d | 2009-04-09 18:26:57 +0000 | [diff] [blame] | 1999 | unittests:: |
Bill Wendling | 4113bd1 | 2009-01-04 23:12:21 +0000 | [diff] [blame] | 2000 | $(Verb) if test -d "$(PROJ_OBJ_ROOT)/unittests" ; then \ |
| 2001 | if test -f "$(PROJ_OBJ_ROOT)/unittests/Makefile" ; then \ |
| 2002 | $(EchoCmd) Running unittests test suite ; \ |
Daniel Dunbar | 7f068f4 | 2009-09-13 22:39:27 +0000 | [diff] [blame] | 2003 | $(MAKE) -C $(PROJ_OBJ_ROOT)/unittests unitcheck; \ |
Bill Wendling | 4113bd1 | 2009-01-04 23:12:21 +0000 | [diff] [blame] | 2004 | else \ |
| 2005 | $(EchoCmd) No Makefile in unittests directory ; \ |
| 2006 | fi ; \ |
| 2007 | else \ |
| 2008 | $(EchoCmd) No unittests directory ; \ |
| 2009 | fi |
| 2010 | |
| 2011 | ############################################################################### |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2012 | # DISTRIBUTION: Handle construction of a distribution tarball |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2013 | ############################################################################### |
| 2014 | |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2015 | #------------------------------------------------------------------------ |
| 2016 | # Define distribution related variables |
| 2017 | #------------------------------------------------------------------------ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2018 | DistName := $(PROJECT_NAME)-$(PROJ_VERSION) |
| 2019 | DistDir := $(PROJ_OBJ_ROOT)/$(DistName) |
| 2020 | TopDistDir := $(PROJ_OBJ_ROOT)/$(DistName) |
| 2021 | DistTarGZip := $(PROJ_OBJ_ROOT)/$(DistName).tar.gz |
| 2022 | DistZip := $(PROJ_OBJ_ROOT)/$(DistName).zip |
| 2023 | DistTarBZ2 := $(PROJ_OBJ_ROOT)/$(DistName).tar.bz2 |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2024 | DistAlways := CREDITS.TXT LICENSE.TXT README.txt README AUTHORS COPYING \ |
| 2025 | ChangeLog INSTALL NEWS Makefile Makefile.common Makefile.rules \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2026 | Makefile.config.in configure autoconf |
| 2027 | DistOther := $(notdir $(wildcard \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2028 | $(PROJ_SRC_DIR)/*.h \ |
| 2029 | $(PROJ_SRC_DIR)/*.td \ |
| 2030 | $(PROJ_SRC_DIR)/*.def \ |
| 2031 | $(PROJ_SRC_DIR)/*.ll \ |
| 2032 | $(PROJ_SRC_DIR)/*.in)) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2033 | DistSubDirs := $(SubDirs) |
Reid Spencer | fbbf307 | 2004-11-29 05:00:33 +0000 | [diff] [blame] | 2034 | DistSources = $(Sources) $(EXTRA_DIST) |
| 2035 | DistFiles = $(DistAlways) $(DistSources) $(DistOther) |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2036 | |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2037 | #------------------------------------------------------------------------ |
| 2038 | # We MUST build distribution with OBJ_DIR != SRC_DIR |
| 2039 | #------------------------------------------------------------------------ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2040 | ifeq ($(PROJ_SRC_DIR),$(PROJ_OBJ_DIR)) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2041 | dist dist-check dist-clean dist-gzip dist-bzip2 dist-zip :: |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2042 | $(Echo) ERROR: Target $@ only available with OBJ_DIR != SRC_DIR |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2043 | |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2044 | else |
| 2045 | |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2046 | #------------------------------------------------------------------------ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2047 | # Prevent attempt to run dist targets from anywhere but the top level |
| 2048 | #------------------------------------------------------------------------ |
| 2049 | ifneq ($(LEVEL),.) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2050 | dist dist-check dist-clean dist-gzip dist-bzip2 dist-zip :: |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2051 | $(Echo) ERROR: You must run $@ from $(PROJ_OBJ_ROOT) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2052 | else |
| 2053 | |
| 2054 | #------------------------------------------------------------------------ |
| 2055 | # Provide the top level targets |
| 2056 | #------------------------------------------------------------------------ |
| 2057 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2058 | dist-gzip:: $(DistTarGZip) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2059 | |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2060 | $(DistTarGZip) : $(TopDistDir)/.makedistdir |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2061 | $(Echo) Packing gzipped distribution tar file. |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2062 | $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - "$(DistName)" | \ |
Reid Spencer | fbbf307 | 2004-11-29 05:00:33 +0000 | [diff] [blame] | 2063 | $(GZIP) -c > "$(DistTarGZip)" |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2064 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2065 | dist-bzip2:: $(DistTarBZ2) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2066 | |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2067 | $(DistTarBZ2) : $(TopDistDir)/.makedistdir |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2068 | $(Echo) Packing bzipped distribution tar file. |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2069 | $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - $(DistName) | \ |
Reid Spencer | fbbf307 | 2004-11-29 05:00:33 +0000 | [diff] [blame] | 2070 | $(BZIP2) -c >$(DistTarBZ2) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2071 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2072 | dist-zip:: $(DistZip) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2073 | |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2074 | $(DistZip) : $(TopDistDir)/.makedistdir |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2075 | $(Echo) Packing zipped distribution file. |
| 2076 | $(Verb) rm -f $(DistZip) |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2077 | $(Verb) cd $(PROJ_OBJ_ROOT) ; $(ZIP) -rq $(DistZip) $(DistName) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2078 | |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 2079 | dist :: $(DistTarGZip) $(DistTarBZ2) $(DistZip) |
Chris Lattner | 7a2bdde | 2011-04-15 05:18:47 +0000 | [diff] [blame] | 2080 | $(Echo) ===== DISTRIBUTION PACKAGING SUCCESSFUL ===== |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2081 | |
Reid Spencer | f8f5740 | 2005-01-28 19:52:32 +0000 | [diff] [blame] | 2082 | DistCheckDir := $(PROJ_OBJ_ROOT)/_distcheckdir |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2083 | |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2084 | dist-check:: $(DistTarGZip) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2085 | $(Echo) Checking distribution tar file. |
| 2086 | $(Verb) if test -d $(DistCheckDir) ; then \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2087 | $(RM) -rf $(DistCheckDir) ; \ |
| 2088 | fi |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2089 | $(Verb) $(MKDIR) $(DistCheckDir) |
| 2090 | $(Verb) cd $(DistCheckDir) && \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2091 | $(MKDIR) $(DistCheckDir)/build && \ |
| 2092 | $(MKDIR) $(DistCheckDir)/install && \ |
| 2093 | gunzip -c $(DistTarGZip) | $(TAR) xf - && \ |
| 2094 | cd build && \ |
| 2095 | ../$(DistName)/configure --prefix="$(DistCheckDir)/install" \ |
Reid Spencer | 45eeed9 | 2005-05-24 02:33:20 +0000 | [diff] [blame] | 2096 | --srcdir=../$(DistName) $(DIST_CHECK_CONFIG_OPTIONS) && \ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2097 | $(MAKE) all && \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2098 | $(MAKE) check && \ |
Bill Wendling | 4113bd1 | 2009-01-04 23:12:21 +0000 | [diff] [blame] | 2099 | $(MAKE) unittests && \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2100 | $(MAKE) install && \ |
| 2101 | $(MAKE) uninstall && \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2102 | $(MAKE) dist-clean && \ |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2103 | $(EchoCmd) ===== $(DistTarGZip) Ready For Distribution ===== |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2104 | |
| 2105 | dist-clean:: |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2106 | $(Echo) Cleaning distribution files |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2107 | -$(Verb) $(RM) -rf $(DistTarGZip) $(DistTarBZ2) $(DistZip) $(DistName) \ |
| 2108 | $(DistCheckDir) |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2109 | |
| 2110 | endif |
| 2111 | |
| 2112 | #------------------------------------------------------------------------ |
| 2113 | # Provide the recursive distdir target for building the distribution directory |
| 2114 | #------------------------------------------------------------------------ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2115 | distdir: $(DistDir)/.makedistdir |
| 2116 | $(DistDir)/.makedistdir: $(DistSources) |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2117 | $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2118 | if test -d "$(DistDir)" ; then \ |
| 2119 | find $(DistDir) -type d ! -perm -200 -exec chmod u+w {} ';' || \ |
| 2120 | exit 1 ; \ |
| 2121 | fi ; \ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2122 | $(EchoCmd) Removing old $(DistDir) ; \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2123 | $(RM) -rf $(DistDir); \ |
Reid Spencer | 9e8d54a | 2004-12-06 05:35:13 +0000 | [diff] [blame] | 2124 | $(EchoCmd) Making 'all' to verify build ; \ |
Reid Spencer | 854071c | 2006-04-10 16:46:04 +0000 | [diff] [blame] | 2125 | $(MAKE) ENABLE_OPTIMIZED=1 all ; \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2126 | fi |
Reid Spencer | fbbf307 | 2004-11-29 05:00:33 +0000 | [diff] [blame] | 2127 | $(Echo) Building Distribution Directory $(DistDir) |
Misha Brukman | ef5dc70 | 2009-01-08 02:11:55 +0000 | [diff] [blame] | 2128 | $(Verb) $(MKDIR) $(DistDir) |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2129 | $(Verb) srcdirstrip=`echo "$(PROJ_SRC_DIR)" | sed 's|.|.|g'`; \ |
| 2130 | srcrootstrip=`echo "$(PROJ_SRC_ROOT)" | sed 's|.|.|g'`; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2131 | for file in $(DistFiles) ; do \ |
| 2132 | case "$$file" in \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2133 | $(PROJ_SRC_DIR)/*) \ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2134 | file=`echo "$$file" | sed "s#^$$srcdirstrip/##"` \ |
| 2135 | ;; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2136 | $(PROJ_SRC_ROOT)/*) \ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2137 | file=`echo "$$file" | \ |
| 2138 | sed "s#^$$srcrootstrip/##"` \ |
| 2139 | ;; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2140 | esac; \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2141 | if test -f "$(PROJ_SRC_DIR)/$$file" || \ |
| 2142 | test -d "$(PROJ_SRC_DIR)/$$file" ; then \ |
| 2143 | from_dir="$(PROJ_SRC_DIR)" ; \ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2144 | elif test -f "$$file" || test -d "$$file" ; then \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2145 | from_dir=. ; \ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2146 | fi ; \ |
| 2147 | to_dir=`echo "$$file" | sed -e 's#/[^/]*$$##'` ; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2148 | if test "$$to_dir" != "$$file" && test "$$to_dir" != "."; then \ |
| 2149 | to_dir="$(DistDir)/$$dir"; \ |
| 2150 | $(MKDIR) "$$to_dir" ; \ |
| 2151 | else \ |
| 2152 | to_dir="$(DistDir)"; \ |
| 2153 | fi; \ |
| 2154 | mid_dir=`echo "$$file" | sed -n -e 's#^\(.*\)/[^/]*$$#\1#p'`; \ |
| 2155 | if test -n "$$mid_dir" ; then \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2156 | $(MKDIR) "$$to_dir/$$mid_dir" || exit 1; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2157 | fi ; \ |
| 2158 | if test -d "$$from_dir/$$file"; then \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2159 | if test -d "$(PROJ_SRC_DIR)/$$file" && \ |
| 2160 | test "$$from_dir" != "$(PROJ_SRC_DIR)" ; then \ |
Reid Spencer | 45eeed9 | 2005-05-24 02:33:20 +0000 | [diff] [blame] | 2161 | cd $(PROJ_SRC_DIR) ; \ |
| 2162 | $(TAR) cf - $$file --exclude .svn --exclude CVS | \ |
| 2163 | ( cd $$to_dir ; $(TAR) xf - ) ; \ |
| 2164 | cd $(PROJ_OBJ_DIR) ; \ |
| 2165 | else \ |
| 2166 | cd $$from_dir ; \ |
| 2167 | $(TAR) cf - $$file --exclude .svn --exclude CVS | \ |
| 2168 | ( cd $$to_dir ; $(TAR) xf - ) ; \ |
| 2169 | cd $(PROJ_OBJ_DIR) ; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2170 | fi; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2171 | elif test -f "$$from_dir/$$file" ; then \ |
Reid Spencer | c371984 | 2004-12-16 18:26:53 +0000 | [diff] [blame] | 2172 | $(CP) -p "$$from_dir/$$file" "$(DistDir)/$$file" || exit 1; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2173 | elif test -L "$$from_dir/$$file" ; then \ |
Reid Spencer | c371984 | 2004-12-16 18:26:53 +0000 | [diff] [blame] | 2174 | $(CP) -pd "$$from_dir/$$file" $(DistDir)/$$file || exit 1; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2175 | elif echo "$(DistAlways)" | grep -v "$$file" >/dev/null ; then \ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2176 | $(EchoCmd) "===== WARNING: Distribution Source " \ |
| 2177 | "$$from_dir/$$file Not Found!" ; \ |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2178 | elif test "$(Verb)" != '@' ; then \ |
| 2179 | $(EchoCmd) "Skipping non-existent $$from_dir/$$file" ; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2180 | fi; \ |
| 2181 | done |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2182 | $(Verb) for subdir in $(DistSubDirs) ; do \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2183 | if test "$$subdir" \!= "." ; then \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2184 | new_distdir="$(DistDir)/$$subdir" ; \ |
Reid Spencer | e45ebfa | 2004-10-26 07:09:33 +0000 | [diff] [blame] | 2185 | test -d "$$new_distdir" || $(MKDIR) "$$new_distdir" || exit 1; \ |
Reid Spencer | 854071c | 2006-04-10 16:46:04 +0000 | [diff] [blame] | 2186 | ( cd $$subdir && $(MAKE) ENABLE_OPTIMIZED=1 \ |
Reid Spencer | bac3ca2 | 2006-04-07 16:06:18 +0000 | [diff] [blame] | 2187 | DistDir="$$new_distdir" distdir ) || exit 1; \ |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2188 | fi; \ |
| 2189 | done |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2190 | $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \ |
Reid Spencer | 45eeed9 | 2005-05-24 02:33:20 +0000 | [diff] [blame] | 2191 | $(EchoCmd) Eliminating CVS/.svn directories from distribution ; \ |
Chris Lattner | 77efe27 | 2006-02-14 04:27:15 +0000 | [diff] [blame] | 2192 | $(RM) -rf `find $(TopDistDir) -type d \( -name CVS -o \ |
| 2193 | -name .svn \) -print` ;\ |
Reid Spencer | 345235ca | 2004-12-04 22:34:09 +0000 | [diff] [blame] | 2194 | $(MAKE) dist-hook ; \ |
| 2195 | $(FIND) $(TopDistDir) -type d ! -perm -777 -exec chmod a+rwx {} \; \ |
| 2196 | -o ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; \ |
| 2197 | -o ! -type d ! -perm -400 -exec chmod a+r {} \; \ |
| 2198 | -o ! -type d ! -perm -444 -exec \ |
| 2199 | $(SHELL) $(INSTALL_SH) -c -m a+r {} {} \; \ |
| 2200 | || chmod -R a+r $(DistDir) ; \ |
| 2201 | fi |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2202 | |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2203 | # This is invoked by distdir target, define it as a no-op to avoid errors if not |
| 2204 | # defined by user. |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 2205 | dist-hook:: |
| 2206 | |
Reid Spencer | e53e397 | 2004-10-22 23:06:30 +0000 | [diff] [blame] | 2207 | endif |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 2208 | |
| 2209 | ############################################################################### |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 2210 | # TOP LEVEL - targets only to apply at the top level directory |
| 2211 | ############################################################################### |
| 2212 | |
| 2213 | ifeq ($(LEVEL),.) |
| 2214 | |
| 2215 | #------------------------------------------------------------------------ |
Reid Spencer | 9e8d54a | 2004-12-06 05:35:13 +0000 | [diff] [blame] | 2216 | # Install support for the project's include files: |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 2217 | #------------------------------------------------------------------------ |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 2218 | ifdef NO_INSTALL |
| 2219 | install-local:: |
| 2220 | $(Echo) Install circumvented with NO_INSTALL |
| 2221 | uninstall-local:: |
| 2222 | $(Echo) Uninstall circumvented with NO_INSTALL |
| 2223 | else |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 2224 | install-local:: |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2225 | $(Echo) Installing include files |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 2226 | $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_includedir) |
Reid Spencer | 4a0aaea | 2005-02-24 03:56:32 +0000 | [diff] [blame] | 2227 | $(Verb) if test -d "$(PROJ_SRC_ROOT)/include" ; then \ |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2228 | cd $(PROJ_SRC_ROOT)/include && \ |
NAKAMURA Takumi | 6716b8e | 2011-03-09 09:11:27 +0000 | [diff] [blame] | 2229 | for hdr in `find . -type f \ |
| 2230 | '(' -name LICENSE.TXT \ |
| 2231 | -o -name '*.def' \ |
| 2232 | -o -name '*.h' \ |
| 2233 | -o -name '*.inc' \ |
| 2234 | -o -name '*.td' \ |
| 2235 | ')' -print | grep -v CVS | \ |
Reid Spencer | 0522d8b | 2007-04-09 19:08:58 +0000 | [diff] [blame] | 2236 | grep -v .svn` ; do \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 2237 | instdir=`dirname "$(DESTDIR)$(PROJ_includedir)/$$hdr"` ; \ |
Reid Spencer | 4a0aaea | 2005-02-24 03:56:32 +0000 | [diff] [blame] | 2238 | if test \! -d "$$instdir" ; then \ |
| 2239 | $(EchoCmd) Making install directory $$instdir ; \ |
| 2240 | $(MKDIR) $$instdir ;\ |
| 2241 | fi ; \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 2242 | $(DataInstall) $$hdr $(DESTDIR)$(PROJ_includedir)/$$hdr ; \ |
Reid Spencer | 2edabc0 | 2005-02-16 15:54:03 +0000 | [diff] [blame] | 2243 | done ; \ |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 2244 | fi |
Reid Spencer | 443045a | 2005-12-23 22:27:56 +0000 | [diff] [blame] | 2245 | ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT)) |
Reid Spencer | 4a0aaea | 2005-02-24 03:56:32 +0000 | [diff] [blame] | 2246 | $(Verb) if test -d "$(PROJ_OBJ_ROOT)/include" ; then \ |
Reid Spencer | 2edabc0 | 2005-02-16 15:54:03 +0000 | [diff] [blame] | 2247 | cd $(PROJ_OBJ_ROOT)/include && \ |
NAKAMURA Takumi | 6716b8e | 2011-03-09 09:11:27 +0000 | [diff] [blame] | 2248 | for hdr in `find . -type f \ |
| 2249 | '(' -name LICENSE.TXT \ |
| 2250 | -o -name '*.def' \ |
| 2251 | -o -name '*.h' \ |
| 2252 | -o -name '*.inc' \ |
| 2253 | -o -name '*.td' \ |
| 2254 | ')' -print | grep -v CVS | \ |
| 2255 | grep -v .svn` ; do \ |
| 2256 | instdir=`dirname "$(DESTDIR)$(PROJ_includedir)/$$hdr"` ; \ |
| 2257 | if test \! -d "$$instdir" ; then \ |
| 2258 | $(EchoCmd) Making install directory $$instdir ; \ |
| 2259 | $(MKDIR) $$instdir ;\ |
| 2260 | fi ; \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 2261 | $(DataInstall) $$hdr $(DESTDIR)$(PROJ_includedir)/$$hdr ; \ |
Reid Spencer | 2edabc0 | 2005-02-16 15:54:03 +0000 | [diff] [blame] | 2262 | done ; \ |
Chris Lattner | ca94fa2 | 2005-02-09 02:24:00 +0000 | [diff] [blame] | 2263 | fi |
Reid Spencer | 443045a | 2005-12-23 22:27:56 +0000 | [diff] [blame] | 2264 | endif |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 2265 | |
| 2266 | uninstall-local:: |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2267 | $(Echo) Uninstalling include files |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2268 | $(Verb) if [ -d "$(PROJ_SRC_ROOT)/include" ] ; then \ |
| 2269 | cd $(PROJ_SRC_ROOT)/include && \ |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 2270 | $(RM) -f `find . -path '*/Internal' -prune -o '(' -type f \ |
Chris Lattner | c948064 | 2009-01-02 07:16:45 +0000 | [diff] [blame] | 2271 | '!' '(' -name '*~' -o -name '.#*' \ |
Chris Lattner | d25ad61 | 2006-02-14 04:25:54 +0000 | [diff] [blame] | 2272 | -o -name '*.in' ')' -print ')' | \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 2273 | grep -v CVS | sed 's#^#$(DESTDIR)$(PROJ_includedir)/#'` ; \ |
Chris Lattner | ca94fa2 | 2005-02-09 02:24:00 +0000 | [diff] [blame] | 2274 | cd $(PROJ_SRC_ROOT)/include && \ |
Chris Lattner | d25ad61 | 2006-02-14 04:25:54 +0000 | [diff] [blame] | 2275 | $(RM) -f `find . -path '*/Internal' -prune -o '(' -type f -name '*.in' \ |
Erick Tryzelaar | d4076cf | 2010-03-04 20:56:19 +0000 | [diff] [blame] | 2276 | -print ')' | sed 's#\.in$$##;s#^#$(DESTDIR)$(PROJ_includedir)/#'` ; \ |
Chris Lattner | ca94fa2 | 2005-02-09 02:24:00 +0000 | [diff] [blame] | 2277 | fi |
Reid Spencer | a2a31bf | 2007-02-06 18:53:14 +0000 | [diff] [blame] | 2278 | endif |
Reid Spencer | e5487ba | 2004-10-24 07:53:21 +0000 | [diff] [blame] | 2279 | endif |
| 2280 | |
Chris Lattner | 03840ac | 2007-04-14 23:35:45 +0000 | [diff] [blame] | 2281 | check-line-length: |
Gabor Greif | b1dbcd8 | 2008-05-15 10:04:30 +0000 | [diff] [blame] | 2282 | @echo searching for overlength lines in files: $(Sources) |
| 2283 | @echo |
| 2284 | @echo |
Gabor Greif | 5039a6f | 2008-08-28 22:32:39 +0000 | [diff] [blame] | 2285 | egrep -n '.{81}' $(Sources) /dev/null |
Chris Lattner | 03840ac | 2007-04-14 23:35:45 +0000 | [diff] [blame] | 2286 | |
Anton Korobeynikov | bed2946 | 2007-04-16 18:10:23 +0000 | [diff] [blame] | 2287 | check-for-tabs: |
Gabor Greif | b1dbcd8 | 2008-05-15 10:04:30 +0000 | [diff] [blame] | 2288 | @echo searching for tabs in files: $(Sources) |
| 2289 | @echo |
| 2290 | @echo |
Gabor Greif | 5039a6f | 2008-08-28 22:32:39 +0000 | [diff] [blame] | 2291 | egrep -n ' ' $(Sources) /dev/null |
Gabor Greif | b1dbcd8 | 2008-05-15 10:04:30 +0000 | [diff] [blame] | 2292 | |
Reid Spencer | 6548bf1 | 2007-05-02 21:29:39 +0000 | [diff] [blame] | 2293 | check-footprint: |
| 2294 | @ls -l $(LibDir) | awk '\ |
| 2295 | BEGIN { sum = 0; } \ |
| 2296 | { sum += $$5; } \ |
| 2297 | END { printf("Libraries: %6.3f MBytes\n", sum/(1024.0*1024.0)); }' |
| 2298 | @ls -l $(ToolDir) | awk '\ |
| 2299 | BEGIN { sum = 0; } \ |
| 2300 | { sum += $$5; } \ |
| 2301 | END { printf("Programs: %6.3f MBytes\n", sum/(1024.0*1024.0)); }' |
Reid Spencer | 4d71b66 | 2004-10-22 21:01:56 +0000 | [diff] [blame] | 2302 | #------------------------------------------------------------------------ |
| 2303 | # Print out the directories used for building |
Reid Spencer | cc2d1e2 | 2004-10-30 09:19:36 +0000 | [diff] [blame] | 2304 | #------------------------------------------------------------------------ |
Reid Spencer | 3a561f5 | 2004-10-23 20:04:14 +0000 | [diff] [blame] | 2305 | printvars:: |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2306 | $(Echo) "BuildMode : " '$(BuildMode)' |
| 2307 | $(Echo) "PROJ_SRC_ROOT: " '$(PROJ_SRC_ROOT)' |
| 2308 | $(Echo) "PROJ_SRC_DIR : " '$(PROJ_SRC_DIR)' |
| 2309 | $(Echo) "PROJ_OBJ_ROOT: " '$(PROJ_OBJ_ROOT)' |
| 2310 | $(Echo) "PROJ_OBJ_DIR : " '$(PROJ_OBJ_DIR)' |
| 2311 | $(Echo) "LLVM_SRC_ROOT: " '$(LLVM_SRC_ROOT)' |
| 2312 | $(Echo) "LLVM_OBJ_ROOT: " '$(LLVM_OBJ_ROOT)' |
| 2313 | $(Echo) "PROJ_prefix : " '$(PROJ_prefix)' |
Bob Wilson | ae7e2a4 | 2011-11-28 07:59:52 +0000 | [diff] [blame] | 2314 | $(Echo) "PROJ_internal_prefix : " '$(PROJ_internal_prefix)' |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2315 | $(Echo) "PROJ_bindir : " '$(PROJ_bindir)' |
| 2316 | $(Echo) "PROJ_libdir : " '$(PROJ_libdir)' |
| 2317 | $(Echo) "PROJ_etcdir : " '$(PROJ_etcdir)' |
Reid Spencer | 1a9a69c | 2005-02-16 16:13:02 +0000 | [diff] [blame] | 2318 | $(Echo) "PROJ_includedir : " '$(PROJ_includedir)' |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2319 | $(Echo) "UserTargets : " '$(UserTargets)' |
| 2320 | $(Echo) "ObjMakefiles : " '$(ObjMakefiles)' |
| 2321 | $(Echo) "SrcMakefiles : " '$(SrcMakefiles)' |
| 2322 | $(Echo) "ObjDir : " '$(ObjDir)' |
| 2323 | $(Echo) "LibDir : " '$(LibDir)' |
| 2324 | $(Echo) "ToolDir : " '$(ToolDir)' |
| 2325 | $(Echo) "ExmplDir : " '$(ExmplDir)' |
| 2326 | $(Echo) "Sources : " '$(Sources)' |
| 2327 | $(Echo) "TDFiles : " '$(TDFiles)' |
| 2328 | $(Echo) "INCFiles : " '$(INCFiles)' |
| 2329 | $(Echo) "INCTMPFiles : " '$(INCTMPFiles)' |
Reid Spencer | e0acb76 | 2005-03-01 16:27:06 +0000 | [diff] [blame] | 2330 | $(Echo) "PreConditions: " '$(PreConditions)' |
Reid Spencer | 11fde54 | 2005-01-16 02:20:54 +0000 | [diff] [blame] | 2331 | $(Echo) "Compile.CXX : " '$(Compile.CXX)' |
| 2332 | $(Echo) "Compile.C : " '$(Compile.C)' |
| 2333 | $(Echo) "Archive : " '$(Archive)' |
| 2334 | $(Echo) "YaccFiles : " '$(YaccFiles)' |
| 2335 | $(Echo) "LexFiles : " '$(LexFiles)' |
| 2336 | $(Echo) "Module : " '$(Module)' |
Reid Spencer | 755bcf0 | 2005-08-24 10:43:10 +0000 | [diff] [blame] | 2337 | $(Echo) "FilesToConfig: " '$(FilesToConfigPATH)' |
Reid Spencer | f9f431c | 2006-04-09 23:41:14 +0000 | [diff] [blame] | 2338 | $(Echo) "SubDirs : " '$(SubDirs)' |
Reid Spencer | 8475ec0 | 2007-03-29 19:05:44 +0000 | [diff] [blame] | 2339 | $(Echo) "ProjLibsPaths: " '$(ProjLibsPaths)' |
| 2340 | $(Echo) "ProjLibsOptions: " '$(ProjLibsOptions)' |
Daniel Dunbar | 92acef0 | 2009-02-21 20:42:39 +0000 | [diff] [blame] | 2341 | |
| 2342 | ### |
| 2343 | # Debugging |
| 2344 | |
Daniel Dunbar | 3c89812 | 2009-03-06 22:23:25 +0000 | [diff] [blame] | 2345 | # General debugging rule, use 'make dbg-print-XXX' to print the |
Daniel Dunbar | 92acef0 | 2009-02-21 20:42:39 +0000 | [diff] [blame] | 2346 | # definition, value and origin of XXX. |
Daniel Dunbar | 3c89812 | 2009-03-06 22:23:25 +0000 | [diff] [blame] | 2347 | make-print-%: |
Daniel Dunbar | 92acef0 | 2009-02-21 20:42:39 +0000 | [diff] [blame] | 2348 | $(error PRINT: $(value $*) = "$($*)" (from $(origin $*))) |