Commit Graph

404 Commits (3d742b51eff5a01cb03806c9d6be81d593175fb0)

Author SHA1 Message Date
Russell Bryant 63e4f53ee5 change bracket style because i'm picky
19 years ago
Russell Bryant 03f2685c76 menuselect doesn't pull strcompat.o from asterisk anymore
19 years ago
Tilghman Lesher 459b7e25bc Merged revisions 36290 via svnmerge from
19 years ago
Russell Bryant 0f875c3664 ?= just checks to see if a variable is not yet defined. If MENUSELECT_CFLAGS
19 years ago
Russell Bryant ecab03293c slight change to pulling out the MENUSELECT_CFLAGS from the user and global
19 years ago
Russell Bryant d17026e670 remove an extra comma
19 years ago
Russell Bryant c248b690e4 remove the two uses of the $(or ...) function since it is only supported by
19 years ago
Russell Bryant 9d61f19cee allow menuselect to be a symlink to a checkout
19 years ago
Russell Bryant 9aa1432b46 fix the case where menuselect.makeopts is getting generated in the same run of
19 years ago
Jeffrey C. Ollie 5e2ccc9821 menuselect writes both menuselect.makeopts and menuselect.makedeps at once, make sure that the Makefile knows about that.
19 years ago
Russell Bryant 4b64399cc6 don't let the Makefile blow up in menuselect.makeopts is present but
19 years ago
Kevin P. Fleming 67ea3b2d22 simplify special rule for channel.o
19 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
19 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>)
19 years ago
Russell Bryant 2e9099934b fix dist-clean and add menuselect to the clean target, too
19 years ago
Russell Bryant b38f45a458 add dependency on menuselect's version of linkedlists.h, list menuselect as
19 years ago
Russell Bryant cdbb0e2bf7 merge changes to get menuselect using svn:externals
19 years ago
Kevin P. Fleming 2f238654de remove any generated doxygen docs during distclean
19 years ago
Russell Bryant 93c833e5d0 remove the autom4te.cache dir on a "make distclean" and add distclean to the
19 years ago
Russell Bryant cad05d819b actually allow all of the sub directories to be built when running "make", oops
19 years ago
Russell Bryant e807ea95ab add a couple more targets to .PHONY
19 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
19 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
19 years ago
Russell Bryant c95e633c8a use separate targets instead of for loops to process sub directories for the
19 years ago
Russell Bryant 5ed2edeac4 get rid of another annoying stray space in the gcc commands
19 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
19 years ago
Russell Bryant dbfa007d8a clean up a little mess I created by using the 'or' function instead of gross
19 years ago
Russell Bryant e217604a44 use a slightly different, but equivalent way of setting the
19 years ago
Russell Bryant ad721dc2c1 instead of using a for loop to call 'make install' on each subdirectory, use
19 years ago
Russell Bryant be0d611984 instead of using a for loop to call make on each subdirectory, use a target for
19 years ago
Russell Bryant ce76568c52 nothing to see here ...
19 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
19 years ago
Russell Bryant f601dd80fa use $(FIND) and $(LN) from configure
19 years ago
Russell Bryant ac8bd0f0c0 use $(BASENAME) set by configure
19 years ago
Russell Bryant 8686c659a6 $(INSTALL) is determined by configure and set in the makeopts file
19 years ago
Russell Bryant c260301476 - use $(CC) instead of gcc when building testexpr2
19 years ago
Kevin P. Fleming 487adb43e2 various cleanups, remove support for CVS checkouts
19 years ago
Russell Bryant 9843e16df2 there is no reason to build and link stdtime/libtime.a because we already
19 years ago
Joshua Colp eb5af4b1f3 Fix adsi target in main Makefile and check a variable properly (issue #7369 reported by casper)
19 years ago
Kevin P. Fleming bc49d5bfb3 moh files will now be distributed in native format, not mp3, so...
19 years ago
Kevin P. Fleming 34cf2c13b8 don't force the sounds to download... only when needed
19 years ago
Kevin P. Fleming 0dd82bc6f1 woo-hoo, now it knows how to download the sound packages... doesn't install them yet though
19 years ago
Kevin P. Fleming 274ce731e2 move autoconfig.h to the include/asterisk directory so it will get installed
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 06b381a54d add the ability to do the same thing as "make dont-optimize" by enabling the
19 years ago
Kevin P. Fleming b34e3d09ab begin adding support for new sound packages
19 years ago
Russell Bryant e21181dbd4 - add slav, zoa, and royk to the CREDITS for the generic jitterbuffer
19 years ago
Russell Bryant d1dfe22397 fix the problem where defaults.h is missing after a forced make clean in a
19 years ago
Russell Bryant bb7dd96cfe Add support for using a jitterbuffer for RTP on bridged calls. This includes
19 years ago
Russell Bryant 1e61ba6699 restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)
19 years ago
Russell Bryant ebe974e9e4 defaults.h must be listed as a dependency after the cleantest because if it
19 years ago
Russell Bryant 8029c58409 there is no reason to explicity specify -fomit-frame-pointer when building with
19 years ago
Russell Bryant 9993d14f86 add support for more refined ability to set install paths using the standard
19 years ago
Russell Bryant 808f26a24d fix file dependency generation so that the resulting files in the subdirectories
19 years ago
Russell Bryant a3ed43f0dc Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be
19 years ago
Russell Bryant cec3a958e4 remove some stuff handled by configure and menuselect
19 years ago
Russell Bryant 2062ab078e remove unnecessary INCLUDE variable which was currently added to ASTCFLAGS
19 years ago
Russell Bryant ad8ff708de fix the build with astmm (issue #7139)
19 years ago
Russell Bryant 8a390e342a use config.status instead of include/autoconfig.h as the dependency
19 years ago
Kevin P. Fleming 76347c8d31 various minor cleanups
19 years ago
Russell Bryant 1a8f3dd2d2 forcing a dist-clean in the cleantest was a bad idea. Just change the script
19 years ago
Russell Bryant 7c6766e67b remove a trailing tab ... now this Makefile is perfect
19 years ago
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
19 years ago
Russell Bryant a1aefcd03d suppress the output from generating defaults.h and versions.h, as well as
19 years ago
Luigi Rizzo 16ee7c509c add missing rule
19 years ago
Kevin P. Fleming f429105aae remove rule for running bootstrap, it's only safe to run it manually now
19 years ago
Kevin P. Fleming 0569481a5a don't build strcompat for menuselect except on Solaris
19 years ago
Russell Bryant 962d53732a make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come before
19 years ago
Kevin P. Fleming 123134de11 make Makefile slightly less noisy
19 years ago
Russell Bryant 684df59844 add smarter checking for termcap support, which fixes a build problem when
19 years ago
Kevin P. Fleming 65fed8480b use a file that configure will _always_ regenerate as the trigger for running the script
19 years ago
Russell Bryant f2e3d8279d add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iinclude
19 years ago
Kevin P. Fleming a4e7ae1537 don't let make use implicit rules for bison/flex output files
19 years ago
Russell Bryant 272de2c394 add support for installing other init scripts, other than just the redhat
19 years ago
Russell Bryant 5c63335486 allow for a non-optimized build that does not get installed
19 years ago
Kevin P. Fleming d7aead737d Merged revisions 23673 via svnmerge from
19 years ago
Kevin P. Fleming 44c5e823e6 Merged revisions 23638 via svnmerge from
19 years ago
Kevin P. Fleming 1a979290a0 Merged revisions 23636 via svnmerge from
19 years ago
Kevin P. Fleming 7343d311f1 simplify CFLAGS handling for subdirectories
19 years ago
Luigi Rizzo 2dd3d523d3 when compiling ast_expr2 from utils/ the current directory
19 years ago
Russell Bryant 9109371f7d use the INSTALL variable instead of "install" directly
19 years ago
Kevin P. Fleming 379e426b25 Merged revisions 23305 via svnmerge from
19 years ago
Russell Bryant e5b5dce811 support "make distclean" as well as "make dist-clean" for the picky people
19 years ago
Russell Bryant 7918a7a1fd another little Solaris fix, unset LIBS before building libmxml
19 years ago
Russell Bryant 5267a6e6a2 menuselect needs strcompat.o for strsep on Solaris
19 years ago
Russell Bryant 72f2bf8135 add a note indicating that you can press 'h' for help
19 years ago
Russell Bryant d255a98243 fix kevin's silly typos
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Joshua Colp 5c05128777 Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir patch by north)
19 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
19 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
19 years ago
Kevin P. Fleming 677347edab Merged revisions 19353 via svnmerge from
19 years ago
Olle Johansson 255e77ae6e Issue #6580 - Unify directory definitions to one section of Makefile (casper)
19 years ago
Russell Bryant 87b1cf5618 various cleanups to the Makefile
19 years ago
Olle Johansson 2efcfc1549 Issue #6610 - build on Intel Mac
19 years ago
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
19 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
19 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
19 years ago
Luigi Rizzo dde76c531c Replace ast_say_* functionn with function pointers, so that modules
19 years ago
Tilghman Lesher 21a8d15be4 Merged revisions 11715 via svnmerge from
20 years ago