Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
87b5101248ad861db5298aad8ceb3a7e407707c5
/
Makefile
87b5101
Document build order dependencies. Make sure that llvm-config is built before
by Chris Lattner
· 18 years ago
f7c75a6
Add .PHONY targets for building source and binary RPM packages. You can
by Reid Spencer
· 18 years ago
5720be4
Revamp this to use filter-out, which makes the logic simpler and not nested.
by Chris Lattner
· 18 years ago
22033b2
More of PR728, don't install utils either.
by Chris Lattner
· 18 years ago
936cd54
Part of PR728, don't install examples or projects.
by Chris Lattner
· 18 years ago
5b30ee1
Make a shorthand target for running the llvm2cpp test suite. This test
by Reid Spencer
· 18 years ago
dd1aac3
Make some changes suggested by Chris:
by Reid Spencer
· 18 years ago
0c82def
Include the win32 and Xcode directories in the distribution.
by Reid Spencer
· 19 years ago
06a801a
Fix recursion:
by Reid Spencer
· 19 years ago
8dfb3e5
Don't build projects/examples if libs-only was specified.
by Reid Spencer
· 19 years ago
30ea2fa
Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value
by Reid Spencer
· 19 years ago
38ab6d8
THis -> This
by Chris Lattner
· 19 years ago
e22f3c0
For PR723:
by Reid Spencer
· 19 years ago
93bc3cd
Avoid building the runtime libraries if llvm-gcc version 4 is detected.
by Reid Spencer
· 19 years ago
ca739c6
For PR614:
by Reid Spencer
· 19 years ago
085ae94
Make sure the tools get built if no build target is specified.
by Reid Spencer
· 19 years ago
8b1f767
Add a "libs-only" target for avoiding construction of the tools and
by Reid Spencer
· 19 years ago
45eeed9
Two dist-check related changes:
by Reid Spencer
· 19 years ago
0fa2c54
Remove the check target. Its now in Makefile.rules
by Reid Spencer
· 20 years ago
d5aaba1
CVS directory elimination moved to Makefile.rules
by Reid Spencer
· 20 years ago
9f97b4c
Made it default to check instead of check-dejagnu.
by Tanya Lattner
· 20 years ago
642d102
check is now a single colon rule. Also make it default to running dejagnu instead of qmtest
by Chris Lattner
· 20 years ago
513b921
Add "docs" as a descendable directory (at the end)
by Reid Spencer
· 20 years ago
df561f4
Add a convenience target to build all three modes: Debug, Release, Profile
by Reid Spencer
· 20 years ago
440add2
Move path override in test/Makefile.
by Alkis Evlogimenos
· 20 years ago
a43efac
Override PATH to submake so that all tools are found if the PATH is
by Alkis Evlogimenos
· 20 years ago
fd93c7d
Removed passing TARGET.
by Tanya Lattner
· 20 years ago
491e9cd
Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags.
by Tanya Lattner
· 20 years ago
92c0d65
Minor error.
by Tanya Lattner
· 20 years ago
38ed80a
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite
by Tanya Lattner
· 20 years ago
7a7cb4c
Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash.
by Tanya Lattner
· 20 years ago
cc2d1e2
Internalize variable names to prevent recursive assignment. Cleanup docs.
by Reid Spencer
· 20 years ago
90c2949
Reduce the number of EXTRA_DIST files since Makefile.rules now handles the
by Reid Spencer
· 20 years ago
151f8ba
New Makefile Features:
by Reid Spencer
· 20 years ago
746aa1a
Move top level rules for tags and installing headers to Makefile.rules
by Reid Spencer
· 20 years ago
794cbc2
Changed the distclean target to handle the new location of config.h.
by John Criswell
· 20 years ago
f13562f
Add lib/System ahead of lib/Support in case there are operating system issues.
by Reid Spencer
· 20 years ago
5f28539
Include the "examples" directory as optional.
by Reid Spencer
· 20 years ago
129f6cf
etags isn't portable at all. Make it not run by default. If you still
by Chris Lattner
· 20 years ago
431c876
Change tags rule to pipe output from find through etags command so that it
by Reid Spencer
· 20 years ago
4f840ed
Change the install-includes target to completely ignore the llvm/Internal
by Reid Spencer
· 20 years ago
6d5ab86
Standardize header comments of top-level Makefiles.
by Misha Brukman
· 21 years ago
d994db0
As a part of the bootstrapping process, the top-level tools-only target
by Brian Gaeke
· 21 years ago
89409b6
Should fix pr220 - "make install" doesn't install header files when
by Brian Gaeke
· 21 years ago
6c09696
Fix bug in installation process: MKDIR must respect DESTDIR.
by Brian Gaeke
· 21 years ago
5993223
Remove rules for autoconf'ing files from top-level Makefile
by Brian Gaeke
· 21 years ago
6a8c290
Revised version of a patch for PR222 that works with my version of gmake.
by Chris Lattner
· 21 years ago
9cf662b
Apply Michael Kahl's patch to fix the 'make tools-only' target when OBJDIR != SRCDIR.
by Chris Lattner
· 21 years ago
6fdaf4a
Move support for building tags database from Makefile.rules to Makefile, because
by Brian Gaeke
· 21 years ago
67afaa1
Part 2 of DESTDIR support
by Brian Gaeke
· 21 years ago
f292021
Simplify configure rules. (I don't know if anyone else cares...)
by Brian Gaeke
· 21 years ago
265f0ec
Support 'make install' for LLVM include files.
by Brian Gaeke
· 21 years ago
c536545
Add tools-only target, for bootstrapping the C/C++ front end.
by Brian Gaeke
· 21 years ago
e488e93
Added LLVM copyright notice to Makefiles.
by John Criswell
· 21 years ago
b68e334
I really meant to use that AUTOHEADER variable I put in there.
by Brian Gaeke
· 21 years ago
e9b5090
Add rule for regenerating config.h.in using autoheader.
by Brian Gaeke
· 21 years ago
7528343
Add target to regenerate top-level "configure" script.
by Brian Gaeke
· 21 years ago
091bbba
Revert back to keeping Burg and TableGen in the utils directory
by Chris Lattner
· 21 years ago
4e07978
Moved llvm/lib/Support to llvm/support/lib/Support.
by John Criswell
· 21 years ago
52cc7e2
build the new runtime directory
by Chris Lattner
· 21 years ago
d741bcf
Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of
by John Criswell
· 21 years ago
8bff509
Modified Makefile.common to handle compilation of projects inside and outside
by John Criswell
· 21 years ago
737ae6e
Make sure to build lib/Support before the utilities, then use the new
by Chris Lattner
· 22 years ago
ea4b0b2
Build burg tree
by Chris Lattner
· 22 years ago
0095054
Initial revision
by Chris Lattner
· 23 years ago