Commit Graph

364 Commits (05d1de6a1c811735c61ca4932db64a3efe7f6d39)

Author SHA1 Message Date
Kevin P. Fleming b601ff0a3e small cleanup
20 years ago
Kevin P. Fleming bc9ed9f5c4 various minor fixes
20 years ago
Russell Bryant 0b91c08045 dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.cc
20 years ago
Kevin P. Fleming 4f826452cf make the build output less noisy (optional, can be controlled by the NOISY_BUILD variable in the top-level Makefile)
20 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
20 years ago
Russell Bryant f54bef6dff fix removing autoconfig.h on distclean (issue #7439, casper)
20 years ago
Russell Bryant 9bc3976204 swap distclean and dist-clean, since distclean is more commonly used ...
20 years ago
Russell Bryant 5dceb817e6 remove build_tools/menuselelct-deps on distclean
20 years ago
Russell Bryant b2f5334746 don't specify this include in the menuselect Makefile, because asterisk-addons
20 years ago
Russell Bryant eba0e6731f more pickyness
20 years ago
Russell Bryant 63e4f53ee5 change bracket style because i'm picky
20 years ago
Russell Bryant 03f2685c76 menuselect doesn't pull strcompat.o from asterisk anymore
20 years ago
Tilghman Lesher 459b7e25bc Merged revisions 36290 via svnmerge from
20 years ago
Russell Bryant 0f875c3664 ?= just checks to see if a variable is not yet defined. If MENUSELECT_CFLAGS
20 years ago
Russell Bryant ecab03293c slight change to pulling out the MENUSELECT_CFLAGS from the user and global
20 years ago
Russell Bryant d17026e670 remove an extra comma
20 years ago
Russell Bryant c248b690e4 remove the two uses of the $(or ...) function since it is only supported by
20 years ago
Russell Bryant 9d61f19cee allow menuselect to be a symlink to a checkout
20 years ago
Russell Bryant 9aa1432b46 fix the case where menuselect.makeopts is getting generated in the same run of
20 years ago
Jeffrey C. Ollie 5e2ccc9821 menuselect writes both menuselect.makeopts and menuselect.makedeps at once, make sure that the Makefile knows about that.
20 years ago
Russell Bryant 4b64399cc6 don't let the Makefile blow up in menuselect.makeopts is present but
20 years ago
Kevin P. Fleming 67ea3b2d22 simplify special rule for channel.o
20 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
20 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
20 years ago
Russell Bryant 2e9099934b fix dist-clean and add menuselect to the clean target, too
20 years ago
Russell Bryant b38f45a458 add dependency on menuselect's version of linkedlists.h, list menuselect as
20 years ago
Russell Bryant cdbb0e2bf7 merge changes to get menuselect using svn:externals
20 years ago
Kevin P. Fleming 2f238654de remove any generated doxygen docs during distclean
20 years ago
Russell Bryant 93c833e5d0 remove the autom4te.cache dir on a "make distclean" and add distclean to the
20 years ago
Russell Bryant cad05d819b actually allow all of the sub directories to be built when running "make", oops
20 years ago
Russell Bryant e807ea95ab add a couple more targets to .PHONY
20 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
20 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
20 years ago
Russell Bryant c95e633c8a use separate targets instead of for loops to process sub directories for the
20 years ago
Russell Bryant 5ed2edeac4 get rid of another annoying stray space in the gcc commands
20 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
20 years ago
Russell Bryant dbfa007d8a clean up a little mess I created by using the 'or' function instead of gross
20 years ago
Russell Bryant e217604a44 use a slightly different, but equivalent way of setting the
20 years ago
Russell Bryant ad721dc2c1 instead of using a for loop to call 'make install' on each subdirectory, use
20 years ago
Russell Bryant be0d611984 instead of using a for loop to call make on each subdirectory, use a target for
20 years ago
Russell Bryant ce76568c52 nothing to see here ...
20 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
20 years ago
Russell Bryant f601dd80fa use $(FIND) and $(LN) from configure
20 years ago
Russell Bryant ac8bd0f0c0 use $(BASENAME) set by configure
20 years ago
Russell Bryant 8686c659a6 $(INSTALL) is determined by configure and set in the makeopts file
20 years ago
Russell Bryant c260301476 - use $(CC) instead of gcc when building testexpr2
20 years ago
Kevin P. Fleming 487adb43e2 various cleanups, remove support for CVS checkouts
20 years ago
Russell Bryant 9843e16df2 there is no reason to build and link stdtime/libtime.a because we already
20 years ago
Joshua Colp eb5af4b1f3 Fix adsi target in main Makefile and check a variable properly (issue #7369 reported by casper)
20 years ago
Kevin P. Fleming bc49d5bfb3 moh files will now be distributed in native format, not mp3, so...
20 years ago