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