aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-05-19there is no reason to explicity specify -fomit-frame-pointer when building withrussell1-3/+0
2006-05-19add support for more refined ability to set install paths using the standardrussell1-34/+20
2006-05-18fix file dependency generation so that the resulting files in the subdirectoriesrussell1-2/+4
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-8/+5
2006-05-13remove some stuff handled by configure and menuselectrussell1-29/+0
2006-05-13remove unnecessary INCLUDE variable which was currently added to ASTCFLAGSrussell1-6/+4
2006-05-11fix the build with astmm (issue #7139)russell1-1/+1
2006-05-11use config.status instead of include/autoconfig.h as the dependencyrussell1-1/+1
2006-05-11various minor cleanupskpfleming1-26/+12
2006-05-11forcing a dist-clean in the cleantest was a bad idea. Just change the scriptrussell1-1/+1
2006-05-11remove a trailing tab ... now this Makefile is perfectrussell1-1/+1
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header filerussell1-7/+14
2006-05-10suppress the output from generating defaults.h and versions.h, as well asrussell1-7/+7
2006-05-10add missing rulerizzo1-1/+1
2006-05-09remove rule for running bootstrap, it's only safe to run it manually nowkpfleming1-3/+0
2006-05-09don't build strcompat for menuselect except on Solariskpfleming1-1/+2
2006-05-08make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come beforerussell1-4/+4
2006-05-08make Makefile slightly less noisykpfleming1-7/+7
2006-05-08add smarter checking for termcap support, which fixes a build problem whenrussell1-4/+4
2006-05-08use a file that configure will _always_ regenerate as the trigger for running...kpfleming1-2/+2
2006-05-08add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iincluderussell1-1/+1
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming1-2/+2
2006-05-05add support for installing other init scripts, other than just the redhatrussell1-6/+24
2006-05-02allow for a non-optimized build that does not get installedrussell1-1/+1
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-2/+2
2006-04-30Merged revisions 23638 via svnmerge from kpfleming1-2/+2
2006-04-30Merged revisions 23636 via svnmerge from kpfleming1-1/+0
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-5/+5
2006-04-30when compiling ast_expr2 from utils/ the current directoryrizzo1-1/+1
2006-04-30use the INSTALL variable instead of "install" directlyrussell1-1/+1
2006-04-29Merged revisions 23305 via svnmerge from kpfleming1-24/+26
2006-04-28support "make distclean" as well as "make dist-clean" for the picky peoplerussell1-0/+2
2006-04-25another little Solaris fix, unset LIBS before building libmxmlrussell1-1/+1
2006-04-25menuselect needs strcompat.o for strsep on Solarisrussell1-1/+1
2006-04-24add a note indicating that you can press 'h' for helprussell1-1/+1
2006-04-24fix kevin's silly typosrussell1-2/+2
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-75/+96
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...file1-7/+7
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...file1-25/+28
2006-04-15New functions for locking a channel - these simplify debuggingoej1-0/+4
2006-04-11Merged revisions 19353 via svnmerge from kpfleming1-2/+0
2006-04-07Issue #6580 - Unify directory definitions to one section of Makefile (casper)oej1-40/+40
2006-04-06various cleanups to the Makefilerussell1-44/+31
2006-04-05Issue #6610 - build on Intel Macoej1-2/+6
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...markster1-0/+7
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-0/+2
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-1/+1
2006-03-23Replace ast_say_* functionn with function pointers, so that modulesrizzo1-1/+10
2006-03-03Merged revisions 11715 via svnmerge from tilghman1-1/+3
2006-03-03Merged revisions 11634-11635 via svnmerge from tilghman1-1/+1