Wireshark-commits: [Wireshark-commits] master 06352a2: Reorganize the source lists.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Sep 2016 22:47:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06352a27b1ad2f9197b6193f97fad0c6947cc6d6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

06352a2 by Guy Harris (guy@xxxxxxxxxxxx):

    Reorganize the source lists.
    
    For the different classes of generated dissectors, have
    CLEAN_xxx_DISSECTOR_SRC with the ones that compile without warnings,
    DIRTY_xxx_DISSECTOR_SRC for the ones that get warnings, and
    xxx_DISSECTOR_SRC which is the combination of the two.
    
    Add a new NCP2222_DISSECTOR_SRC for the packet-ncp2222.c dissector
    generated by tools/ncp2222.py.  Add a new source group for it.
    
    Move register.c to DISSECTOR_SUPPORT_SRC.  Get rid of
    DISSECTOR_GENERATED_FILES; it's kind of a "none of the above" category,
    and we now have an "above" for all files.
    
    Include NCP2222_DISSECTOR_SRC in DISSECTOR_FILES.
    
    Add an ALL_DISSECTOR_SRC that includes DISSECTOR_FILES and
    CORBA_IDL_DISSECTOR_SRC (why are those kept separate?).  Use it for the
    list of files we use to generate register.c.
    
    Add NCP2222_DISSECTOR_SRC to CLEAN_FILES.
    
    (Hopefully this makes it less likely that we'll forget to use -Werror
    for clean dissector files or forget to use them to generate register.c.)
    
    Change-Id: Ib9a7d10e1b9045516ef1f014046c6ff777c42be2
    Reviewed-on: https://code.wireshark.org/review/17944
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7b279d2   Register ncp2222 dissector
    adds  06352a2   Reorganize the source lists.


Summary of changes:
 epan/dissectors/CMakeLists.txt |   50 +++++++++++++++++++++++-----------------
 1 file changed, 29 insertions(+), 21 deletions(-)