Wipe out last vestiges of static/dynamic rules.
[freeradius.git] / src / modules / rules.mak
2006-01-22 nbk Wipe out last vestiges of static/dynamic rules.
2006-01-17 nbk Simplify the path of a few filenames.
2006-01-08 nbk Delete the variable RLM_EAP_LINK_MODE support. This...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-07 aland Foundational work for building C++ modules.
2005-07-31 nbk When linking, it's $(LDFLAGS) instead of $(CFLAGS).
2005-03-28 mgriegoMoved the RLM_INSTALL line to the beginning of the...
2005-03-24 aland use: LINK_MODE += foo
2005-03-21 aland Stop if we encounter an error
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-24 aland Minor change to allow the server to run from local...
2004-06-22 aland Re-gen from configure.in, now that those rules have...
2004-06-15 vorlonautotools revamp:
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-09 aland removed unnecessary copy
2002-08-06 aland Run autoheader, too, when re-building module configure...
2002-07-29 aland Allow compilation of files from languages other than...
2002-06-14 aland Make a soft link in two steps.
2002-06-10 fcusack fix install rule for empty target
2002-06-10 fcusack Fix up a poor attempt to make libtool do something...
2002-06-10 fcusack update libtool to 1.4.2
2002-05-29 fcusack -release is ignored for static archives; remove to...
2002-05-26 fcusack Load versioned libs.
2002-01-24 raghuAdded RLM_LDFlags to support -L/path option from modules.
2001-12-13 aland use the proper target for in-src-tree library testing
2001-10-26 aland Build the utilities on static && dynamic targets,...
2001-10-18 aland Added RLM_UTILS to the list of targets to make and...
2001-09-26 aland Changed relative $(R) to $(RLM_DIR), to avoid conflict...
2001-09-17 aland Added $(R) to the prefix of paths, so that lower-level...
2001-07-28 aland Corrected typo
2001-07-28 aland Added 'reconfig' target so that the configure scripts...
2001-07-13 cmillerClean up better. (Makefiles, and distclean depends...
2001-04-17 pamPer-module configure is inheriting CFLAGS and LIBS...
2001-04-04 cmiller'config.status' is another file to remove on cleans.
2001-04-04 cmillerMoved clean of config stuff to 'clean' rule, from ...
2001-03-15 aland If RLM_SUBDIRS is defined, then recursively make ...
2001-03-13 aland added RLM_INSTALL target, so that the modules can...
2001-01-08 aland don't echo the 'rm -rf' when doing a 'make clean'
2000-11-23 aland Applied patch from Chad Miller <cmiller@surfsouth...
2000-11-22 aland properly build ONLY the static module, if it's one...
2000-11-22 aland define USE_SHARED_LIBS and USE_STATIC_LIBS in the...
2000-11-06 aland use --mode=install $(INSTALL) for libtool, instead...
2000-10-26 aland added 'lib' prefix to non-dynamic module names (librlm...
2000-10-26 aland added '-module' to libtool link flags
2000-04-22 aland one last change to make shared libraries install happily
2000-04-22 aland moved the 'install' rules from the Makefile to 'rules...
2000-04-22 aland added commands in the 'install' rule, so that modules...
2000-04-13 aland updated to allow 'make distclean' to sort of work...
2000-04-13 aland updates to allow 'make install' to sort of work.
2000-04-10 aland renamed 'reallyclean' to 'distclean'
2000-03-08 aland arg, got rid of stupid rule
2000-03-02 aland removed $(RLM_LIBS) from the rule for linking a static...
2000-02-29 aland remove ALL references to '.so'
2000-02-29 aland deleted offending reference to '.so'
2000-02-28 aland renamed module LIBS definition to RLM_LIBS, to avoid...
2000-02-24 aland remove the target file before creating a soft link...
2000-02-23 aland moved the build over to using libtool.
2000-01-31 aland Ensure that the modules get re-built if the server...
1999-10-25 aland when an rlm_foo module needs a library '-lbar', and/or
1999-10-15 aland lots more changes to dynamic library stuff. This...
1999-08-17 aland modifications to allow better making of modules
1999-08-17 aland updated everything to use alanconf.
1999-08-16 alandInitial revision origin/aland