search for: prdirs

Displaying 3 results from an estimated 3 matches for "prdirs".

Did you mean: pdirs
2004 Oct 22
6
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
...DIR) to simplify it. This is where object files should go. * $(LIBDIR) is where libraries should go * $(TOOLDIR) is where tools (executables) should go * VERBOSE=1 mode is now even quieter (a few rules were missing $(VERB) * Build messages have been corrected and made more indicative * The "prdirs" target has been replaced with the "printvars" target which prints values for interesting make variables, not just the directories. Brian: I've emailed your one Makefile change that you need to use in WholeReoptimizer library after you take the Makefile.rules update. Alkis:...
2004 Oct 22
0
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
...gt; where object files should go. > * $(LIBDIR) is where libraries should go > * $(TOOLDIR) is where tools (executables) should go > * VERBOSE=1 mode is now even quieter (a few rules were missing $(VERB) > * Build messages have been corrected and made more indicative > * The "prdirs" target has been replaced with the "printvars" target which > prints values for interesting make variables, not just the directories. > > Brian: I've emailed your one Makefile change that you need to use in > WholeReoptimizer library after you take the Makefile.ru...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...rk all of these targets as phony. This will hopefully speed up builds > -# slightly since GNU Make will not try to find implicit rules for targets > -# which are marked as Phony. > -# > -ALL_TARGETS= all dynamic bytecodelib install-bytecode-library clean distclean install test bytecode prdirs > -.PHONY: $(ALL_TARGETS) preconditions > +#-------------------------------------------------------------------- > +# Make sure all the user-target rules are double colon rules and that > +# the preconditions are run first. > +#--------------------------------------------------------...