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