asterisk/cdr
Luigi Rizzo 5490889153 Put into Makefile.moddir_rules the common instructions used to
generate loadable and embedded module lists.

Individual Makefiles now are a lot simpler, possibly as simple as this:

    -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
    MODULE_PREFIX=cdr_
    all: _all
    include $(ASTTOPDIR)/Makefile.moddir_rules

and also more flexible because in a single directory we can combine
various types of modules (app_, cdr_, func_, ... ) by simply
listing them in the MODULE_PREFIX variable.

The individual Makefiles can also create list of modules to be
excluded by listing them in the variablel MODULE_EXCLUDE (see an
example in channels/Makefile).

With this change it becomes trivial to integrate a directory with
locally created/modified sources into the main build.




git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-12-10 03:50:38 +00:00
..
cdr_adaptive_odbc.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
cdr_csv.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
cdr_custom.c move asterisk/paths.h outside asterisk.h and into those files 2007-11-20 23:16:15 +00:00
cdr_manager.c Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call" level. 2007-12-05 16:46:47 +00:00
cdr_odbc.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
cdr_pgsql.c Merged revisions 90166,90736,90753 via svnmerge from 2007-12-06 20:52:26 +00:00
cdr_radius.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
cdr_sqlite.c Make trunk build again 2007-11-20 23:29:33 +00:00
cdr_sqlite3_custom.c Fix a problem with quoting in sqlite3 cdr module.. 2007-12-06 21:57:28 +00:00
cdr_tds.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
Makefile Put into Makefile.moddir_rules the common instructions used to 2007-12-10 03:50:38 +00:00