aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-1/+1
2006-07-12revert this change for now since it isn't working correctly and there are morerussell1-8/+0
2006-07-12add "update" to the list of targets to ignore various included files for andrussell1-4/+4
2006-07-12don't let make run configure or menuselect if the target is eitherrussell1-0/+8
2006-07-07remove the use of -Wno-pointer-sign. Asterisk now builds without any of theserussell1-3/+0
2006-07-07small cleanupkpfleming1-1/+1
2006-07-07various minor fixeskpfleming1-1/+1
2006-07-06dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.ccrussell1-1/+1
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-6/+12
2006-07-06move rules file to prepare for generic rules filekpfleming1-4/+4
2006-07-01fix removing autoconfig.h on distclean (issue #7439, casper)russell1-1/+1
2006-07-01swap distclean and dist-clean, since distclean is more commonly used ...russell1-2/+2
2006-07-01remove build_tools/menuselelct-deps on distcleanrussell1-0/+1
2006-07-01don't specify this include in the menuselect Makefile, because asterisk-addonsrussell1-1/+1
2006-07-01more pickynessrussell1-1/+1
2006-07-01change bracket style because i'm pickyrussell1-1/+1
2006-07-01menuselect doesn't pull strcompat.o from asterisk anymorerussell1-2/+1
2006-06-29Merged revisions 36290 via svnmerge from tilghman1-11/+11
2006-06-28?= just checks to see if a variable is not yet defined. If MENUSELECT_CFLAGSrussell1-1/+3
2006-06-28slight change to pulling out the MENUSELECT_CFLAGS from the user and globalrussell1-2/+5
2006-06-28remove an extra commarussell1-1/+1
2006-06-28remove the two uses of the $(or ...) function since it is only supported byrussell1-2/+3
2006-06-28allow menuselect to be a symlink to a checkoutrussell1-1/+1
2006-06-28fix the case where menuselect.makeopts is getting generated in the same run ofrussell1-0/+4
2006-06-27menuselect writes both menuselect.makeopts and menuselect.makedeps at once, m...jcollie1-5/+2
2006-06-26don't let the Makefile blow up in menuselect.makeopts is present butrussell1-0/+3
2006-06-26simplify special rule for channel.okpfleming1-2/+1
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-2/+2
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-7/+8
2006-06-24fix dist-clean and add menuselect to the clean target, toorussell1-1/+2
2006-06-24add dependency on menuselect's version of linkedlists.h, list menuselect asrussell1-2/+2
2006-06-23merge changes to get menuselect using svn:externalsrussell1-6/+6
2006-06-23remove any generated doxygen docs during distcleankpfleming1-0/+1
2006-06-23remove the autom4te.cache dir on a "make distclean" and add distclean to therussell1-1/+2
2006-06-22actually allow all of the sub directories to be built when running "make", oopsrussell1-1/+1
2006-06-22add a couple more targets to .PHONYrussell1-1/+1
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-8/+9
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-6/+13
2006-06-22use separate targets instead of for loops to process sub directories for therussell1-14/+20
2006-06-22get rid of another annoying stray space in the gcc commandsrussell1-0/+2
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22clean up a little mess I created by using the 'or' function instead of gross russell1-8/+1
2006-06-22use a slightly different, but equivalent way of setting the russell1-1/+1
2006-06-22instead of using a for loop to call 'make install' on each subdirectory, userussell1-3/+4
2006-06-22instead of using a for loop to call make on each subdirectory, use a target forrussell1-5/+6
2006-06-22nothing to see here ...russell1-1/+0
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-1/+2
2006-06-22use $(FIND) and $(LN) from configurerussell1-11/+11
2006-06-22use $(BASENAME) set by configurerussell1-5/+5
2006-06-20$(INSTALL) is determined by configure and set in the makeopts filerussell1-2/+0