Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 30494: /trunk/epan/ /trunk/epan/crc/: CMakeLists.txt /tr

Date: Sun, 11 Oct 2009 07:28:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30494

User: jmayer
Date: 2009/10/11 12:28 AM

Log:
 Creatig static sublibs was not a good idea:
 
  =========================================================================
  "du -s build" with sublibs:
  396868  build
  -----------------------------------
  "du -s build" without sublibs:
  197588  build/
  =========================================================================
  tshark with sublibs:
  -rwxr-xr-x 1 jmayer users 27399706 2009-10-11 08:39 tshark*
  -----------------------------------
  tshark without sublibs:
  -rwxr-xr-x 1 jmayer users  226748 2009-10-11 09:05 tshark*
  =========================================================================
 
 So undo the following patches:
 
  ------------------------------------------------------------------------
  r30459 | krj | 2009-10-10 07:08:48 +0200 (Sa, 10 Okt 2009) | 1 line
  
  Sort subdirectories alphabetically
  ------------------------------------------------------------------------
  r30458 | krj | 2009-10-10 07:03:36 +0200 (Sa, 10 Okt 2009) | 1 line
  
  Add epan/dissectors/CMakeLists.txt which creates a static dissectors library
  ------------------------------------------------------------------------
  --> readd!! *** r30443 | krj | 2009-10-09 21:43:42 +0200 (Fr, 09 Okt 2009) | 1 line
  
  Rename DISSECTOR_ASM_UTILS to LIBWIRESHARK_ASM_FILES since these files belongs to ep
  an not dissectors
  ------------------------------------------------------------------------
  r30442 | krj | 2009-10-09 21:17:26 +0200 (Fr, 09 Okt 2009) | 1 line
  
  Add epan/ftypes/CMakeLists.txt which creates a static ftypes library
  ------------------------------------------------------------------------
  r30441 | krj | 2009-10-09 21:13:01 +0200 (Fr, 09 Okt 2009) | 1 line
  
  Add epan/dfilter/CMakeLists.txt which creates a static dfilter library
  ------------------------------------------------------------------------
  r30440 | krj | 2009-10-09 21:05:29 +0200 (Fr, 09 Okt 2009) | 1 line
  
  Add epan/crypt/CMakeLists.txt which creates a static crypt library
  ------------------------------------------------------------------------
  r30439 | krj | 2009-10-09 20:22:22 +0200 (Fr, 09 Okt 2009) | 1 line
  
  Add epan/crc/CMakeLists.txt which creates a static crc library
  ------------------------------------------------------------------------
 
 To avoid merge problems, I needed to revert r30443 as well, will readd this
 one in my next patch.

Directory: /trunk/epan/crc/
  Changes    Path              Action
  +0 -32     CMakeLists.txt    Removed

Directory: /trunk/epan/crypt/
  Changes    Path              Action
  +0 -43     CMakeLists.txt    Removed

Directory: /trunk/epan/dfilter/
  Changes    Path              Action
  +0 -53     CMakeLists.txt    Removed

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +0 -1012   CMakeLists.txt    Removed

Directory: /trunk/epan/
  Changes    Path              Action
  +1009 -33  CMakeLists.txt    Modified

Directory: /trunk/epan/ftypes/
  Changes    Path              Action
  +0 -42     CMakeLists.txt    Removed