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