summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-07-19add menuselect_stub.c to deps listRussell Bryant
2006-07-15add comments on what special variables are forKevin P. Fleming
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...Kevin P. Fleming
2006-07-12revert this change for now since it isn't working correctly and there are moreRussell Bryant
2006-07-12add "update" to the list of targets to ignore various included files for andRussell Bryant
2006-07-12don't let make run configure or menuselect if the target is eitherRussell Bryant
2006-07-07remove the use of -Wno-pointer-sign. Asterisk now builds without any of theseRussell Bryant
2006-07-07small cleanupKevin P. Fleming
2006-07-07various minor fixesKevin P. Fleming
2006-07-06dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.ccRussell Bryant
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...Kevin P. Fleming
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-01fix removing autoconfig.h on distclean (issue #7439, casper)Russell Bryant
2006-07-01swap distclean and dist-clean, since distclean is more commonly used ...Russell Bryant
2006-07-01remove build_tools/menuselelct-deps on distcleanRussell Bryant
2006-07-01don't specify this include in the menuselect Makefile, because asterisk-addonsRussell Bryant
2006-07-01more pickynessRussell Bryant
2006-07-01change bracket style because i'm pickyRussell Bryant
2006-07-01menuselect doesn't pull strcompat.o from asterisk anymoreRussell Bryant
2006-06-29Merged revisions 36290 via svnmerge from Tilghman Lesher
2006-06-28?= just checks to see if a variable is not yet defined. If MENUSELECT_CFLAGSRussell Bryant
2006-06-28slight change to pulling out the MENUSELECT_CFLAGS from the user and globalRussell Bryant
2006-06-28remove an extra commaRussell Bryant
2006-06-28remove the two uses of the $(or ...) function since it is only supported byRussell Bryant
2006-06-28allow menuselect to be a symlink to a checkoutRussell Bryant
2006-06-28fix the case where menuselect.makeopts is getting generated in the same run ofRussell Bryant
2006-06-27menuselect writes both menuselect.makeopts and menuselect.makedeps at once, m...Jeffrey C. Ollie
2006-06-26don't let the Makefile blow up in menuselect.makeopts is present butRussell Bryant
2006-06-26simplify special rule for channel.oKevin P. Fleming
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-24fix dist-clean and add menuselect to the clean target, tooRussell Bryant
2006-06-24add dependency on menuselect's version of linkedlists.h, list menuselect asRussell Bryant
2006-06-23merge changes to get menuselect using svn:externalsRussell Bryant
2006-06-23remove any generated doxygen docs during distcleanKevin P. Fleming
2006-06-23remove the autom4te.cache dir on a "make distclean" and add distclean to theRussell Bryant
2006-06-22actually allow all of the sub directories to be built when running "make", oopsRussell Bryant
2006-06-22add a couple more targets to .PHONYRussell Bryant
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22use separate targets instead of for loops to process sub directories for theRussell Bryant
2006-06-22get rid of another annoying stray space in the gcc commandsRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22clean up a little mess I created by using the 'or' function instead of gross Russell Bryant
2006-06-22use a slightly different, but equivalent way of setting the Russell Bryant
2006-06-22instead of using a for loop to call 'make install' on each subdirectory, useRussell Bryant
2006-06-22instead of using a for loop to call make on each subdirectory, use a target forRussell Bryant
2006-06-22nothing to see here ...Russell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant