dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/formats
rizzo aa85540763 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: http://svn.digium.com/svn/asterisk/trunk@92082 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-10 03:50:38 +00:00
..
Makefile Put into Makefile.moddir_rules the common instructions used to 2007-12-10 03:50:38 +00:00
format_g723.c implement the split of file.h and mod_format.h 2007-11-22 00:53:49 +00:00
format_g726.c Merged revisions 90155 via svnmerge from 2007-11-29 17:50:44 +00:00
format_g729.c implement the split of file.h and mod_format.h 2007-11-22 00:53:49 +00:00
format_gsm.c implement the split of file.h and mod_format.h 2007-11-22 00:53:49 +00:00
format_h263.c Merged revisions 90155 via svnmerge from 2007-11-29 17:50:44 +00:00
format_h264.c Merged revisions 90155 via svnmerge from 2007-11-29 17:50:44 +00:00
format_ilbc.c implement the split of file.h and mod_format.h 2007-11-22 00:53:49 +00:00
format_jpeg.c formatting cleanup on the header, 2007-11-23 09:03:33 +00:00
format_ogg_vorbis.c Merged revisions 90155 via svnmerge from 2007-11-29 17:50:44 +00:00
format_pcm.c Merged revisions 90155 via svnmerge from 2007-11-29 17:50:44 +00:00
format_sln.c implement the split of file.h and mod_format.h 2007-11-22 00:53:49 +00:00
format_vox.c implement the split of file.h and mod_format.h 2007-11-22 00:53:49 +00:00
format_wav.c Merged revisions 90155 via svnmerge from 2007-11-29 17:50:44 +00:00
format_wav_gsm.c Merged revisions 90155 via svnmerge from 2007-11-29 17:50:44 +00:00
msgsm.h silence some more compiler warnings 2006-02-23 18:00:50 +00:00