Changeset 2002


Ignore:
Timestamp:
Jun 10, 2008 2:09:37 PM (15 years ago)
Author:
nanang
Message:

Upgraded Speex version to the latest and reorganized it in local copy (since Speex is now using Git)

Location:
pjproject/trunk
Files:
117 added
8 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.symbian/libspeexcodec.mmp

    r1966 r2002  
    2525SOURCE          exc_20_32_table.c 
    2626SOURCE          fftwrap.c 
    27 SOURCE          kiss_fft.c 
    28 SOURCE          kiss_fftr.c 
    2927SOURCE          filterbank.c 
    3028SOURCE          filters.c 
     
    3432SOURCE          hexc_table.c 
    3533SOURCE          high_lsp_tables.c 
    36 SOURCE          jitter.c 
    37 SOURCE          lbr_48k_tables.c 
     34SOURCE          kiss_fft.c 
     35SOURCE          kiss_fftr.c 
    3836SOURCE          lpc.c 
    3937SOURCE          lsp.c 
    4038SOURCE          lsp_tables_nb.c 
    4139SOURCE          ltp.c 
    42 SOURCE          math_approx.c 
    4340SOURCE          mdf.c 
    44 SOURCE          misc.c 
    4541SOURCE          modes.c 
     42SOURCE          modes_wb.c 
    4643SOURCE          nb_celp.c 
    4744SOURCE          preprocess.c 
     
    6865SYSTEMINCLUDE   ..\third_party\speex\include\speex 
    6966SYSTEMINCLUDE   ..\third_party\speex\include 
    70 USERINCLUDE     ..\third_party\speex\symbian 
     67SYSTEMINCLUDE   ..\third_party\speex\symbian 
    7168 
    7269SYSTEMINCLUDE   ..\pjmedia\include 
  • pjproject/trunk/pjsip-apps/src/pjsua_wince/pjsua_wince.vcp

    r1179 r2002  
    412412DEP_CPP_PJSUA=\ 
    413413        "..\..\..\pjlib-util\include\pjlib-util.h"\ 
     414        "..\..\..\pjlib-util\include\pjlib-util\base64.h"\ 
    414415        "..\..\..\pjlib-util\include\pjlib-util\config.h"\ 
    415416        "..\..\..\pjlib-util\include\pjlib-util\crc32.h"\ 
    416417        "..\..\..\pjlib-util\include\pjlib-util\dns.h"\ 
     418        "..\..\..\pjlib-util\include\pjlib-util\dns_server.h"\ 
    417419        "..\..\..\pjlib-util\include\pjlib-util\errno.h"\ 
    418420        "..\..\..\pjlib-util\include\pjlib-util\getopt.h"\ 
     
    420422        "..\..\..\pjlib-util\include\pjlib-util\hmac_sha1.h"\ 
    421423        "..\..\..\pjlib-util\include\pjlib-util\md5.h"\ 
     424        "..\..\..\pjlib-util\include\pjlib-util\pcap.h"\ 
    422425        "..\..\..\pjlib-util\include\pjlib-util\resolver.h"\ 
    423426        "..\..\..\pjlib-util\include\pjlib-util\scanner.h"\ 
     
    429432        "..\..\..\pjlib-util\include\pjlib-util\types.h"\ 
    430433        "..\..\..\pjlib-util\include\pjlib-util\xml.h"\ 
     434        "..\..\..\pjlib\include\pj\activesock.h"\ 
    431435        "..\..\..\pjlib\include\pj\addr_resolv.h"\ 
    432436        "..\..\..\pjlib\include\pj\array.h"\ 
    433437        "..\..\..\pjlib\include\pj\assert.h"\ 
    434438        "..\..\..\pjlib\include\pj\compat\assert.h"\ 
     439        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     440        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
    435441        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     442        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
    436443        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     444        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    437445        "..\..\..\pjlib\include\pj\compat\ctype.h"\ 
    438446        "..\..\..\pjlib\include\pj\compat\errno.h"\ 
     
    444452        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    445453        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     454        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
    446455        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    447456        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    448457        "..\..\..\pjlib\include\pj\compat\setjmp.h"\ 
    449458        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     459        "..\..\..\pjlib\include\pj\compat\stdarg.h"\ 
    450460        "..\..\..\pjlib\include\pj\compat\string.h"\ 
    451461        "..\..\..\pjlib\include\pj\config.h"\ 
    452462        "..\..\..\pjlib\include\pj\config_site.h"\ 
     463        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    453464        "..\..\..\pjlib\include\pj\ctype.h"\ 
    454465        "..\..\..\pjlib\include\pj\errno.h"\ 
     
    465476        "..\..\..\pjlib\include\pj\lock.h"\ 
    466477        "..\..\..\pjlib\include\pj\log.h"\ 
     478        "..\..\..\pjlib\include\pj\math.h"\ 
    467479        "..\..\..\pjlib\include\pj\os.h"\ 
    468480        "..\..\..\pjlib\include\pj\pool.h"\ 
     
    482494        "..\..\..\pjmedia\include\pjmedia-codec.h"\ 
    483495        "..\..\..\pjmedia\include\pjmedia-codec\config.h"\ 
     496        "..\..\..\pjmedia\include\pjmedia-codec\g722.h"\ 
    484497        "..\..\..\pjmedia\include\pjmedia-codec\gsm.h"\ 
    485498        "..\..\..\pjmedia\include\pjmedia-codec\ilbc.h"\ 
     
    507520        "..\..\..\pjmedia\include\pjmedia\resample.h"\ 
    508521        "..\..\..\pjmedia\include\pjmedia\rtcp.h"\ 
     522        "..\..\..\pjmedia\include\pjmedia\rtcp_xr.h"\ 
    509523        "..\..\..\pjmedia\include\pjmedia\rtp.h"\ 
    510524        "..\..\..\pjmedia\include\pjmedia\sdp.h"\ 
     
    515529        "..\..\..\pjmedia\include\pjmedia\sound_port.h"\ 
    516530        "..\..\..\pjmedia\include\pjmedia\splitcomb.h"\ 
     531        "..\..\..\pjmedia\include\pjmedia\stereo.h"\ 
    517532        "..\..\..\pjmedia\include\pjmedia\stream.h"\ 
    518533        "..\..\..\pjmedia\include\pjmedia\tonegen.h"\ 
    519534        "..\..\..\pjmedia\include\pjmedia\transport.h"\ 
    520535        "..\..\..\pjmedia\include\pjmedia\transport_ice.h"\ 
     536        "..\..\..\pjmedia\include\pjmedia\transport_srtp.h"\ 
    521537        "..\..\..\pjmedia\include\pjmedia\transport_udp.h"\ 
    522538        "..\..\..\pjmedia\include\pjmedia\types.h"\ 
     
    524540        "..\..\..\pjmedia\include\pjmedia\wav_port.h"\ 
    525541        "..\..\..\pjmedia\include\pjmedia\wave.h"\ 
     542        "..\..\..\pjnath\include\pjnath.h"\ 
    526543        "..\..\..\pjnath\include\pjnath\config.h"\ 
     544        "..\..\..\pjnath\include\pjnath\errno.h"\ 
    527545        "..\..\..\pjnath\include\pjnath\ice_session.h"\ 
    528546        "..\..\..\pjnath\include\pjnath\ice_strans.h"\ 
     547        "..\..\..\pjnath\include\pjnath\nat_detect.h"\ 
    529548        "..\..\..\pjnath\include\pjnath\stun_auth.h"\ 
    530549        "..\..\..\pjnath\include\pjnath\stun_config.h"\ 
    531550        "..\..\..\pjnath\include\pjnath\stun_msg.h"\ 
    532551        "..\..\..\pjnath\include\pjnath\stun_session.h"\ 
     552        "..\..\..\pjnath\include\pjnath\stun_sock.h"\ 
    533553        "..\..\..\pjnath\include\pjnath\stun_transaction.h"\ 
     554        "..\..\..\pjnath\include\pjnath\turn_session.h"\ 
     555        "..\..\..\pjnath\include\pjnath\turn_sock.h"\ 
    534556        "..\..\..\pjnath\include\pjnath\types.h"\ 
    535557        "..\..\..\pjsip\include\pjsip-simple\evsub.h"\ 
     
    538560        "..\..\..\pjsip\include\pjsip-simple\presence.h"\ 
    539561        "..\..\..\pjsip\include\pjsip-simple\publish.h"\ 
     562        "..\..\..\pjsip\include\pjsip-simple\rpid.h"\ 
    540563        "..\..\..\pjsip\include\pjsip-simple\types.h"\ 
    541564        "..\..\..\pjsip\include\pjsip-simple\xpidf.h"\ 
     565        "..\..\..\pjsip\include\pjsip-ua\sip_100rel.h"\ 
    542566        "..\..\..\pjsip\include\pjsip-ua\sip_inv.h"\ 
    543567        "..\..\..\pjsip\include\pjsip-ua\sip_regc.h"\ 
     
    546570        "..\..\..\pjsip\include\pjsip.h"\ 
    547571        "..\..\..\pjsip\include\pjsip\sip_auth.h"\ 
     572        "..\..\..\pjsip\include\pjsip\sip_auth_aka.h"\ 
    548573        "..\..\..\pjsip\include\pjsip\sip_auth_msg.h"\ 
    549574        "..\..\..\pjsip\include\pjsip\sip_config.h"\ 
  • pjproject/trunk/third_party

    • Property svn:externals
      •  

        old new  
        1 speex           -r12832 http://svn.xiph.org/trunk/speex 
        21portaudio       -r1381 https://www.portaudio.com/repos/portaudio/trunk 
  • pjproject/trunk/third_party/build/speex/Makefile

    r1180 r2002  
    2727                        filters.o gain_table.o gain_table_lbr.o \ 
    2828                        hexc_10_32_table.o hexc_table.o \ 
    29                         high_lsp_tables.o jitter.o \ 
     29                        high_lsp_tables.o \ 
    3030                        kiss_fft.o kiss_fftr.o lpc.o \ 
    3131                        lsp.o lsp_tables_nb.o ltp.o \ 
    32                         math_approx.o mdf.o medfilter.o misc.o modes.o \ 
     32                        mdf.o modes.o modes_wb.o \ 
    3333                        nb_celp.o preprocess.o \ 
    3434                        quant_lsp.o resample.o sb_celp.o smallft.o \ 
  • pjproject/trunk/third_party/build/speex/config.h

    r1180 r2002  
    44#if !defined(PJ_HAS_FLOATING_POINT) || PJ_HAS_FLOATING_POINT==0 
    55#   define FIXED_POINT 
     6#else  
     7#   define FLOATING_POINT 
    68#endif 
    79 
     10#define MACRO 
    811 
    912#if (defined(PJ_WIN32) && PJ_WIN32!=0) || \ 
     
    1316#define inline __inline 
    1417#define restrict 
    15 #include "misc.h" 
    1618#endif 
    1719 
  • pjproject/trunk/third_party/build/speex/libspeex.dsp

    r1177 r2002  
    152152# Begin Source File 
    153153 
    154 SOURCE=..\..\speex\libspeex\jitter.c 
    155 # End Source File 
    156 # Begin Source File 
    157  
    158154SOURCE=..\..\speex\libspeex\kiss_fft.c 
    159155# End Source File 
     
    180176# Begin Source File 
    181177 
    182 SOURCE=..\..\speex\libspeex\math_approx.c 
    183 # End Source File 
    184 # Begin Source File 
    185  
    186178SOURCE=..\..\speex\libspeex\mdf.c 
    187179# End Source File 
    188180# Begin Source File 
    189181 
    190 SOURCE=..\..\speex\libspeex\medfilter.c 
    191 # End Source File 
    192 # Begin Source File 
    193  
    194 SOURCE=..\..\speex\libspeex\misc.c 
    195 # End Source File 
    196 # Begin Source File 
    197  
    198182SOURCE=..\..\speex\libspeex\modes.c 
     183# End Source File 
     184# Begin Source File 
     185 
     186SOURCE=..\..\speex\libspeex\modes_wb.c 
    199187# End Source File 
    200188# Begin Source File 
     
    256244# Begin Source File 
    257245 
     246SOURCE=..\..\speex\libspeex\_kiss_fft_guts.h 
     247# End Source File 
     248# Begin Source File 
     249 
     250SOURCE=..\..\speex\libspeex\arch.h 
     251# End Source File 
     252# Begin Source File 
     253 
    258254SOURCE=..\..\speex\libspeex\cb_search.h 
    259255# End Source File 
    260256# Begin Source File 
    261257 
     258SOURCE=..\..\speex\libspeex\cb_search_sse.h 
     259# End Source File 
     260# Begin Source File 
     261 
    262262SOURCE=.\config.h 
    263263# End Source File 
     
    276276# Begin Source File 
    277277 
     278SOURCE=..\..\speex\libspeex\filters_sse.h 
     279# End Source File 
     280# Begin Source File 
     281 
     282SOURCE=..\..\speex\libspeex\fixed_debug.h 
     283# End Source File 
     284# Begin Source File 
     285 
     286SOURCE=..\..\speex\libspeex\fixed_generic.h 
     287# End Source File 
     288# Begin Source File 
     289 
    278290SOURCE=..\..\speex\libspeex\kiss_fft.h 
    279291# End Source File 
     
    296308# Begin Source File 
    297309 
    298 SOURCE=..\..\speex\libspeex\medfilter.h 
    299 # End Source File 
    300 # Begin Source File 
    301  
    302 SOURCE=..\..\speex\libspeex\misc.h 
     310SOURCE=..\..\speex\libspeex\ltp_sse.h 
     311# End Source File 
     312# Begin Source File 
     313 
     314SOURCE=..\..\speex\libspeex\math_approx.h 
    303315# End Source File 
    304316# Begin Source File 
     
    309321 
    310322SOURCE=..\..\speex\libspeex\nb_celp.h 
     323# End Source File 
     324# Begin Source File 
     325 
     326SOURCE=..\..\speex\libspeex\os_support.h 
     327# End Source File 
     328# Begin Source File 
     329 
     330SOURCE=..\..\speex\libspeex\pseudofloat.h 
    311331# End Source File 
    312332# Begin Source File 
  • pjproject/trunk/third_party/build/speex/libspeex.vcp

    r1964 r2002  
    746746        "..\..\speex\libspeex\fixed_debug.h"\ 
    747747        "..\..\speex\libspeex\fixed_generic.h"\ 
    748         "..\..\speex\libspeex\misc.h"\ 
    749         "..\..\speex\win32\config.h"\ 
    750         ".\config.h"\ 
     748        "..\..\speex\win32\config.h"\ 
     749        ".\config.h"\ 
     750         
     751NODEP_CPP_BITS_=\ 
     752        "..\..\speex\libspeex\misc.h"\ 
    751753         
    752754 
     
    777779        "..\..\speex\libspeex\fixed_debug.h"\ 
    778780        "..\..\speex\libspeex\fixed_generic.h"\ 
    779         "..\..\speex\libspeex\misc.h"\ 
    780         "..\..\speex\win32\config.h"\ 
    781         ".\config.h"\ 
     781        "..\..\speex\win32\config.h"\ 
     782        ".\config.h"\ 
     783         
     784NODEP_CPP_BITS_=\ 
     785        "..\..\speex\libspeex\misc.h"\ 
    782786         
    783787 
     
    808812        "..\..\speex\libspeex\fixed_debug.h"\ 
    809813        "..\..\speex\libspeex\fixed_generic.h"\ 
    810         "..\..\speex\libspeex\misc.h"\ 
    811         "..\..\speex\win32\config.h"\ 
    812         ".\config.h"\ 
     814        "..\..\speex\win32\config.h"\ 
     815        ".\config.h"\ 
     816         
     817NODEP_CPP_BITS_=\ 
     818        "..\..\speex\libspeex\misc.h"\ 
    813819         
    814820 
     
    839845        "..\..\speex\libspeex\fixed_debug.h"\ 
    840846        "..\..\speex\libspeex\fixed_generic.h"\ 
    841         "..\..\speex\libspeex\misc.h"\ 
    842         "..\..\speex\win32\config.h"\ 
    843         ".\config.h"\ 
     847        "..\..\speex\win32\config.h"\ 
     848        ".\config.h"\ 
     849         
     850NODEP_CPP_BITS_=\ 
     851        "..\..\speex\libspeex\misc.h"\ 
    844852         
    845853 
     
    870878        "..\..\speex\libspeex\fixed_debug.h"\ 
    871879        "..\..\speex\libspeex\fixed_generic.h"\ 
    872         "..\..\speex\libspeex\misc.h"\ 
    873         "..\..\speex\win32\config.h"\ 
    874         ".\config.h"\ 
     880        "..\..\speex\win32\config.h"\ 
     881        ".\config.h"\ 
     882         
     883NODEP_CPP_BITS_=\ 
     884        "..\..\speex\libspeex\misc.h"\ 
    875885         
    876886 
     
    901911        "..\..\speex\libspeex\fixed_debug.h"\ 
    902912        "..\..\speex\libspeex\fixed_generic.h"\ 
    903         "..\..\speex\libspeex\misc.h"\ 
    904         "..\..\speex\win32\config.h"\ 
    905         ".\config.h"\ 
     913        "..\..\speex\win32\config.h"\ 
     914        ".\config.h"\ 
     915         
     916NODEP_CPP_BITS_=\ 
     917        "..\..\speex\libspeex\misc.h"\ 
    906918         
    907919 
     
    932944        "..\..\speex\libspeex\fixed_debug.h"\ 
    933945        "..\..\speex\libspeex\fixed_generic.h"\ 
    934         "..\..\speex\libspeex\misc.h"\ 
    935         "..\..\speex\win32\config.h"\ 
    936         ".\config.h"\ 
     946        "..\..\speex\win32\config.h"\ 
     947        ".\config.h"\ 
     948         
     949NODEP_CPP_BITS_=\ 
     950        "..\..\speex\libspeex\misc.h"\ 
    937951         
    938952 
     
    963977        "..\..\speex\libspeex\fixed_debug.h"\ 
    964978        "..\..\speex\libspeex\fixed_generic.h"\ 
    965         "..\..\speex\libspeex\misc.h"\ 
    966         "..\..\speex\win32\config.h"\ 
    967         ".\config.h"\ 
     979        "..\..\speex\win32\config.h"\ 
     980        ".\config.h"\ 
     981         
     982NODEP_CPP_BITS_=\ 
     983        "..\..\speex\libspeex\misc.h"\ 
    968984         
    969985 
     
    9941010        "..\..\speex\libspeex\fixed_debug.h"\ 
    9951011        "..\..\speex\libspeex\fixed_generic.h"\ 
    996         "..\..\speex\libspeex\misc.h"\ 
    997         "..\..\speex\win32\config.h"\ 
    998         ".\config.h"\ 
     1012        "..\..\speex\win32\config.h"\ 
     1013        ".\config.h"\ 
     1014         
     1015NODEP_CPP_BITS_=\ 
     1016        "..\..\speex\libspeex\misc.h"\ 
    9991017         
    10001018 
     
    10251043        "..\..\speex\libspeex\fixed_debug.h"\ 
    10261044        "..\..\speex\libspeex\fixed_generic.h"\ 
    1027         "..\..\speex\libspeex\misc.h"\ 
    1028         "..\..\speex\win32\config.h"\ 
    1029         ".\config.h"\ 
     1045        "..\..\speex\win32\config.h"\ 
     1046        ".\config.h"\ 
     1047         
     1048NODEP_CPP_BITS_=\ 
     1049        "..\..\speex\libspeex\misc.h"\ 
    10301050         
    10311051 
     
    10561076        "..\..\speex\libspeex\fixed_debug.h"\ 
    10571077        "..\..\speex\libspeex\fixed_generic.h"\ 
    1058         "..\..\speex\libspeex\misc.h"\ 
    1059         "..\..\speex\win32\config.h"\ 
    1060         ".\config.h"\ 
     1078        "..\..\speex\win32\config.h"\ 
     1079        ".\config.h"\ 
     1080         
     1081NODEP_CPP_BITS_=\ 
     1082        "..\..\speex\libspeex\misc.h"\ 
    10611083         
    10621084 
     
    10871109        "..\..\speex\libspeex\fixed_debug.h"\ 
    10881110        "..\..\speex\libspeex\fixed_generic.h"\ 
    1089         "..\..\speex\libspeex\misc.h"\ 
    1090         "..\..\speex\win32\config.h"\ 
    1091         ".\config.h"\ 
     1111        "..\..\speex\win32\config.h"\ 
     1112        ".\config.h"\ 
     1113         
     1114NODEP_CPP_BITS_=\ 
     1115        "..\..\speex\libspeex\misc.h"\ 
    10921116         
    10931117 
     
    11181142        "..\..\speex\libspeex\fixed_debug.h"\ 
    11191143        "..\..\speex\libspeex\fixed_generic.h"\ 
    1120         "..\..\speex\libspeex\misc.h"\ 
    1121         "..\..\speex\win32\config.h"\ 
    1122         ".\config.h"\ 
     1144        "..\..\speex\win32\config.h"\ 
     1145        ".\config.h"\ 
     1146         
     1147NODEP_CPP_BITS_=\ 
     1148        "..\..\speex\libspeex\misc.h"\ 
    11231149         
    11241150 
     
    11491175        "..\..\speex\libspeex\fixed_debug.h"\ 
    11501176        "..\..\speex\libspeex\fixed_generic.h"\ 
    1151         "..\..\speex\libspeex\misc.h"\ 
    1152         "..\..\speex\win32\config.h"\ 
    1153         ".\config.h"\ 
     1177        "..\..\speex\win32\config.h"\ 
     1178        ".\config.h"\ 
     1179         
     1180NODEP_CPP_BITS_=\ 
     1181        "..\..\speex\libspeex\misc.h"\ 
    11541182         
    11551183 
     
    11801208        "..\..\speex\libspeex\fixed_debug.h"\ 
    11811209        "..\..\speex\libspeex\fixed_generic.h"\ 
    1182         "..\..\speex\libspeex\misc.h"\ 
    1183         "..\..\speex\win32\config.h"\ 
    1184         ".\config.h"\ 
     1210        "..\..\speex\win32\config.h"\ 
     1211        ".\config.h"\ 
     1212         
     1213NODEP_CPP_BITS_=\ 
     1214        "..\..\speex\libspeex\misc.h"\ 
    11851215         
    11861216 
     
    12111241        "..\..\speex\libspeex\fixed_debug.h"\ 
    12121242        "..\..\speex\libspeex\fixed_generic.h"\ 
    1213         "..\..\speex\libspeex\misc.h"\ 
    1214         "..\..\speex\win32\config.h"\ 
    1215         ".\config.h"\ 
     1243        "..\..\speex\win32\config.h"\ 
     1244        ".\config.h"\ 
     1245         
     1246NODEP_CPP_BITS_=\ 
     1247        "..\..\speex\libspeex\misc.h"\ 
    12161248         
    12171249 
     
    12251257        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    12261258        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     1259        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     1260        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     1261        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     1262        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     1263        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     1264        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     1265        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     1266        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     1267        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     1268        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     1269        "..\..\..\pjlib\include\pj\config.h"\ 
     1270        "..\..\..\pjlib\include\pj\config_site.h"\ 
     1271        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     1272        "..\..\..\pjlib\include\pj\log.h"\ 
     1273        "..\..\..\pjlib\include\pj\types.h"\ 
     1274        "..\..\speex\include\speex\speex_bits.h"\ 
     1275        "..\..\speex\include\speex\speex_types.h"\ 
     1276        "..\..\speex\libspeex\arch.h"\ 
     1277        "..\..\speex\libspeex\fixed_arm4.h"\ 
     1278        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     1279        "..\..\speex\libspeex\fixed_bfin.h"\ 
     1280        "..\..\speex\libspeex\fixed_debug.h"\ 
     1281        "..\..\speex\libspeex\fixed_generic.h"\ 
     1282        "..\..\speex\win32\config.h"\ 
     1283        ".\config.h"\ 
     1284        ".\speex\speex_config_types.h"\ 
     1285         
     1286NODEP_CPP_BITS_=\ 
    12271287        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    12281288        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
     1289        "..\..\speex\libspeex\misc.h"\ 
     1290         
     1291 
     1292!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     1293 
     1294DEP_CPP_BITS_=\ 
     1295        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     1296        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     1297        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     1298        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     1299        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     1300        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     1301        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     1302        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     1303        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     1304        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     1305        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     1306        "..\..\..\pjlib\include\pj\config.h"\ 
     1307        "..\..\..\pjlib\include\pj\config_site.h"\ 
     1308        "..\..\..\pjlib\include\pj\log.h"\ 
     1309        "..\..\..\pjlib\include\pj\types.h"\ 
     1310        "..\..\speex\include\speex\speex_bits.h"\ 
     1311        "..\..\speex\include\speex\speex_types.h"\ 
     1312        "..\..\speex\libspeex\arch.h"\ 
     1313        "..\..\speex\libspeex\fixed_arm4.h"\ 
     1314        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     1315        "..\..\speex\libspeex\fixed_bfin.h"\ 
     1316        "..\..\speex\libspeex\fixed_debug.h"\ 
     1317        "..\..\speex\libspeex\fixed_generic.h"\ 
     1318        "..\..\speex\win32\config.h"\ 
     1319        ".\config.h"\ 
     1320         
     1321NODEP_CPP_BITS_=\ 
     1322        "..\..\speex\libspeex\misc.h"\ 
     1323         
     1324 
     1325!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
     1326 
     1327DEP_CPP_BITS_=\ 
     1328        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     1329        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     1330        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     1331        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     1332        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     1333        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     1334        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     1335        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     1336        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     1337        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     1338        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     1339        "..\..\..\pjlib\include\pj\config.h"\ 
     1340        "..\..\..\pjlib\include\pj\config_site.h"\ 
     1341        "..\..\..\pjlib\include\pj\log.h"\ 
     1342        "..\..\..\pjlib\include\pj\types.h"\ 
     1343        "..\..\speex\include\speex\speex_bits.h"\ 
     1344        "..\..\speex\include\speex\speex_types.h"\ 
     1345        "..\..\speex\libspeex\arch.h"\ 
     1346        "..\..\speex\libspeex\fixed_arm4.h"\ 
     1347        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     1348        "..\..\speex\libspeex\fixed_bfin.h"\ 
     1349        "..\..\speex\libspeex\fixed_debug.h"\ 
     1350        "..\..\speex\libspeex\fixed_generic.h"\ 
     1351        "..\..\speex\win32\config.h"\ 
     1352        ".\config.h"\ 
     1353         
     1354NODEP_CPP_BITS_=\ 
     1355        "..\..\speex\libspeex\misc.h"\ 
     1356         
     1357 
     1358!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
     1359 
     1360DEP_CPP_BITS_=\ 
     1361        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     1362        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     1363        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     1364        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     1365        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     1366        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     1367        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     1368        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     1369        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     1370        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     1371        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     1372        "..\..\..\pjlib\include\pj\config.h"\ 
     1373        "..\..\..\pjlib\include\pj\config_site.h"\ 
     1374        "..\..\..\pjlib\include\pj\log.h"\ 
     1375        "..\..\..\pjlib\include\pj\types.h"\ 
     1376        "..\..\speex\include\speex\speex_bits.h"\ 
     1377        "..\..\speex\include\speex\speex_types.h"\ 
     1378        "..\..\speex\libspeex\arch.h"\ 
     1379        "..\..\speex\libspeex\fixed_arm4.h"\ 
     1380        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     1381        "..\..\speex\libspeex\fixed_bfin.h"\ 
     1382        "..\..\speex\libspeex\fixed_debug.h"\ 
     1383        "..\..\speex\libspeex\fixed_generic.h"\ 
     1384        "..\..\speex\win32\config.h"\ 
     1385        ".\config.h"\ 
     1386         
     1387NODEP_CPP_BITS_=\ 
     1388        "..\..\speex\libspeex\misc.h"\ 
     1389         
     1390 
     1391!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
     1392 
     1393DEP_CPP_BITS_=\ 
     1394        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     1395        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     1396        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     1397        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     1398        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     1399        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     1400        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     1401        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     1402        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     1403        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     1404        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     1405        "..\..\..\pjlib\include\pj\config.h"\ 
     1406        "..\..\..\pjlib\include\pj\config_site.h"\ 
     1407        "..\..\..\pjlib\include\pj\log.h"\ 
     1408        "..\..\..\pjlib\include\pj\types.h"\ 
     1409        "..\..\speex\include\speex\speex_bits.h"\ 
     1410        "..\..\speex\include\speex\speex_types.h"\ 
     1411        "..\..\speex\libspeex\arch.h"\ 
     1412        "..\..\speex\libspeex\fixed_arm4.h"\ 
     1413        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     1414        "..\..\speex\libspeex\fixed_bfin.h"\ 
     1415        "..\..\speex\libspeex\fixed_debug.h"\ 
     1416        "..\..\speex\libspeex\fixed_generic.h"\ 
     1417        "..\..\speex\win32\config.h"\ 
     1418        ".\config.h"\ 
     1419         
     1420NODEP_CPP_BITS_=\ 
     1421        "..\..\speex\libspeex\misc.h"\ 
     1422         
     1423 
     1424!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
     1425 
     1426DEP_CPP_BITS_=\ 
     1427        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     1428        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     1429        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     1430        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     1431        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     1432        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     1433        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     1434        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     1435        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     1436        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     1437        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     1438        "..\..\..\pjlib\include\pj\config.h"\ 
     1439        "..\..\..\pjlib\include\pj\config_site.h"\ 
     1440        "..\..\..\pjlib\include\pj\log.h"\ 
     1441        "..\..\..\pjlib\include\pj\types.h"\ 
     1442        "..\..\speex\include\speex\speex_bits.h"\ 
     1443        "..\..\speex\include\speex\speex_types.h"\ 
     1444        "..\..\speex\libspeex\arch.h"\ 
     1445        "..\..\speex\libspeex\fixed_arm4.h"\ 
     1446        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     1447        "..\..\speex\libspeex\fixed_bfin.h"\ 
     1448        "..\..\speex\libspeex\fixed_debug.h"\ 
     1449        "..\..\speex\libspeex\fixed_generic.h"\ 
     1450        "..\..\speex\win32\config.h"\ 
     1451        ".\config.h"\ 
     1452         
     1453NODEP_CPP_BITS_=\ 
     1454        "..\..\speex\libspeex\misc.h"\ 
     1455         
     1456 
     1457!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
     1458 
     1459DEP_CPP_BITS_=\ 
     1460        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     1461        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     1462        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     1463        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     1464        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     1465        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     1466        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     1467        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     1468        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     1469        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     1470        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     1471        "..\..\..\pjlib\include\pj\config.h"\ 
     1472        "..\..\..\pjlib\include\pj\config_site.h"\ 
     1473        "..\..\..\pjlib\include\pj\log.h"\ 
     1474        "..\..\..\pjlib\include\pj\types.h"\ 
     1475        "..\..\speex\include\speex\speex_bits.h"\ 
     1476        "..\..\speex\include\speex\speex_types.h"\ 
     1477        "..\..\speex\libspeex\arch.h"\ 
     1478        "..\..\speex\libspeex\fixed_arm4.h"\ 
     1479        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     1480        "..\..\speex\libspeex\fixed_bfin.h"\ 
     1481        "..\..\speex\libspeex\fixed_debug.h"\ 
     1482        "..\..\speex\libspeex\fixed_generic.h"\ 
     1483        "..\..\speex\win32\config.h"\ 
     1484        ".\config.h"\ 
     1485         
     1486NODEP_CPP_BITS_=\ 
     1487        "..\..\speex\libspeex\misc.h"\ 
     1488         
     1489 
     1490!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
     1491 
     1492DEP_CPP_BITS_=\ 
     1493        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     1494        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     1495        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     1496        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     1497        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     1498        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    12291499        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    12301500        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     
    12501520        "..\..\speex\libspeex\fixed_debug.h"\ 
    12511521        "..\..\speex\libspeex\fixed_generic.h"\ 
    1252         "..\..\speex\libspeex\misc.h"\ 
     1522        "..\..\speex\libspeex\os_support.h"\ 
    12531523        "..\..\speex\win32\config.h"\ 
    12541524        ".\config.h"\ 
    12551525        ".\speex\speex_config_types.h"\ 
    12561526         
    1257  
    1258 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
    1259  
    1260 DEP_CPP_BITS_=\ 
    1261         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    1262         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    1263         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    1264         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    1265         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    1266         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    1267         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    1268         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    1269         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    1270         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    1271         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    1272         "..\..\..\pjlib\include\pj\config.h"\ 
    1273         "..\..\..\pjlib\include\pj\config_site.h"\ 
    1274         "..\..\..\pjlib\include\pj\log.h"\ 
    1275         "..\..\..\pjlib\include\pj\types.h"\ 
    1276         "..\..\speex\include\speex\speex_bits.h"\ 
    1277         "..\..\speex\include\speex\speex_types.h"\ 
    1278         "..\..\speex\libspeex\arch.h"\ 
    1279         "..\..\speex\libspeex\fixed_arm4.h"\ 
    1280         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    1281         "..\..\speex\libspeex\fixed_bfin.h"\ 
    1282         "..\..\speex\libspeex\fixed_debug.h"\ 
    1283         "..\..\speex\libspeex\fixed_generic.h"\ 
    1284         "..\..\speex\libspeex\misc.h"\ 
    1285         "..\..\speex\win32\config.h"\ 
    1286         ".\config.h"\ 
    1287          
    1288  
    1289 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
    1290  
    1291 DEP_CPP_BITS_=\ 
    1292         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    1293         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    1294         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    1295         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    1296         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    1297         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    1298         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    1299         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    1300         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    1301         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    1302         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    1303         "..\..\..\pjlib\include\pj\config.h"\ 
    1304         "..\..\..\pjlib\include\pj\config_site.h"\ 
    1305         "..\..\..\pjlib\include\pj\log.h"\ 
    1306         "..\..\..\pjlib\include\pj\types.h"\ 
    1307         "..\..\speex\include\speex\speex_bits.h"\ 
    1308         "..\..\speex\include\speex\speex_types.h"\ 
    1309         "..\..\speex\libspeex\arch.h"\ 
    1310         "..\..\speex\libspeex\fixed_arm4.h"\ 
    1311         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    1312         "..\..\speex\libspeex\fixed_bfin.h"\ 
    1313         "..\..\speex\libspeex\fixed_debug.h"\ 
    1314         "..\..\speex\libspeex\fixed_generic.h"\ 
    1315         "..\..\speex\libspeex\misc.h"\ 
    1316         "..\..\speex\win32\config.h"\ 
    1317         ".\config.h"\ 
    1318          
    1319  
    1320 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
    1321  
    1322 DEP_CPP_BITS_=\ 
    1323         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    1324         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    1325         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    1326         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    1327         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    1328         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    1329         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    1330         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    1331         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    1332         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    1333         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    1334         "..\..\..\pjlib\include\pj\config.h"\ 
    1335         "..\..\..\pjlib\include\pj\config_site.h"\ 
    1336         "..\..\..\pjlib\include\pj\log.h"\ 
    1337         "..\..\..\pjlib\include\pj\types.h"\ 
    1338         "..\..\speex\include\speex\speex_bits.h"\ 
    1339         "..\..\speex\include\speex\speex_types.h"\ 
    1340         "..\..\speex\libspeex\arch.h"\ 
    1341         "..\..\speex\libspeex\fixed_arm4.h"\ 
    1342         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    1343         "..\..\speex\libspeex\fixed_bfin.h"\ 
    1344         "..\..\speex\libspeex\fixed_debug.h"\ 
    1345         "..\..\speex\libspeex\fixed_generic.h"\ 
    1346         "..\..\speex\libspeex\misc.h"\ 
    1347         "..\..\speex\win32\config.h"\ 
    1348         ".\config.h"\ 
    1349          
    1350  
    1351 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
    1352  
    1353 DEP_CPP_BITS_=\ 
    1354         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    1355         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    1356         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    1357         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    1358         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    1359         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    1360         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    1361         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    1362         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    1363         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    1364         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    1365         "..\..\..\pjlib\include\pj\config.h"\ 
    1366         "..\..\..\pjlib\include\pj\config_site.h"\ 
    1367         "..\..\..\pjlib\include\pj\log.h"\ 
    1368         "..\..\..\pjlib\include\pj\types.h"\ 
    1369         "..\..\speex\include\speex\speex_bits.h"\ 
    1370         "..\..\speex\include\speex\speex_types.h"\ 
    1371         "..\..\speex\libspeex\arch.h"\ 
    1372         "..\..\speex\libspeex\fixed_arm4.h"\ 
    1373         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    1374         "..\..\speex\libspeex\fixed_bfin.h"\ 
    1375         "..\..\speex\libspeex\fixed_debug.h"\ 
    1376         "..\..\speex\libspeex\fixed_generic.h"\ 
    1377         "..\..\speex\libspeex\misc.h"\ 
    1378         "..\..\speex\win32\config.h"\ 
    1379         ".\config.h"\ 
    1380          
    1381  
    1382 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
    1383  
    1384 DEP_CPP_BITS_=\ 
    1385         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    1386         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    1387         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    1388         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    1389         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    1390         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    1391         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    1392         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    1393         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    1394         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    1395         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    1396         "..\..\..\pjlib\include\pj\config.h"\ 
    1397         "..\..\..\pjlib\include\pj\config_site.h"\ 
    1398         "..\..\..\pjlib\include\pj\log.h"\ 
    1399         "..\..\..\pjlib\include\pj\types.h"\ 
    1400         "..\..\speex\include\speex\speex_bits.h"\ 
    1401         "..\..\speex\include\speex\speex_types.h"\ 
    1402         "..\..\speex\libspeex\arch.h"\ 
    1403         "..\..\speex\libspeex\fixed_arm4.h"\ 
    1404         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    1405         "..\..\speex\libspeex\fixed_bfin.h"\ 
    1406         "..\..\speex\libspeex\fixed_debug.h"\ 
    1407         "..\..\speex\libspeex\fixed_generic.h"\ 
    1408         "..\..\speex\libspeex\misc.h"\ 
    1409         "..\..\speex\win32\config.h"\ 
    1410         ".\config.h"\ 
    1411          
    1412  
    1413 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
    1414  
    1415 DEP_CPP_BITS_=\ 
    1416         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    1417         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    1418         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    1419         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    1420         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    1421         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    1422         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    1423         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    1424         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    1425         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    1426         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    1427         "..\..\..\pjlib\include\pj\config.h"\ 
    1428         "..\..\..\pjlib\include\pj\config_site.h"\ 
    1429         "..\..\..\pjlib\include\pj\log.h"\ 
    1430         "..\..\..\pjlib\include\pj\types.h"\ 
    1431         "..\..\speex\include\speex\speex_bits.h"\ 
    1432         "..\..\speex\include\speex\speex_types.h"\ 
    1433         "..\..\speex\libspeex\arch.h"\ 
    1434         "..\..\speex\libspeex\fixed_arm4.h"\ 
    1435         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    1436         "..\..\speex\libspeex\fixed_bfin.h"\ 
    1437         "..\..\speex\libspeex\fixed_debug.h"\ 
    1438         "..\..\speex\libspeex\fixed_generic.h"\ 
    1439         "..\..\speex\libspeex\misc.h"\ 
    1440         "..\..\speex\win32\config.h"\ 
    1441         ".\config.h"\ 
    1442          
    1443  
    1444 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    1445  
    1446 DEP_CPP_BITS_=\ 
    1447         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    1448         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    1449         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    1450         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    1451         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    1452         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    1453         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    1454         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    1455         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    1456         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    1457         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    1458         "..\..\..\pjlib\include\pj\config.h"\ 
    1459         "..\..\..\pjlib\include\pj\config_site.h"\ 
    1460         "..\..\..\pjlib\include\pj\log.h"\ 
    1461         "..\..\..\pjlib\include\pj\types.h"\ 
    1462         "..\..\speex\include\speex\speex_bits.h"\ 
    1463         "..\..\speex\include\speex\speex_types.h"\ 
    1464         "..\..\speex\libspeex\arch.h"\ 
    1465         "..\..\speex\libspeex\fixed_arm4.h"\ 
    1466         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    1467         "..\..\speex\libspeex\fixed_bfin.h"\ 
    1468         "..\..\speex\libspeex\fixed_debug.h"\ 
    1469         "..\..\speex\libspeex\fixed_generic.h"\ 
    1470         "..\..\speex\libspeex\misc.h"\ 
    1471         "..\..\speex\win32\config.h"\ 
    1472         ".\config.h"\ 
     1527NODEP_CPP_BITS_=\ 
     1528        "..\..\speex\libspeex\os_support_custom.h"\ 
     1529        ".\misc.h"\ 
    14731530         
    14741531 
     
    15111568        "..\..\speex\libspeex\fixed_debug.h"\ 
    15121569        "..\..\speex\libspeex\fixed_generic.h"\ 
    1513         "..\..\speex\libspeex\misc.h"\ 
    15141570        "..\..\speex\libspeex\stack_alloc.h"\ 
    15151571        "..\..\speex\libspeex\vq.h"\ 
    15161572        "..\..\speex\win32\config.h"\ 
    15171573        ".\config.h"\ 
     1574         
     1575NODEP_CPP_CB_SE=\ 
     1576        "..\..\speex\libspeex\misc.h"\ 
    15181577         
    15191578 
     
    15491608        "..\..\speex\libspeex\fixed_debug.h"\ 
    15501609        "..\..\speex\libspeex\fixed_generic.h"\ 
    1551         "..\..\speex\libspeex\misc.h"\ 
    15521610        "..\..\speex\libspeex\stack_alloc.h"\ 
    15531611        "..\..\speex\libspeex\vq.h"\ 
    15541612        "..\..\speex\win32\config.h"\ 
    15551613        ".\config.h"\ 
     1614         
     1615NODEP_CPP_CB_SE=\ 
     1616        "..\..\speex\libspeex\misc.h"\ 
    15561617         
    15571618 
     
    15871648        "..\..\speex\libspeex\fixed_debug.h"\ 
    15881649        "..\..\speex\libspeex\fixed_generic.h"\ 
    1589         "..\..\speex\libspeex\misc.h"\ 
    15901650        "..\..\speex\libspeex\stack_alloc.h"\ 
    15911651        "..\..\speex\libspeex\vq.h"\ 
    15921652        "..\..\speex\win32\config.h"\ 
    15931653        ".\config.h"\ 
     1654         
     1655NODEP_CPP_CB_SE=\ 
     1656        "..\..\speex\libspeex\misc.h"\ 
    15941657         
    15951658 
     
    16251688        "..\..\speex\libspeex\fixed_debug.h"\ 
    16261689        "..\..\speex\libspeex\fixed_generic.h"\ 
    1627         "..\..\speex\libspeex\misc.h"\ 
    16281690        "..\..\speex\libspeex\stack_alloc.h"\ 
    16291691        "..\..\speex\libspeex\vq.h"\ 
    16301692        "..\..\speex\win32\config.h"\ 
    16311693        ".\config.h"\ 
     1694         
     1695NODEP_CPP_CB_SE=\ 
     1696        "..\..\speex\libspeex\misc.h"\ 
    16321697         
    16331698 
     
    16631728        "..\..\speex\libspeex\fixed_debug.h"\ 
    16641729        "..\..\speex\libspeex\fixed_generic.h"\ 
    1665         "..\..\speex\libspeex\misc.h"\ 
    16661730        "..\..\speex\libspeex\stack_alloc.h"\ 
    16671731        "..\..\speex\libspeex\vq.h"\ 
    16681732        "..\..\speex\win32\config.h"\ 
    16691733        ".\config.h"\ 
     1734         
     1735NODEP_CPP_CB_SE=\ 
     1736        "..\..\speex\libspeex\misc.h"\ 
    16701737         
    16711738 
     
    17011768        "..\..\speex\libspeex\fixed_debug.h"\ 
    17021769        "..\..\speex\libspeex\fixed_generic.h"\ 
    1703         "..\..\speex\libspeex\misc.h"\ 
    17041770        "..\..\speex\libspeex\stack_alloc.h"\ 
    17051771        "..\..\speex\libspeex\vq.h"\ 
    17061772        "..\..\speex\win32\config.h"\ 
    17071773        ".\config.h"\ 
     1774         
     1775NODEP_CPP_CB_SE=\ 
     1776        "..\..\speex\libspeex\misc.h"\ 
    17081777         
    17091778 
     
    17391808        "..\..\speex\libspeex\fixed_debug.h"\ 
    17401809        "..\..\speex\libspeex\fixed_generic.h"\ 
    1741         "..\..\speex\libspeex\misc.h"\ 
    17421810        "..\..\speex\libspeex\stack_alloc.h"\ 
    17431811        "..\..\speex\libspeex\vq.h"\ 
    17441812        "..\..\speex\win32\config.h"\ 
    17451813        ".\config.h"\ 
     1814         
     1815NODEP_CPP_CB_SE=\ 
     1816        "..\..\speex\libspeex\misc.h"\ 
    17461817         
    17471818 
     
    17771848        "..\..\speex\libspeex\fixed_debug.h"\ 
    17781849        "..\..\speex\libspeex\fixed_generic.h"\ 
    1779         "..\..\speex\libspeex\misc.h"\ 
    17801850        "..\..\speex\libspeex\stack_alloc.h"\ 
    17811851        "..\..\speex\libspeex\vq.h"\ 
    17821852        "..\..\speex\win32\config.h"\ 
    17831853        ".\config.h"\ 
     1854         
     1855NODEP_CPP_CB_SE=\ 
     1856        "..\..\speex\libspeex\misc.h"\ 
    17841857         
    17851858 
     
    18151888        "..\..\speex\libspeex\fixed_debug.h"\ 
    18161889        "..\..\speex\libspeex\fixed_generic.h"\ 
    1817         "..\..\speex\libspeex\misc.h"\ 
    18181890        "..\..\speex\libspeex\stack_alloc.h"\ 
    18191891        "..\..\speex\libspeex\vq.h"\ 
    18201892        "..\..\speex\win32\config.h"\ 
    18211893        ".\config.h"\ 
     1894         
     1895NODEP_CPP_CB_SE=\ 
     1896        "..\..\speex\libspeex\misc.h"\ 
    18221897         
    18231898 
     
    18531928        "..\..\speex\libspeex\fixed_debug.h"\ 
    18541929        "..\..\speex\libspeex\fixed_generic.h"\ 
    1855         "..\..\speex\libspeex\misc.h"\ 
    18561930        "..\..\speex\libspeex\stack_alloc.h"\ 
    18571931        "..\..\speex\libspeex\vq.h"\ 
    18581932        "..\..\speex\win32\config.h"\ 
    18591933        ".\config.h"\ 
     1934         
     1935NODEP_CPP_CB_SE=\ 
     1936        "..\..\speex\libspeex\misc.h"\ 
    18601937         
    18611938 
     
    18911968        "..\..\speex\libspeex\fixed_debug.h"\ 
    18921969        "..\..\speex\libspeex\fixed_generic.h"\ 
    1893         "..\..\speex\libspeex\misc.h"\ 
    18941970        "..\..\speex\libspeex\stack_alloc.h"\ 
    18951971        "..\..\speex\libspeex\vq.h"\ 
    18961972        "..\..\speex\win32\config.h"\ 
    18971973        ".\config.h"\ 
     1974         
     1975NODEP_CPP_CB_SE=\ 
     1976        "..\..\speex\libspeex\misc.h"\ 
    18981977         
    18991978 
     
    19292008        "..\..\speex\libspeex\fixed_debug.h"\ 
    19302009        "..\..\speex\libspeex\fixed_generic.h"\ 
    1931         "..\..\speex\libspeex\misc.h"\ 
    19322010        "..\..\speex\libspeex\stack_alloc.h"\ 
    19332011        "..\..\speex\libspeex\vq.h"\ 
    19342012        "..\..\speex\win32\config.h"\ 
    19352013        ".\config.h"\ 
     2014         
     2015NODEP_CPP_CB_SE=\ 
     2016        "..\..\speex\libspeex\misc.h"\ 
    19362017         
    19372018 
     
    19672048        "..\..\speex\libspeex\fixed_debug.h"\ 
    19682049        "..\..\speex\libspeex\fixed_generic.h"\ 
    1969         "..\..\speex\libspeex\misc.h"\ 
    19702050        "..\..\speex\libspeex\stack_alloc.h"\ 
    19712051        "..\..\speex\libspeex\vq.h"\ 
    19722052        "..\..\speex\win32\config.h"\ 
    19732053        ".\config.h"\ 
     2054         
     2055NODEP_CPP_CB_SE=\ 
     2056        "..\..\speex\libspeex\misc.h"\ 
    19742057         
    19752058 
     
    20052088        "..\..\speex\libspeex\fixed_debug.h"\ 
    20062089        "..\..\speex\libspeex\fixed_generic.h"\ 
    2007         "..\..\speex\libspeex\misc.h"\ 
    20082090        "..\..\speex\libspeex\stack_alloc.h"\ 
    20092091        "..\..\speex\libspeex\vq.h"\ 
    20102092        "..\..\speex\win32\config.h"\ 
    20112093        ".\config.h"\ 
     2094         
     2095NODEP_CPP_CB_SE=\ 
     2096        "..\..\speex\libspeex\misc.h"\ 
    20122097         
    20132098 
     
    20432128        "..\..\speex\libspeex\fixed_debug.h"\ 
    20442129        "..\..\speex\libspeex\fixed_generic.h"\ 
    2045         "..\..\speex\libspeex\misc.h"\ 
    20462130        "..\..\speex\libspeex\stack_alloc.h"\ 
    20472131        "..\..\speex\libspeex\vq.h"\ 
    20482132        "..\..\speex\win32\config.h"\ 
    20492133        ".\config.h"\ 
     2134         
     2135NODEP_CPP_CB_SE=\ 
     2136        "..\..\speex\libspeex\misc.h"\ 
    20502137         
    20512138 
     
    20812168        "..\..\speex\libspeex\fixed_debug.h"\ 
    20822169        "..\..\speex\libspeex\fixed_generic.h"\ 
    2083         "..\..\speex\libspeex\misc.h"\ 
    20842170        "..\..\speex\libspeex\stack_alloc.h"\ 
    20852171        "..\..\speex\libspeex\vq.h"\ 
    20862172        "..\..\speex\win32\config.h"\ 
    20872173        ".\config.h"\ 
     2174         
     2175NODEP_CPP_CB_SE=\ 
     2176        "..\..\speex\libspeex\misc.h"\ 
    20882177         
    20892178 
     
    20972186        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    20982187        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    2099         "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    2100         "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    21012188        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    21022189        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     
    21272214        "..\..\speex\libspeex\fixed_debug.h"\ 
    21282215        "..\..\speex\libspeex\fixed_generic.h"\ 
    2129         "..\..\speex\libspeex\misc.h"\ 
    21302216        "..\..\speex\libspeex\stack_alloc.h"\ 
    21312217        "..\..\speex\libspeex\vq.h"\ 
     
    21332219        ".\config.h"\ 
    21342220        ".\speex\speex_config_types.h"\ 
     2221         
     2222NODEP_CPP_CB_SE=\ 
     2223        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
     2224        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
     2225        "..\..\speex\libspeex\misc.h"\ 
    21352226         
    21362227 
     
    21662257        "..\..\speex\libspeex\fixed_debug.h"\ 
    21672258        "..\..\speex\libspeex\fixed_generic.h"\ 
    2168         "..\..\speex\libspeex\misc.h"\ 
    21692259        "..\..\speex\libspeex\stack_alloc.h"\ 
    21702260        "..\..\speex\libspeex\vq.h"\ 
    21712261        "..\..\speex\win32\config.h"\ 
    21722262        ".\config.h"\ 
     2263         
     2264NODEP_CPP_CB_SE=\ 
     2265        "..\..\speex\libspeex\misc.h"\ 
    21732266         
    21742267 
     
    22042297        "..\..\speex\libspeex\fixed_debug.h"\ 
    22052298        "..\..\speex\libspeex\fixed_generic.h"\ 
    2206         "..\..\speex\libspeex\misc.h"\ 
    22072299        "..\..\speex\libspeex\stack_alloc.h"\ 
    22082300        "..\..\speex\libspeex\vq.h"\ 
    22092301        "..\..\speex\win32\config.h"\ 
    22102302        ".\config.h"\ 
     2303         
     2304NODEP_CPP_CB_SE=\ 
     2305        "..\..\speex\libspeex\misc.h"\ 
    22112306         
    22122307 
     
    22422337        "..\..\speex\libspeex\fixed_debug.h"\ 
    22432338        "..\..\speex\libspeex\fixed_generic.h"\ 
    2244         "..\..\speex\libspeex\misc.h"\ 
    22452339        "..\..\speex\libspeex\stack_alloc.h"\ 
    22462340        "..\..\speex\libspeex\vq.h"\ 
    22472341        "..\..\speex\win32\config.h"\ 
    22482342        ".\config.h"\ 
     2343         
     2344NODEP_CPP_CB_SE=\ 
     2345        "..\..\speex\libspeex\misc.h"\ 
    22492346         
    22502347 
     
    22802377        "..\..\speex\libspeex\fixed_debug.h"\ 
    22812378        "..\..\speex\libspeex\fixed_generic.h"\ 
    2282         "..\..\speex\libspeex\misc.h"\ 
    22832379        "..\..\speex\libspeex\stack_alloc.h"\ 
    22842380        "..\..\speex\libspeex\vq.h"\ 
    22852381        "..\..\speex\win32\config.h"\ 
    22862382        ".\config.h"\ 
     2383         
     2384NODEP_CPP_CB_SE=\ 
     2385        "..\..\speex\libspeex\misc.h"\ 
    22872386         
    22882387 
     
    23182417        "..\..\speex\libspeex\fixed_debug.h"\ 
    23192418        "..\..\speex\libspeex\fixed_generic.h"\ 
    2320         "..\..\speex\libspeex\misc.h"\ 
    23212419        "..\..\speex\libspeex\stack_alloc.h"\ 
    23222420        "..\..\speex\libspeex\vq.h"\ 
    23232421        "..\..\speex\win32\config.h"\ 
    23242422        ".\config.h"\ 
     2423         
     2424NODEP_CPP_CB_SE=\ 
     2425        "..\..\speex\libspeex\misc.h"\ 
    23252426         
    23262427 
     
    23562457        "..\..\speex\libspeex\fixed_debug.h"\ 
    23572458        "..\..\speex\libspeex\fixed_generic.h"\ 
    2358         "..\..\speex\libspeex\misc.h"\ 
    23592459        "..\..\speex\libspeex\stack_alloc.h"\ 
    23602460        "..\..\speex\libspeex\vq.h"\ 
     
    23622462        ".\config.h"\ 
    23632463         
     2464NODEP_CPP_CB_SE=\ 
     2465        "..\..\speex\libspeex\misc.h"\ 
     2466         
    23642467 
    23652468!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    23662469 
    23672470DEP_CPP_CB_SE=\ 
    2368         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    2369         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    2370         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    2371         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    2372         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    2373         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    2374         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    2375         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    2376         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    2377         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    2378         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    2379         "..\..\..\pjlib\include\pj\config.h"\ 
    2380         "..\..\..\pjlib\include\pj\config_site.h"\ 
     2471        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     2472        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     2473        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     2474        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     2475        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     2476        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     2477        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     2478        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     2479        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     2480        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     2481        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     2482        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     2483        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     2484        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     2485        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     2486        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     2487        "..\..\..\pjlib\include\pj\config.h"\ 
     2488        "..\..\..\pjlib\include\pj\config_site.h"\ 
     2489        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    23812490        "..\..\..\pjlib\include\pj\log.h"\ 
    23822491        "..\..\..\pjlib\include\pj\types.h"\ 
     
    23942503        "..\..\speex\libspeex\fixed_debug.h"\ 
    23952504        "..\..\speex\libspeex\fixed_generic.h"\ 
    2396         "..\..\speex\libspeex\misc.h"\ 
     2505        "..\..\speex\libspeex\math_approx.h"\ 
     2506        "..\..\speex\libspeex\os_support.h"\ 
    23972507        "..\..\speex\libspeex\stack_alloc.h"\ 
    23982508        "..\..\speex\libspeex\vq.h"\ 
    23992509        "..\..\speex\win32\config.h"\ 
    24002510        ".\config.h"\ 
     2511        ".\speex\speex_config_types.h"\ 
     2512         
     2513NODEP_CPP_CB_SE=\ 
     2514        "..\..\speex\libspeex\os_support_custom.h"\ 
     2515        ".\misc.h"\ 
    24012516         
    24022517 
     
    27652880        "..\..\speex\libspeex\kiss_fft.h"\ 
    27662881        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2767         "..\..\speex\libspeex\misc.h"\ 
    27682882        "..\..\speex\libspeex\smallft.h"\ 
    27692883        "..\..\speex\win32\config.h"\ 
    27702884        ".\config.h"\ 
     2885         
     2886NODEP_CPP_FFTWR=\ 
     2887        "..\..\speex\libspeex\misc.h"\ 
    27712888         
    27722889 
     
    27982915        "..\..\speex\libspeex\kiss_fft.h"\ 
    27992916        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2800         "..\..\speex\libspeex\misc.h"\ 
    28012917        "..\..\speex\libspeex\smallft.h"\ 
    28022918        "..\..\speex\win32\config.h"\ 
    28032919        ".\config.h"\ 
     2920         
     2921NODEP_CPP_FFTWR=\ 
     2922        "..\..\speex\libspeex\misc.h"\ 
    28042923         
    28052924 
     
    28312950        "..\..\speex\libspeex\kiss_fft.h"\ 
    28322951        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2833         "..\..\speex\libspeex\misc.h"\ 
    28342952        "..\..\speex\libspeex\smallft.h"\ 
    28352953        "..\..\speex\win32\config.h"\ 
    28362954        ".\config.h"\ 
     2955         
     2956NODEP_CPP_FFTWR=\ 
     2957        "..\..\speex\libspeex\misc.h"\ 
    28372958         
    28382959 
     
    28642985        "..\..\speex\libspeex\kiss_fft.h"\ 
    28652986        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2866         "..\..\speex\libspeex\misc.h"\ 
    28672987        "..\..\speex\libspeex\smallft.h"\ 
    28682988        "..\..\speex\win32\config.h"\ 
    28692989        ".\config.h"\ 
     2990         
     2991NODEP_CPP_FFTWR=\ 
     2992        "..\..\speex\libspeex\misc.h"\ 
    28702993         
    28712994 
     
    28973020        "..\..\speex\libspeex\kiss_fft.h"\ 
    28983021        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2899         "..\..\speex\libspeex\misc.h"\ 
    29003022        "..\..\speex\libspeex\smallft.h"\ 
    29013023        "..\..\speex\win32\config.h"\ 
    29023024        ".\config.h"\ 
     3025         
     3026NODEP_CPP_FFTWR=\ 
     3027        "..\..\speex\libspeex\misc.h"\ 
    29033028         
    29043029 
     
    29303055        "..\..\speex\libspeex\kiss_fft.h"\ 
    29313056        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2932         "..\..\speex\libspeex\misc.h"\ 
    29333057        "..\..\speex\libspeex\smallft.h"\ 
    29343058        "..\..\speex\win32\config.h"\ 
    29353059        ".\config.h"\ 
     3060         
     3061NODEP_CPP_FFTWR=\ 
     3062        "..\..\speex\libspeex\misc.h"\ 
    29363063         
    29373064 
     
    29633090        "..\..\speex\libspeex\kiss_fft.h"\ 
    29643091        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2965         "..\..\speex\libspeex\misc.h"\ 
    29663092        "..\..\speex\libspeex\smallft.h"\ 
    29673093        "..\..\speex\win32\config.h"\ 
    29683094        ".\config.h"\ 
     3095         
     3096NODEP_CPP_FFTWR=\ 
     3097        "..\..\speex\libspeex\misc.h"\ 
    29693098         
    29703099 
     
    29963125        "..\..\speex\libspeex\kiss_fft.h"\ 
    29973126        "..\..\speex\libspeex\kiss_fftr.h"\ 
    2998         "..\..\speex\libspeex\misc.h"\ 
    29993127        "..\..\speex\libspeex\smallft.h"\ 
    30003128        "..\..\speex\win32\config.h"\ 
    30013129        ".\config.h"\ 
     3130         
     3131NODEP_CPP_FFTWR=\ 
     3132        "..\..\speex\libspeex\misc.h"\ 
    30023133         
    30033134 
     
    30293160        "..\..\speex\libspeex\kiss_fft.h"\ 
    30303161        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3031         "..\..\speex\libspeex\misc.h"\ 
    30323162        "..\..\speex\libspeex\smallft.h"\ 
    30333163        "..\..\speex\win32\config.h"\ 
    30343164        ".\config.h"\ 
     3165         
     3166NODEP_CPP_FFTWR=\ 
     3167        "..\..\speex\libspeex\misc.h"\ 
    30353168         
    30363169 
     
    30623195        "..\..\speex\libspeex\kiss_fft.h"\ 
    30633196        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3064         "..\..\speex\libspeex\misc.h"\ 
    30653197        "..\..\speex\libspeex\smallft.h"\ 
    30663198        "..\..\speex\win32\config.h"\ 
    30673199        ".\config.h"\ 
     3200         
     3201NODEP_CPP_FFTWR=\ 
     3202        "..\..\speex\libspeex\misc.h"\ 
    30683203         
    30693204 
     
    30953230        "..\..\speex\libspeex\kiss_fft.h"\ 
    30963231        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3097         "..\..\speex\libspeex\misc.h"\ 
    30983232        "..\..\speex\libspeex\smallft.h"\ 
    30993233        "..\..\speex\win32\config.h"\ 
    31003234        ".\config.h"\ 
     3235         
     3236NODEP_CPP_FFTWR=\ 
     3237        "..\..\speex\libspeex\misc.h"\ 
    31013238         
    31023239 
     
    31283265        "..\..\speex\libspeex\kiss_fft.h"\ 
    31293266        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3130         "..\..\speex\libspeex\misc.h"\ 
    31313267        "..\..\speex\libspeex\smallft.h"\ 
    31323268        "..\..\speex\win32\config.h"\ 
    31333269        ".\config.h"\ 
     3270         
     3271NODEP_CPP_FFTWR=\ 
     3272        "..\..\speex\libspeex\misc.h"\ 
    31343273         
    31353274 
     
    31613300        "..\..\speex\libspeex\kiss_fft.h"\ 
    31623301        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3163         "..\..\speex\libspeex\misc.h"\ 
    31643302        "..\..\speex\libspeex\smallft.h"\ 
    31653303        "..\..\speex\win32\config.h"\ 
    31663304        ".\config.h"\ 
     3305         
     3306NODEP_CPP_FFTWR=\ 
     3307        "..\..\speex\libspeex\misc.h"\ 
    31673308         
    31683309 
     
    31943335        "..\..\speex\libspeex\kiss_fft.h"\ 
    31953336        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3196         "..\..\speex\libspeex\misc.h"\ 
    31973337        "..\..\speex\libspeex\smallft.h"\ 
    31983338        "..\..\speex\win32\config.h"\ 
    31993339        ".\config.h"\ 
     3340         
     3341NODEP_CPP_FFTWR=\ 
     3342        "..\..\speex\libspeex\misc.h"\ 
    32003343         
    32013344 
     
    32273370        "..\..\speex\libspeex\kiss_fft.h"\ 
    32283371        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3229         "..\..\speex\libspeex\misc.h"\ 
    32303372        "..\..\speex\libspeex\smallft.h"\ 
    32313373        "..\..\speex\win32\config.h"\ 
    32323374        ".\config.h"\ 
     3375         
     3376NODEP_CPP_FFTWR=\ 
     3377        "..\..\speex\libspeex\misc.h"\ 
    32333378         
    32343379 
     
    32603405        "..\..\speex\libspeex\kiss_fft.h"\ 
    32613406        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3262         "..\..\speex\libspeex\misc.h"\ 
    32633407        "..\..\speex\libspeex\smallft.h"\ 
    32643408        "..\..\speex\win32\config.h"\ 
    32653409        ".\config.h"\ 
     3410         
     3411NODEP_CPP_FFTWR=\ 
     3412        "..\..\speex\libspeex\misc.h"\ 
    32663413         
    32673414 
     
    32753422        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    32763423        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     3424        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     3425        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     3426        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     3427        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     3428        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     3429        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     3430        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     3431        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     3432        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     3433        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     3434        "..\..\..\pjlib\include\pj\config.h"\ 
     3435        "..\..\..\pjlib\include\pj\config_site.h"\ 
     3436        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     3437        "..\..\..\pjlib\include\pj\log.h"\ 
     3438        "..\..\..\pjlib\include\pj\types.h"\ 
     3439        "..\..\speex\include\speex\speex_types.h"\ 
     3440        "..\..\speex\libspeex\arch.h"\ 
     3441        "..\..\speex\libspeex\fixed_arm4.h"\ 
     3442        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     3443        "..\..\speex\libspeex\fixed_bfin.h"\ 
     3444        "..\..\speex\libspeex\fixed_debug.h"\ 
     3445        "..\..\speex\libspeex\fixed_generic.h"\ 
     3446        "..\..\speex\libspeex\kiss_fft.h"\ 
     3447        "..\..\speex\libspeex\kiss_fftr.h"\ 
     3448        "..\..\speex\libspeex\smallft.h"\ 
     3449        "..\..\speex\win32\config.h"\ 
     3450        ".\config.h"\ 
     3451        ".\speex\speex_config_types.h"\ 
     3452         
     3453NODEP_CPP_FFTWR=\ 
    32773454        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    32783455        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    3279         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    3280         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    3281         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    3282         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    3283         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    3284         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    3285         "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
    3286         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    3287         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    3288         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    3289         "..\..\..\pjlib\include\pj\config.h"\ 
    3290         "..\..\..\pjlib\include\pj\config_site.h"\ 
    3291         "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     3456        "..\..\speex\libspeex\misc.h"\ 
     3457         
     3458 
     3459!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     3460 
     3461DEP_CPP_FFTWR=\ 
     3462        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     3463        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     3464        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     3465        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     3466        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     3467        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     3468        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     3469        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     3470        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     3471        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     3472        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     3473        "..\..\..\pjlib\include\pj\config.h"\ 
     3474        "..\..\..\pjlib\include\pj\config_site.h"\ 
    32923475        "..\..\..\pjlib\include\pj\log.h"\ 
    32933476        "..\..\..\pjlib\include\pj\types.h"\ 
     
    33013484        "..\..\speex\libspeex\kiss_fft.h"\ 
    33023485        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3303         "..\..\speex\libspeex\misc.h"\ 
    33043486        "..\..\speex\libspeex\smallft.h"\ 
    33053487        "..\..\speex\win32\config.h"\ 
    33063488        ".\config.h"\ 
    3307         ".\speex\speex_config_types.h"\ 
    3308          
    3309  
    3310 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     3489         
     3490NODEP_CPP_FFTWR=\ 
     3491        "..\..\speex\libspeex\misc.h"\ 
     3492         
     3493 
     3494!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
    33113495 
    33123496DEP_CPP_FFTWR=\ 
     
    33353519        "..\..\speex\libspeex\kiss_fft.h"\ 
    33363520        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3337         "..\..\speex\libspeex\misc.h"\ 
    33383521        "..\..\speex\libspeex\smallft.h"\ 
    33393522        "..\..\speex\win32\config.h"\ 
    33403523        ".\config.h"\ 
    33413524         
    3342  
    3343 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
     3525NODEP_CPP_FFTWR=\ 
     3526        "..\..\speex\libspeex\misc.h"\ 
     3527         
     3528 
     3529!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
    33443530 
    33453531DEP_CPP_FFTWR=\ 
     
    33683554        "..\..\speex\libspeex\kiss_fft.h"\ 
    33693555        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3370         "..\..\speex\libspeex\misc.h"\ 
    33713556        "..\..\speex\libspeex\smallft.h"\ 
    33723557        "..\..\speex\win32\config.h"\ 
    33733558        ".\config.h"\ 
    33743559         
    3375  
    3376 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
     3560NODEP_CPP_FFTWR=\ 
     3561        "..\..\speex\libspeex\misc.h"\ 
     3562         
     3563 
     3564!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
    33773565 
    33783566DEP_CPP_FFTWR=\ 
     
    34013589        "..\..\speex\libspeex\kiss_fft.h"\ 
    34023590        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3403         "..\..\speex\libspeex\misc.h"\ 
    34043591        "..\..\speex\libspeex\smallft.h"\ 
    34053592        "..\..\speex\win32\config.h"\ 
    34063593        ".\config.h"\ 
    34073594         
    3408  
    3409 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
     3595NODEP_CPP_FFTWR=\ 
     3596        "..\..\speex\libspeex\misc.h"\ 
     3597         
     3598 
     3599!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
    34103600 
    34113601DEP_CPP_FFTWR=\ 
     
    34343624        "..\..\speex\libspeex\kiss_fft.h"\ 
    34353625        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3436         "..\..\speex\libspeex\misc.h"\ 
    34373626        "..\..\speex\libspeex\smallft.h"\ 
    34383627        "..\..\speex\win32\config.h"\ 
    34393628        ".\config.h"\ 
    34403629         
    3441  
    3442 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
     3630NODEP_CPP_FFTWR=\ 
     3631        "..\..\speex\libspeex\misc.h"\ 
     3632         
     3633 
     3634!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
    34433635 
    34443636DEP_CPP_FFTWR=\ 
     
    34673659        "..\..\speex\libspeex\kiss_fft.h"\ 
    34683660        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3469         "..\..\speex\libspeex\misc.h"\ 
    34703661        "..\..\speex\libspeex\smallft.h"\ 
    34713662        "..\..\speex\win32\config.h"\ 
    34723663        ".\config.h"\ 
    34733664         
    3474  
    3475 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
     3665NODEP_CPP_FFTWR=\ 
     3666        "..\..\speex\libspeex\misc.h"\ 
     3667         
     3668 
     3669!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    34763670 
    34773671DEP_CPP_FFTWR=\ 
    3478         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    3479         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    3480         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    3481         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    3482         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    3483         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    3484         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    3485         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    3486         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    3487         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    3488         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    3489         "..\..\..\pjlib\include\pj\config.h"\ 
    3490         "..\..\..\pjlib\include\pj\config_site.h"\ 
     3672        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     3673        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     3674        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     3675        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     3676        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     3677        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     3678        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     3679        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     3680        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     3681        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     3682        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     3683        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     3684        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     3685        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     3686        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     3687        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     3688        "..\..\..\pjlib\include\pj\config.h"\ 
     3689        "..\..\..\pjlib\include\pj\config_site.h"\ 
     3690        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    34913691        "..\..\..\pjlib\include\pj\log.h"\ 
    34923692        "..\..\..\pjlib\include\pj\types.h"\ 
     
    35003700        "..\..\speex\libspeex\kiss_fft.h"\ 
    35013701        "..\..\speex\libspeex\kiss_fftr.h"\ 
    3502         "..\..\speex\libspeex\misc.h"\ 
     3702        "..\..\speex\libspeex\os_support.h"\ 
    35033703        "..\..\speex\libspeex\smallft.h"\ 
    35043704        "..\..\speex\win32\config.h"\ 
    35053705        ".\config.h"\ 
    3506          
    3507  
    3508 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    3509  
    3510 DEP_CPP_FFTWR=\ 
    3511         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    3512         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    3513         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    3514         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    3515         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    3516         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    3517         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    3518         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    3519         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    3520         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    3521         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    3522         "..\..\..\pjlib\include\pj\config.h"\ 
    3523         "..\..\..\pjlib\include\pj\config_site.h"\ 
    3524         "..\..\..\pjlib\include\pj\log.h"\ 
    3525         "..\..\..\pjlib\include\pj\types.h"\ 
    3526         "..\..\speex\include\speex\speex_types.h"\ 
    3527         "..\..\speex\libspeex\arch.h"\ 
    3528         "..\..\speex\libspeex\fixed_arm4.h"\ 
    3529         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    3530         "..\..\speex\libspeex\fixed_bfin.h"\ 
    3531         "..\..\speex\libspeex\fixed_debug.h"\ 
    3532         "..\..\speex\libspeex\fixed_generic.h"\ 
    3533         "..\..\speex\libspeex\kiss_fft.h"\ 
    3534         "..\..\speex\libspeex\kiss_fftr.h"\ 
    3535         "..\..\speex\libspeex\misc.h"\ 
    3536         "..\..\speex\libspeex\smallft.h"\ 
    3537         "..\..\speex\win32\config.h"\ 
    3538         ".\config.h"\ 
     3706        ".\speex\speex_config_types.h"\ 
     3707         
     3708NODEP_CPP_FFTWR=\ 
     3709        "..\..\speex\libspeex\os_support_custom.h"\ 
     3710        ".\misc.h"\ 
    35393711         
    35403712 
     
    35733745        "..\..\speex\libspeex\fixed_generic.h"\ 
    35743746        "..\..\speex\libspeex\math_approx.h"\ 
    3575         "..\..\speex\libspeex\misc.h"\ 
    3576         "..\..\speex\win32\config.h"\ 
    3577         ".\config.h"\ 
     3747        "..\..\speex\win32\config.h"\ 
     3748        ".\config.h"\ 
     3749         
     3750NODEP_CPP_FILTE=\ 
     3751        "..\..\speex\libspeex\misc.h"\ 
    35783752         
    35793753 
     
    36053779        "..\..\speex\libspeex\fixed_generic.h"\ 
    36063780        "..\..\speex\libspeex\math_approx.h"\ 
    3607         "..\..\speex\libspeex\misc.h"\ 
    3608         "..\..\speex\win32\config.h"\ 
    3609         ".\config.h"\ 
     3781        "..\..\speex\win32\config.h"\ 
     3782        ".\config.h"\ 
     3783         
     3784NODEP_CPP_FILTE=\ 
     3785        "..\..\speex\libspeex\misc.h"\ 
    36103786         
    36113787 
     
    36373813        "..\..\speex\libspeex\fixed_generic.h"\ 
    36383814        "..\..\speex\libspeex\math_approx.h"\ 
    3639         "..\..\speex\libspeex\misc.h"\ 
    3640         "..\..\speex\win32\config.h"\ 
    3641         ".\config.h"\ 
     3815        "..\..\speex\win32\config.h"\ 
     3816        ".\config.h"\ 
     3817         
     3818NODEP_CPP_FILTE=\ 
     3819        "..\..\speex\libspeex\misc.h"\ 
    36423820         
    36433821 
     
    36693847        "..\..\speex\libspeex\fixed_generic.h"\ 
    36703848        "..\..\speex\libspeex\math_approx.h"\ 
    3671         "..\..\speex\libspeex\misc.h"\ 
    3672         "..\..\speex\win32\config.h"\ 
    3673         ".\config.h"\ 
     3849        "..\..\speex\win32\config.h"\ 
     3850        ".\config.h"\ 
     3851         
     3852NODEP_CPP_FILTE=\ 
     3853        "..\..\speex\libspeex\misc.h"\ 
    36743854         
    36753855 
     
    37013881        "..\..\speex\libspeex\fixed_generic.h"\ 
    37023882        "..\..\speex\libspeex\math_approx.h"\ 
    3703         "..\..\speex\libspeex\misc.h"\ 
    3704         "..\..\speex\win32\config.h"\ 
    3705         ".\config.h"\ 
     3883        "..\..\speex\win32\config.h"\ 
     3884        ".\config.h"\ 
     3885         
     3886NODEP_CPP_FILTE=\ 
     3887        "..\..\speex\libspeex\misc.h"\ 
    37063888         
    37073889 
     
    37333915        "..\..\speex\libspeex\fixed_generic.h"\ 
    37343916        "..\..\speex\libspeex\math_approx.h"\ 
    3735         "..\..\speex\libspeex\misc.h"\ 
    3736         "..\..\speex\win32\config.h"\ 
    3737         ".\config.h"\ 
     3917        "..\..\speex\win32\config.h"\ 
     3918        ".\config.h"\ 
     3919         
     3920NODEP_CPP_FILTE=\ 
     3921        "..\..\speex\libspeex\misc.h"\ 
    37383922         
    37393923 
     
    37653949        "..\..\speex\libspeex\fixed_generic.h"\ 
    37663950        "..\..\speex\libspeex\math_approx.h"\ 
    3767         "..\..\speex\libspeex\misc.h"\ 
    3768         "..\..\speex\win32\config.h"\ 
    3769         ".\config.h"\ 
     3951        "..\..\speex\win32\config.h"\ 
     3952        ".\config.h"\ 
     3953         
     3954NODEP_CPP_FILTE=\ 
     3955        "..\..\speex\libspeex\misc.h"\ 
    37703956         
    37713957 
     
    37973983        "..\..\speex\libspeex\fixed_generic.h"\ 
    37983984        "..\..\speex\libspeex\math_approx.h"\ 
    3799         "..\..\speex\libspeex\misc.h"\ 
    3800         "..\..\speex\win32\config.h"\ 
    3801         ".\config.h"\ 
     3985        "..\..\speex\win32\config.h"\ 
     3986        ".\config.h"\ 
     3987         
     3988NODEP_CPP_FILTE=\ 
     3989        "..\..\speex\libspeex\misc.h"\ 
    38023990         
    38033991 
     
    38294017        "..\..\speex\libspeex\fixed_generic.h"\ 
    38304018        "..\..\speex\libspeex\math_approx.h"\ 
    3831         "..\..\speex\libspeex\misc.h"\ 
    3832         "..\..\speex\win32\config.h"\ 
    3833         ".\config.h"\ 
     4019        "..\..\speex\win32\config.h"\ 
     4020        ".\config.h"\ 
     4021         
     4022NODEP_CPP_FILTE=\ 
     4023        "..\..\speex\libspeex\misc.h"\ 
    38344024         
    38354025 
     
    38614051        "..\..\speex\libspeex\fixed_generic.h"\ 
    38624052        "..\..\speex\libspeex\math_approx.h"\ 
    3863         "..\..\speex\libspeex\misc.h"\ 
    3864         "..\..\speex\win32\config.h"\ 
    3865         ".\config.h"\ 
     4053        "..\..\speex\win32\config.h"\ 
     4054        ".\config.h"\ 
     4055         
     4056NODEP_CPP_FILTE=\ 
     4057        "..\..\speex\libspeex\misc.h"\ 
    38664058         
    38674059 
     
    38934085        "..\..\speex\libspeex\fixed_generic.h"\ 
    38944086        "..\..\speex\libspeex\math_approx.h"\ 
    3895         "..\..\speex\libspeex\misc.h"\ 
    3896         "..\..\speex\win32\config.h"\ 
    3897         ".\config.h"\ 
     4087        "..\..\speex\win32\config.h"\ 
     4088        ".\config.h"\ 
     4089         
     4090NODEP_CPP_FILTE=\ 
     4091        "..\..\speex\libspeex\misc.h"\ 
    38984092         
    38994093 
     
    39254119        "..\..\speex\libspeex\fixed_generic.h"\ 
    39264120        "..\..\speex\libspeex\math_approx.h"\ 
    3927         "..\..\speex\libspeex\misc.h"\ 
    3928         "..\..\speex\win32\config.h"\ 
    3929         ".\config.h"\ 
     4121        "..\..\speex\win32\config.h"\ 
     4122        ".\config.h"\ 
     4123         
     4124NODEP_CPP_FILTE=\ 
     4125        "..\..\speex\libspeex\misc.h"\ 
    39304126         
    39314127 
     
    39574153        "..\..\speex\libspeex\fixed_generic.h"\ 
    39584154        "..\..\speex\libspeex\math_approx.h"\ 
    3959         "..\..\speex\libspeex\misc.h"\ 
    3960         "..\..\speex\win32\config.h"\ 
    3961         ".\config.h"\ 
     4155        "..\..\speex\win32\config.h"\ 
     4156        ".\config.h"\ 
     4157         
     4158NODEP_CPP_FILTE=\ 
     4159        "..\..\speex\libspeex\misc.h"\ 
    39624160         
    39634161 
     
    39894187        "..\..\speex\libspeex\fixed_generic.h"\ 
    39904188        "..\..\speex\libspeex\math_approx.h"\ 
    3991         "..\..\speex\libspeex\misc.h"\ 
    3992         "..\..\speex\win32\config.h"\ 
    3993         ".\config.h"\ 
     4189        "..\..\speex\win32\config.h"\ 
     4190        ".\config.h"\ 
     4191         
     4192NODEP_CPP_FILTE=\ 
     4193        "..\..\speex\libspeex\misc.h"\ 
    39944194         
    39954195 
     
    40214221        "..\..\speex\libspeex\fixed_generic.h"\ 
    40224222        "..\..\speex\libspeex\math_approx.h"\ 
    4023         "..\..\speex\libspeex\misc.h"\ 
    4024         "..\..\speex\win32\config.h"\ 
    4025         ".\config.h"\ 
     4223        "..\..\speex\win32\config.h"\ 
     4224        ".\config.h"\ 
     4225         
     4226NODEP_CPP_FILTE=\ 
     4227        "..\..\speex\libspeex\misc.h"\ 
    40264228         
    40274229 
     
    40534255        "..\..\speex\libspeex\fixed_generic.h"\ 
    40544256        "..\..\speex\libspeex\math_approx.h"\ 
    4055         "..\..\speex\libspeex\misc.h"\ 
    4056         "..\..\speex\win32\config.h"\ 
    4057         ".\config.h"\ 
     4257        "..\..\speex\win32\config.h"\ 
     4258        ".\config.h"\ 
     4259         
     4260NODEP_CPP_FILTE=\ 
     4261        "..\..\speex\libspeex\misc.h"\ 
    40584262         
    40594263 
     
    40674271        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    40684272        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     4273        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     4274        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     4275        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     4276        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     4277        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     4278        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     4279        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     4280        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     4281        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     4282        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     4283        "..\..\..\pjlib\include\pj\config.h"\ 
     4284        "..\..\..\pjlib\include\pj\config_site.h"\ 
     4285        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     4286        "..\..\..\pjlib\include\pj\log.h"\ 
     4287        "..\..\..\pjlib\include\pj\types.h"\ 
     4288        "..\..\speex\include\speex\speex_types.h"\ 
     4289        "..\..\speex\libspeex\arch.h"\ 
     4290        "..\..\speex\libspeex\filterbank.h"\ 
     4291        "..\..\speex\libspeex\fixed_arm4.h"\ 
     4292        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     4293        "..\..\speex\libspeex\fixed_bfin.h"\ 
     4294        "..\..\speex\libspeex\fixed_debug.h"\ 
     4295        "..\..\speex\libspeex\fixed_generic.h"\ 
     4296        "..\..\speex\libspeex\math_approx.h"\ 
     4297        "..\..\speex\win32\config.h"\ 
     4298        ".\config.h"\ 
     4299        ".\speex\speex_config_types.h"\ 
     4300         
     4301NODEP_CPP_FILTE=\ 
    40694302        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    40704303        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
     4304        "..\..\speex\libspeex\misc.h"\ 
     4305         
     4306 
     4307!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     4308 
     4309DEP_CPP_FILTE=\ 
     4310        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     4311        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     4312        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     4313        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     4314        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     4315        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     4316        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     4317        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     4318        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     4319        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     4320        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     4321        "..\..\..\pjlib\include\pj\config.h"\ 
     4322        "..\..\..\pjlib\include\pj\config_site.h"\ 
     4323        "..\..\..\pjlib\include\pj\log.h"\ 
     4324        "..\..\..\pjlib\include\pj\types.h"\ 
     4325        "..\..\speex\include\speex\speex_types.h"\ 
     4326        "..\..\speex\libspeex\arch.h"\ 
     4327        "..\..\speex\libspeex\filterbank.h"\ 
     4328        "..\..\speex\libspeex\fixed_arm4.h"\ 
     4329        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     4330        "..\..\speex\libspeex\fixed_bfin.h"\ 
     4331        "..\..\speex\libspeex\fixed_debug.h"\ 
     4332        "..\..\speex\libspeex\fixed_generic.h"\ 
     4333        "..\..\speex\libspeex\math_approx.h"\ 
     4334        "..\..\speex\win32\config.h"\ 
     4335        ".\config.h"\ 
     4336         
     4337NODEP_CPP_FILTE=\ 
     4338        "..\..\speex\libspeex\misc.h"\ 
     4339         
     4340 
     4341!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
     4342 
     4343DEP_CPP_FILTE=\ 
     4344        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     4345        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     4346        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     4347        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     4348        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     4349        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     4350        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     4351        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     4352        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     4353        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     4354        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     4355        "..\..\..\pjlib\include\pj\config.h"\ 
     4356        "..\..\..\pjlib\include\pj\config_site.h"\ 
     4357        "..\..\..\pjlib\include\pj\log.h"\ 
     4358        "..\..\..\pjlib\include\pj\types.h"\ 
     4359        "..\..\speex\include\speex\speex_types.h"\ 
     4360        "..\..\speex\libspeex\arch.h"\ 
     4361        "..\..\speex\libspeex\filterbank.h"\ 
     4362        "..\..\speex\libspeex\fixed_arm4.h"\ 
     4363        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     4364        "..\..\speex\libspeex\fixed_bfin.h"\ 
     4365        "..\..\speex\libspeex\fixed_debug.h"\ 
     4366        "..\..\speex\libspeex\fixed_generic.h"\ 
     4367        "..\..\speex\libspeex\math_approx.h"\ 
     4368        "..\..\speex\win32\config.h"\ 
     4369        ".\config.h"\ 
     4370         
     4371NODEP_CPP_FILTE=\ 
     4372        "..\..\speex\libspeex\misc.h"\ 
     4373         
     4374 
     4375!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
     4376 
     4377DEP_CPP_FILTE=\ 
     4378        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     4379        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     4380        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     4381        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     4382        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     4383        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     4384        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     4385        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     4386        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     4387        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     4388        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     4389        "..\..\..\pjlib\include\pj\config.h"\ 
     4390        "..\..\..\pjlib\include\pj\config_site.h"\ 
     4391        "..\..\..\pjlib\include\pj\log.h"\ 
     4392        "..\..\..\pjlib\include\pj\types.h"\ 
     4393        "..\..\speex\include\speex\speex_types.h"\ 
     4394        "..\..\speex\libspeex\arch.h"\ 
     4395        "..\..\speex\libspeex\filterbank.h"\ 
     4396        "..\..\speex\libspeex\fixed_arm4.h"\ 
     4397        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     4398        "..\..\speex\libspeex\fixed_bfin.h"\ 
     4399        "..\..\speex\libspeex\fixed_debug.h"\ 
     4400        "..\..\speex\libspeex\fixed_generic.h"\ 
     4401        "..\..\speex\libspeex\math_approx.h"\ 
     4402        "..\..\speex\win32\config.h"\ 
     4403        ".\config.h"\ 
     4404         
     4405NODEP_CPP_FILTE=\ 
     4406        "..\..\speex\libspeex\misc.h"\ 
     4407         
     4408 
     4409!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
     4410 
     4411DEP_CPP_FILTE=\ 
     4412        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     4413        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     4414        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     4415        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     4416        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     4417        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     4418        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     4419        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     4420        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     4421        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     4422        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     4423        "..\..\..\pjlib\include\pj\config.h"\ 
     4424        "..\..\..\pjlib\include\pj\config_site.h"\ 
     4425        "..\..\..\pjlib\include\pj\log.h"\ 
     4426        "..\..\..\pjlib\include\pj\types.h"\ 
     4427        "..\..\speex\include\speex\speex_types.h"\ 
     4428        "..\..\speex\libspeex\arch.h"\ 
     4429        "..\..\speex\libspeex\filterbank.h"\ 
     4430        "..\..\speex\libspeex\fixed_arm4.h"\ 
     4431        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     4432        "..\..\speex\libspeex\fixed_bfin.h"\ 
     4433        "..\..\speex\libspeex\fixed_debug.h"\ 
     4434        "..\..\speex\libspeex\fixed_generic.h"\ 
     4435        "..\..\speex\libspeex\math_approx.h"\ 
     4436        "..\..\speex\win32\config.h"\ 
     4437        ".\config.h"\ 
     4438         
     4439NODEP_CPP_FILTE=\ 
     4440        "..\..\speex\libspeex\misc.h"\ 
     4441         
     4442 
     4443!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
     4444 
     4445DEP_CPP_FILTE=\ 
     4446        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     4447        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     4448        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     4449        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     4450        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     4451        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     4452        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     4453        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     4454        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     4455        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     4456        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     4457        "..\..\..\pjlib\include\pj\config.h"\ 
     4458        "..\..\..\pjlib\include\pj\config_site.h"\ 
     4459        "..\..\..\pjlib\include\pj\log.h"\ 
     4460        "..\..\..\pjlib\include\pj\types.h"\ 
     4461        "..\..\speex\include\speex\speex_types.h"\ 
     4462        "..\..\speex\libspeex\arch.h"\ 
     4463        "..\..\speex\libspeex\filterbank.h"\ 
     4464        "..\..\speex\libspeex\fixed_arm4.h"\ 
     4465        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     4466        "..\..\speex\libspeex\fixed_bfin.h"\ 
     4467        "..\..\speex\libspeex\fixed_debug.h"\ 
     4468        "..\..\speex\libspeex\fixed_generic.h"\ 
     4469        "..\..\speex\libspeex\math_approx.h"\ 
     4470        "..\..\speex\win32\config.h"\ 
     4471        ".\config.h"\ 
     4472         
     4473NODEP_CPP_FILTE=\ 
     4474        "..\..\speex\libspeex\misc.h"\ 
     4475         
     4476 
     4477!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
     4478 
     4479DEP_CPP_FILTE=\ 
     4480        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     4481        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     4482        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     4483        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     4484        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     4485        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     4486        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     4487        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     4488        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     4489        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     4490        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     4491        "..\..\..\pjlib\include\pj\config.h"\ 
     4492        "..\..\..\pjlib\include\pj\config_site.h"\ 
     4493        "..\..\..\pjlib\include\pj\log.h"\ 
     4494        "..\..\..\pjlib\include\pj\types.h"\ 
     4495        "..\..\speex\include\speex\speex_types.h"\ 
     4496        "..\..\speex\libspeex\arch.h"\ 
     4497        "..\..\speex\libspeex\filterbank.h"\ 
     4498        "..\..\speex\libspeex\fixed_arm4.h"\ 
     4499        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     4500        "..\..\speex\libspeex\fixed_bfin.h"\ 
     4501        "..\..\speex\libspeex\fixed_debug.h"\ 
     4502        "..\..\speex\libspeex\fixed_generic.h"\ 
     4503        "..\..\speex\libspeex\math_approx.h"\ 
     4504        "..\..\speex\win32\config.h"\ 
     4505        ".\config.h"\ 
     4506         
     4507NODEP_CPP_FILTE=\ 
     4508        "..\..\speex\libspeex\misc.h"\ 
     4509         
     4510 
     4511!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
     4512 
     4513DEP_CPP_FILTE=\ 
     4514        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     4515        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     4516        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     4517        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     4518        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     4519        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    40714520        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    40724521        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     
    40934542        "..\..\speex\libspeex\fixed_generic.h"\ 
    40944543        "..\..\speex\libspeex\math_approx.h"\ 
    4095         "..\..\speex\libspeex\misc.h"\ 
     4544        "..\..\speex\libspeex\os_support.h"\ 
    40964545        "..\..\speex\win32\config.h"\ 
    40974546        ".\config.h"\ 
    40984547        ".\speex\speex_config_types.h"\ 
    40994548         
    4100  
    4101 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
    4102  
    4103 DEP_CPP_FILTE=\ 
    4104         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    4105         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    4106         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    4107         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    4108         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    4109         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    4110         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    4111         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    4112         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    4113         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    4114         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    4115         "..\..\..\pjlib\include\pj\config.h"\ 
    4116         "..\..\..\pjlib\include\pj\config_site.h"\ 
    4117         "..\..\..\pjlib\include\pj\log.h"\ 
    4118         "..\..\..\pjlib\include\pj\types.h"\ 
    4119         "..\..\speex\include\speex\speex_types.h"\ 
    4120         "..\..\speex\libspeex\arch.h"\ 
    4121         "..\..\speex\libspeex\filterbank.h"\ 
    4122         "..\..\speex\libspeex\fixed_arm4.h"\ 
    4123         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    4124         "..\..\speex\libspeex\fixed_bfin.h"\ 
    4125         "..\..\speex\libspeex\fixed_debug.h"\ 
    4126         "..\..\speex\libspeex\fixed_generic.h"\ 
    4127         "..\..\speex\libspeex\math_approx.h"\ 
    4128         "..\..\speex\libspeex\misc.h"\ 
    4129         "..\..\speex\win32\config.h"\ 
    4130         ".\config.h"\ 
    4131          
    4132  
    4133 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
    4134  
    4135 DEP_CPP_FILTE=\ 
    4136         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    4137         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    4138         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    4139         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    4140         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    4141         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    4142         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    4143         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    4144         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    4145         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    4146         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    4147         "..\..\..\pjlib\include\pj\config.h"\ 
    4148         "..\..\..\pjlib\include\pj\config_site.h"\ 
    4149         "..\..\..\pjlib\include\pj\log.h"\ 
    4150         "..\..\..\pjlib\include\pj\types.h"\ 
    4151         "..\..\speex\include\speex\speex_types.h"\ 
    4152         "..\..\speex\libspeex\arch.h"\ 
    4153         "..\..\speex\libspeex\filterbank.h"\ 
    4154         "..\..\speex\libspeex\fixed_arm4.h"\ 
    4155         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    4156         "..\..\speex\libspeex\fixed_bfin.h"\ 
    4157         "..\..\speex\libspeex\fixed_debug.h"\ 
    4158         "..\..\speex\libspeex\fixed_generic.h"\ 
    4159         "..\..\speex\libspeex\math_approx.h"\ 
    4160         "..\..\speex\libspeex\misc.h"\ 
    4161         "..\..\speex\win32\config.h"\ 
    4162         ".\config.h"\ 
    4163          
    4164  
    4165 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
    4166  
    4167 DEP_CPP_FILTE=\ 
    4168         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    4169         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    4170         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    4171         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    4172         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    4173         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    4174         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    4175         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    4176         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    4177         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    4178         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    4179         "..\..\..\pjlib\include\pj\config.h"\ 
    4180         "..\..\..\pjlib\include\pj\config_site.h"\ 
    4181         "..\..\..\pjlib\include\pj\log.h"\ 
    4182         "..\..\..\pjlib\include\pj\types.h"\ 
    4183         "..\..\speex\include\speex\speex_types.h"\ 
    4184         "..\..\speex\libspeex\arch.h"\ 
    4185         "..\..\speex\libspeex\filterbank.h"\ 
    4186         "..\..\speex\libspeex\fixed_arm4.h"\ 
    4187         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    4188         "..\..\speex\libspeex\fixed_bfin.h"\ 
    4189         "..\..\speex\libspeex\fixed_debug.h"\ 
    4190         "..\..\speex\libspeex\fixed_generic.h"\ 
    4191         "..\..\speex\libspeex\math_approx.h"\ 
    4192         "..\..\speex\libspeex\misc.h"\ 
    4193         "..\..\speex\win32\config.h"\ 
    4194         ".\config.h"\ 
    4195          
    4196  
    4197 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
    4198  
    4199 DEP_CPP_FILTE=\ 
    4200         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    4201         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    4202         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    4203         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    4204         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    4205         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    4206         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    4207         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    4208         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    4209         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    4210         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    4211         "..\..\..\pjlib\include\pj\config.h"\ 
    4212         "..\..\..\pjlib\include\pj\config_site.h"\ 
    4213         "..\..\..\pjlib\include\pj\log.h"\ 
    4214         "..\..\..\pjlib\include\pj\types.h"\ 
    4215         "..\..\speex\include\speex\speex_types.h"\ 
    4216         "..\..\speex\libspeex\arch.h"\ 
    4217         "..\..\speex\libspeex\filterbank.h"\ 
    4218         "..\..\speex\libspeex\fixed_arm4.h"\ 
    4219         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    4220         "..\..\speex\libspeex\fixed_bfin.h"\ 
    4221         "..\..\speex\libspeex\fixed_debug.h"\ 
    4222         "..\..\speex\libspeex\fixed_generic.h"\ 
    4223         "..\..\speex\libspeex\math_approx.h"\ 
    4224         "..\..\speex\libspeex\misc.h"\ 
    4225         "..\..\speex\win32\config.h"\ 
    4226         ".\config.h"\ 
    4227          
    4228  
    4229 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
    4230  
    4231 DEP_CPP_FILTE=\ 
    4232         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    4233         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    4234         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    4235         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    4236         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    4237         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    4238         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    4239         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    4240         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    4241         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    4242         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    4243         "..\..\..\pjlib\include\pj\config.h"\ 
    4244         "..\..\..\pjlib\include\pj\config_site.h"\ 
    4245         "..\..\..\pjlib\include\pj\log.h"\ 
    4246         "..\..\..\pjlib\include\pj\types.h"\ 
    4247         "..\..\speex\include\speex\speex_types.h"\ 
    4248         "..\..\speex\libspeex\arch.h"\ 
    4249         "..\..\speex\libspeex\filterbank.h"\ 
    4250         "..\..\speex\libspeex\fixed_arm4.h"\ 
    4251         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    4252         "..\..\speex\libspeex\fixed_bfin.h"\ 
    4253         "..\..\speex\libspeex\fixed_debug.h"\ 
    4254         "..\..\speex\libspeex\fixed_generic.h"\ 
    4255         "..\..\speex\libspeex\math_approx.h"\ 
    4256         "..\..\speex\libspeex\misc.h"\ 
    4257         "..\..\speex\win32\config.h"\ 
    4258         ".\config.h"\ 
    4259          
    4260  
    4261 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
    4262  
    4263 DEP_CPP_FILTE=\ 
    4264         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    4265         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    4266         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    4267         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    4268         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    4269         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    4270         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    4271         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    4272         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    4273         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    4274         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    4275         "..\..\..\pjlib\include\pj\config.h"\ 
    4276         "..\..\..\pjlib\include\pj\config_site.h"\ 
    4277         "..\..\..\pjlib\include\pj\log.h"\ 
    4278         "..\..\..\pjlib\include\pj\types.h"\ 
    4279         "..\..\speex\include\speex\speex_types.h"\ 
    4280         "..\..\speex\libspeex\arch.h"\ 
    4281         "..\..\speex\libspeex\filterbank.h"\ 
    4282         "..\..\speex\libspeex\fixed_arm4.h"\ 
    4283         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    4284         "..\..\speex\libspeex\fixed_bfin.h"\ 
    4285         "..\..\speex\libspeex\fixed_debug.h"\ 
    4286         "..\..\speex\libspeex\fixed_generic.h"\ 
    4287         "..\..\speex\libspeex\math_approx.h"\ 
    4288         "..\..\speex\libspeex\misc.h"\ 
    4289         "..\..\speex\win32\config.h"\ 
    4290         ".\config.h"\ 
    4291          
    4292  
    4293 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    4294  
    4295 DEP_CPP_FILTE=\ 
    4296         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    4297         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    4298         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    4299         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    4300         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    4301         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    4302         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    4303         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    4304         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    4305         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    4306         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    4307         "..\..\..\pjlib\include\pj\config.h"\ 
    4308         "..\..\..\pjlib\include\pj\config_site.h"\ 
    4309         "..\..\..\pjlib\include\pj\log.h"\ 
    4310         "..\..\..\pjlib\include\pj\types.h"\ 
    4311         "..\..\speex\include\speex\speex_types.h"\ 
    4312         "..\..\speex\libspeex\arch.h"\ 
    4313         "..\..\speex\libspeex\filterbank.h"\ 
    4314         "..\..\speex\libspeex\fixed_arm4.h"\ 
    4315         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    4316         "..\..\speex\libspeex\fixed_bfin.h"\ 
    4317         "..\..\speex\libspeex\fixed_debug.h"\ 
    4318         "..\..\speex\libspeex\fixed_generic.h"\ 
    4319         "..\..\speex\libspeex\math_approx.h"\ 
    4320         "..\..\speex\libspeex\misc.h"\ 
    4321         "..\..\speex\win32\config.h"\ 
    4322         ".\config.h"\ 
     4549NODEP_CPP_FILTE=\ 
     4550        "..\..\speex\libspeex\os_support_custom.h"\ 
     4551        ".\misc.h"\ 
    43234552         
    43244553 
     
    43624591        "..\..\speex\libspeex\ltp.h"\ 
    43634592        "..\..\speex\libspeex\math_approx.h"\ 
    4364         "..\..\speex\libspeex\misc.h"\ 
    43654593        "..\..\speex\libspeex\stack_alloc.h"\ 
    43664594        "..\..\speex\win32\config.h"\ 
    43674595        ".\config.h"\ 
     4596         
     4597NODEP_CPP_FILTER=\ 
     4598        "..\..\speex\libspeex\misc.h"\ 
    43684599         
    43694600 
     
    44004631        "..\..\speex\libspeex\ltp.h"\ 
    44014632        "..\..\speex\libspeex\math_approx.h"\ 
    4402         "..\..\speex\libspeex\misc.h"\ 
    44034633        "..\..\speex\libspeex\stack_alloc.h"\ 
    44044634        "..\..\speex\win32\config.h"\ 
    44054635        ".\config.h"\ 
     4636         
     4637NODEP_CPP_FILTER=\ 
     4638        "..\..\speex\libspeex\misc.h"\ 
    44064639         
    44074640 
     
    44384671        "..\..\speex\libspeex\ltp.h"\ 
    44394672        "..\..\speex\libspeex\math_approx.h"\ 
    4440         "..\..\speex\libspeex\misc.h"\ 
    44414673        "..\..\speex\libspeex\stack_alloc.h"\ 
    44424674        "..\..\speex\win32\config.h"\ 
    44434675        ".\config.h"\ 
     4676         
     4677NODEP_CPP_FILTER=\ 
     4678        "..\..\speex\libspeex\misc.h"\ 
    44444679         
    44454680 
     
    44764711        "..\..\speex\libspeex\ltp.h"\ 
    44774712        "..\..\speex\libspeex\math_approx.h"\ 
    4478         "..\..\speex\libspeex\misc.h"\ 
    44794713        "..\..\speex\libspeex\stack_alloc.h"\ 
    44804714        "..\..\speex\win32\config.h"\ 
    44814715        ".\config.h"\ 
     4716         
     4717NODEP_CPP_FILTER=\ 
     4718        "..\..\speex\libspeex\misc.h"\ 
    44824719         
    44834720 
     
    45144751        "..\..\speex\libspeex\ltp.h"\ 
    45154752        "..\..\speex\libspeex\math_approx.h"\ 
    4516         "..\..\speex\libspeex\misc.h"\ 
    45174753        "..\..\speex\libspeex\stack_alloc.h"\ 
    45184754        "..\..\speex\win32\config.h"\ 
    45194755        ".\config.h"\ 
     4756         
     4757NODEP_CPP_FILTER=\ 
     4758        "..\..\speex\libspeex\misc.h"\ 
    45204759         
    45214760 
     
    45524791        "..\..\speex\libspeex\ltp.h"\ 
    45534792        "..\..\speex\libspeex\math_approx.h"\ 
    4554         "..\..\speex\libspeex\misc.h"\ 
    45554793        "..\..\speex\libspeex\stack_alloc.h"\ 
    45564794        "..\..\speex\win32\config.h"\ 
    45574795        ".\config.h"\ 
     4796         
     4797NODEP_CPP_FILTER=\ 
     4798        "..\..\speex\libspeex\misc.h"\ 
    45584799         
    45594800 
     
    45904831        "..\..\speex\libspeex\ltp.h"\ 
    45914832        "..\..\speex\libspeex\math_approx.h"\ 
    4592         "..\..\speex\libspeex\misc.h"\ 
    45934833        "..\..\speex\libspeex\stack_alloc.h"\ 
    45944834        "..\..\speex\win32\config.h"\ 
    45954835        ".\config.h"\ 
     4836         
     4837NODEP_CPP_FILTER=\ 
     4838        "..\..\speex\libspeex\misc.h"\ 
    45964839         
    45974840 
     
    46284871        "..\..\speex\libspeex\ltp.h"\ 
    46294872        "..\..\speex\libspeex\math_approx.h"\ 
    4630         "..\..\speex\libspeex\misc.h"\ 
    46314873        "..\..\speex\libspeex\stack_alloc.h"\ 
    46324874        "..\..\speex\win32\config.h"\ 
    46334875        ".\config.h"\ 
     4876         
     4877NODEP_CPP_FILTER=\ 
     4878        "..\..\speex\libspeex\misc.h"\ 
    46344879         
    46354880 
     
    46664911        "..\..\speex\libspeex\ltp.h"\ 
    46674912        "..\..\speex\libspeex\math_approx.h"\ 
    4668         "..\..\speex\libspeex\misc.h"\ 
    46694913        "..\..\speex\libspeex\stack_alloc.h"\ 
    46704914        "..\..\speex\win32\config.h"\ 
    46714915        ".\config.h"\ 
     4916         
     4917NODEP_CPP_FILTER=\ 
     4918        "..\..\speex\libspeex\misc.h"\ 
    46724919         
    46734920 
     
    47044951        "..\..\speex\libspeex\ltp.h"\ 
    47054952        "..\..\speex\libspeex\math_approx.h"\ 
    4706         "..\..\speex\libspeex\misc.h"\ 
    47074953        "..\..\speex\libspeex\stack_alloc.h"\ 
    47084954        "..\..\speex\win32\config.h"\ 
    47094955        ".\config.h"\ 
     4956         
     4957NODEP_CPP_FILTER=\ 
     4958        "..\..\speex\libspeex\misc.h"\ 
    47104959         
    47114960 
     
    47424991        "..\..\speex\libspeex\ltp.h"\ 
    47434992        "..\..\speex\libspeex\math_approx.h"\ 
    4744         "..\..\speex\libspeex\misc.h"\ 
    47454993        "..\..\speex\libspeex\stack_alloc.h"\ 
    47464994        "..\..\speex\win32\config.h"\ 
    47474995        ".\config.h"\ 
     4996         
     4997NODEP_CPP_FILTER=\ 
     4998        "..\..\speex\libspeex\misc.h"\ 
    47484999         
    47495000 
     
    47805031        "..\..\speex\libspeex\ltp.h"\ 
    47815032        "..\..\speex\libspeex\math_approx.h"\ 
    4782         "..\..\speex\libspeex\misc.h"\ 
    47835033        "..\..\speex\libspeex\stack_alloc.h"\ 
    47845034        "..\..\speex\win32\config.h"\ 
    47855035        ".\config.h"\ 
     5036         
     5037NODEP_CPP_FILTER=\ 
     5038        "..\..\speex\libspeex\misc.h"\ 
    47865039         
    47875040 
     
    48185071        "..\..\speex\libspeex\ltp.h"\ 
    48195072        "..\..\speex\libspeex\math_approx.h"\ 
    4820         "..\..\speex\libspeex\misc.h"\ 
    48215073        "..\..\speex\libspeex\stack_alloc.h"\ 
    48225074        "..\..\speex\win32\config.h"\ 
    48235075        ".\config.h"\ 
     5076         
     5077NODEP_CPP_FILTER=\ 
     5078        "..\..\speex\libspeex\misc.h"\ 
    48245079         
    48255080 
     
    48565111        "..\..\speex\libspeex\ltp.h"\ 
    48575112        "..\..\speex\libspeex\math_approx.h"\ 
    4858         "..\..\speex\libspeex\misc.h"\ 
    48595113        "..\..\speex\libspeex\stack_alloc.h"\ 
    48605114        "..\..\speex\win32\config.h"\ 
    48615115        ".\config.h"\ 
     5116         
     5117NODEP_CPP_FILTER=\ 
     5118        "..\..\speex\libspeex\misc.h"\ 
    48625119         
    48635120 
     
    48945151        "..\..\speex\libspeex\ltp.h"\ 
    48955152        "..\..\speex\libspeex\math_approx.h"\ 
    4896         "..\..\speex\libspeex\misc.h"\ 
    48975153        "..\..\speex\libspeex\stack_alloc.h"\ 
    48985154        "..\..\speex\win32\config.h"\ 
    48995155        ".\config.h"\ 
     5156         
     5157NODEP_CPP_FILTER=\ 
     5158        "..\..\speex\libspeex\misc.h"\ 
    49005159         
    49015160 
     
    49325191        "..\..\speex\libspeex\ltp.h"\ 
    49335192        "..\..\speex\libspeex\math_approx.h"\ 
    4934         "..\..\speex\libspeex\misc.h"\ 
    49355193        "..\..\speex\libspeex\stack_alloc.h"\ 
    49365194        "..\..\speex\win32\config.h"\ 
    49375195        ".\config.h"\ 
     5196         
     5197NODEP_CPP_FILTER=\ 
     5198        "..\..\speex\libspeex\misc.h"\ 
    49385199         
    49395200 
     
    49475208        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    49485209        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    4949         "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    4950         "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    49515210        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    49525211        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     
    49785237        "..\..\speex\libspeex\ltp.h"\ 
    49795238        "..\..\speex\libspeex\math_approx.h"\ 
    4980         "..\..\speex\libspeex\misc.h"\ 
    49815239        "..\..\speex\libspeex\stack_alloc.h"\ 
    49825240        "..\..\speex\win32\config.h"\ 
    49835241        ".\config.h"\ 
    49845242        ".\speex\speex_config_types.h"\ 
     5243         
     5244NODEP_CPP_FILTER=\ 
     5245        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
     5246        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
     5247        "..\..\speex\libspeex\misc.h"\ 
    49855248         
    49865249 
     
    50175280        "..\..\speex\libspeex\ltp.h"\ 
    50185281        "..\..\speex\libspeex\math_approx.h"\ 
    5019         "..\..\speex\libspeex\misc.h"\ 
    50205282        "..\..\speex\libspeex\stack_alloc.h"\ 
    50215283        "..\..\speex\win32\config.h"\ 
    50225284        ".\config.h"\ 
     5285         
     5286NODEP_CPP_FILTER=\ 
     5287        "..\..\speex\libspeex\misc.h"\ 
    50235288         
    50245289 
     
    50555320        "..\..\speex\libspeex\ltp.h"\ 
    50565321        "..\..\speex\libspeex\math_approx.h"\ 
    5057         "..\..\speex\libspeex\misc.h"\ 
    50585322        "..\..\speex\libspeex\stack_alloc.h"\ 
    50595323        "..\..\speex\win32\config.h"\ 
    50605324        ".\config.h"\ 
     5325         
     5326NODEP_CPP_FILTER=\ 
     5327        "..\..\speex\libspeex\misc.h"\ 
    50615328         
    50625329 
     
    50935360        "..\..\speex\libspeex\ltp.h"\ 
    50945361        "..\..\speex\libspeex\math_approx.h"\ 
    5095         "..\..\speex\libspeex\misc.h"\ 
    50965362        "..\..\speex\libspeex\stack_alloc.h"\ 
    50975363        "..\..\speex\win32\config.h"\ 
    50985364        ".\config.h"\ 
     5365         
     5366NODEP_CPP_FILTER=\ 
     5367        "..\..\speex\libspeex\misc.h"\ 
    50995368         
    51005369 
     
    51315400        "..\..\speex\libspeex\ltp.h"\ 
    51325401        "..\..\speex\libspeex\math_approx.h"\ 
    5133         "..\..\speex\libspeex\misc.h"\ 
    51345402        "..\..\speex\libspeex\stack_alloc.h"\ 
    51355403        "..\..\speex\win32\config.h"\ 
    51365404        ".\config.h"\ 
     5405         
     5406NODEP_CPP_FILTER=\ 
     5407        "..\..\speex\libspeex\misc.h"\ 
    51375408         
    51385409 
     
    51695440        "..\..\speex\libspeex\ltp.h"\ 
    51705441        "..\..\speex\libspeex\math_approx.h"\ 
    5171         "..\..\speex\libspeex\misc.h"\ 
    51725442        "..\..\speex\libspeex\stack_alloc.h"\ 
    51735443        "..\..\speex\win32\config.h"\ 
    51745444        ".\config.h"\ 
     5445         
     5446NODEP_CPP_FILTER=\ 
     5447        "..\..\speex\libspeex\misc.h"\ 
    51755448         
    51765449 
     
    52075480        "..\..\speex\libspeex\ltp.h"\ 
    52085481        "..\..\speex\libspeex\math_approx.h"\ 
    5209         "..\..\speex\libspeex\misc.h"\ 
    52105482        "..\..\speex\libspeex\stack_alloc.h"\ 
    52115483        "..\..\speex\win32\config.h"\ 
    52125484        ".\config.h"\ 
    52135485         
     5486NODEP_CPP_FILTER=\ 
     5487        "..\..\speex\libspeex\misc.h"\ 
     5488         
    52145489 
    52155490!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    52165491 
    52175492DEP_CPP_FILTER=\ 
    5218         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5219         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5220         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5221         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5222         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5223         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5224         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5225         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5226         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5227         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5228         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5229         "..\..\..\pjlib\include\pj\config.h"\ 
    5230         "..\..\..\pjlib\include\pj\config_site.h"\ 
     5493        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     5494        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     5495        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     5496        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     5497        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     5498        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     5499        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     5500        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     5501        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     5502        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     5503        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     5504        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     5505        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     5506        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     5507        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     5508        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     5509        "..\..\..\pjlib\include\pj\config.h"\ 
     5510        "..\..\..\pjlib\include\pj\config_site.h"\ 
     5511        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    52315512        "..\..\..\pjlib\include\pj\log.h"\ 
    52325513        "..\..\..\pjlib\include\pj\types.h"\ 
     
    52455526        "..\..\speex\libspeex\ltp.h"\ 
    52465527        "..\..\speex\libspeex\math_approx.h"\ 
    5247         "..\..\speex\libspeex\misc.h"\ 
    52485528        "..\..\speex\libspeex\stack_alloc.h"\ 
    52495529        "..\..\speex\win32\config.h"\ 
    52505530        ".\config.h"\ 
     5531        ".\speex\speex_config_types.h"\ 
     5532         
     5533NODEP_CPP_FILTER=\ 
     5534        ".\misc.h"\ 
    52515535         
    52525536 
     
    55315815# Begin Source File 
    55325816 
    5533 SOURCE=..\..\speex\libspeex\jitter.c 
    5534  
    5535 !IF  "$(CFG)" == "libspeex - Win32 (WCE MIPSII_FP) Release" 
    5536  
    5537 DEP_CPP_JITTE=\ 
    5538         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5539         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5540         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5541         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5542         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5543         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5544         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5545         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5546         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5547         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5548         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5549         "..\..\..\pjlib\include\pj\config.h"\ 
    5550         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5551         "..\..\..\pjlib\include\pj\log.h"\ 
    5552         "..\..\..\pjlib\include\pj\types.h"\ 
    5553         "..\..\speex\include\speex\speex.h"\ 
    5554         "..\..\speex\include\speex\speex_bits.h"\ 
    5555         "..\..\speex\include\speex\speex_jitter.h"\ 
    5556         "..\..\speex\include\speex\speex_types.h"\ 
    5557         "..\..\speex\libspeex\arch.h"\ 
    5558         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5559         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5560         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5561         "..\..\speex\libspeex\fixed_debug.h"\ 
    5562         "..\..\speex\libspeex\fixed_generic.h"\ 
    5563         "..\..\speex\libspeex\misc.h"\ 
    5564         "..\..\speex\win32\config.h"\ 
    5565         ".\config.h"\ 
    5566          
    5567  
    5568 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPSII_FP) Debug" 
    5569  
    5570 DEP_CPP_JITTE=\ 
    5571         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5572         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5573         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5574         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5575         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5576         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5577         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5578         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5579         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5580         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5581         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5582         "..\..\..\pjlib\include\pj\config.h"\ 
    5583         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5584         "..\..\..\pjlib\include\pj\log.h"\ 
    5585         "..\..\..\pjlib\include\pj\types.h"\ 
    5586         "..\..\speex\include\speex\speex.h"\ 
    5587         "..\..\speex\include\speex\speex_bits.h"\ 
    5588         "..\..\speex\include\speex\speex_jitter.h"\ 
    5589         "..\..\speex\include\speex\speex_types.h"\ 
    5590         "..\..\speex\libspeex\arch.h"\ 
    5591         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5592         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5593         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5594         "..\..\speex\libspeex\fixed_debug.h"\ 
    5595         "..\..\speex\libspeex\fixed_generic.h"\ 
    5596         "..\..\speex\libspeex\misc.h"\ 
    5597         "..\..\speex\win32\config.h"\ 
    5598         ".\config.h"\ 
    5599          
    5600  
    5601 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPSII) Release" 
    5602  
    5603 DEP_CPP_JITTE=\ 
    5604         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5605         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5606         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5607         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5608         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5609         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5610         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5611         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5612         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5613         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5614         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5615         "..\..\..\pjlib\include\pj\config.h"\ 
    5616         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5617         "..\..\..\pjlib\include\pj\log.h"\ 
    5618         "..\..\..\pjlib\include\pj\types.h"\ 
    5619         "..\..\speex\include\speex\speex.h"\ 
    5620         "..\..\speex\include\speex\speex_bits.h"\ 
    5621         "..\..\speex\include\speex\speex_jitter.h"\ 
    5622         "..\..\speex\include\speex\speex_types.h"\ 
    5623         "..\..\speex\libspeex\arch.h"\ 
    5624         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5625         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5626         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5627         "..\..\speex\libspeex\fixed_debug.h"\ 
    5628         "..\..\speex\libspeex\fixed_generic.h"\ 
    5629         "..\..\speex\libspeex\misc.h"\ 
    5630         "..\..\speex\win32\config.h"\ 
    5631         ".\config.h"\ 
    5632          
    5633  
    5634 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPSII) Debug" 
    5635  
    5636 DEP_CPP_JITTE=\ 
    5637         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5638         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5639         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5640         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5641         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5642         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5643         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5644         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5645         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5646         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5647         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5648         "..\..\..\pjlib\include\pj\config.h"\ 
    5649         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5650         "..\..\..\pjlib\include\pj\log.h"\ 
    5651         "..\..\..\pjlib\include\pj\types.h"\ 
    5652         "..\..\speex\include\speex\speex.h"\ 
    5653         "..\..\speex\include\speex\speex_bits.h"\ 
    5654         "..\..\speex\include\speex\speex_jitter.h"\ 
    5655         "..\..\speex\include\speex\speex_types.h"\ 
    5656         "..\..\speex\libspeex\arch.h"\ 
    5657         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5658         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5659         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5660         "..\..\speex\libspeex\fixed_debug.h"\ 
    5661         "..\..\speex\libspeex\fixed_generic.h"\ 
    5662         "..\..\speex\libspeex\misc.h"\ 
    5663         "..\..\speex\win32\config.h"\ 
    5664         ".\config.h"\ 
    5665          
    5666  
    5667 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE SH4) Release" 
    5668  
    5669 DEP_CPP_JITTE=\ 
    5670         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5671         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5672         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5673         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5674         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5675         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5676         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5677         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5678         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5679         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5680         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5681         "..\..\..\pjlib\include\pj\config.h"\ 
    5682         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5683         "..\..\..\pjlib\include\pj\log.h"\ 
    5684         "..\..\..\pjlib\include\pj\types.h"\ 
    5685         "..\..\speex\include\speex\speex.h"\ 
    5686         "..\..\speex\include\speex\speex_bits.h"\ 
    5687         "..\..\speex\include\speex\speex_jitter.h"\ 
    5688         "..\..\speex\include\speex\speex_types.h"\ 
    5689         "..\..\speex\libspeex\arch.h"\ 
    5690         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5691         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5692         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5693         "..\..\speex\libspeex\fixed_debug.h"\ 
    5694         "..\..\speex\libspeex\fixed_generic.h"\ 
    5695         "..\..\speex\libspeex\misc.h"\ 
    5696         "..\..\speex\win32\config.h"\ 
    5697         ".\config.h"\ 
    5698          
    5699  
    5700 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE SH4) Debug" 
    5701  
    5702 DEP_CPP_JITTE=\ 
    5703         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5704         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5705         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5706         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5707         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5708         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5709         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5710         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5711         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5712         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5713         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5714         "..\..\..\pjlib\include\pj\config.h"\ 
    5715         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5716         "..\..\..\pjlib\include\pj\log.h"\ 
    5717         "..\..\..\pjlib\include\pj\types.h"\ 
    5718         "..\..\speex\include\speex\speex.h"\ 
    5719         "..\..\speex\include\speex\speex_bits.h"\ 
    5720         "..\..\speex\include\speex\speex_jitter.h"\ 
    5721         "..\..\speex\include\speex\speex_types.h"\ 
    5722         "..\..\speex\libspeex\arch.h"\ 
    5723         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5724         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5725         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5726         "..\..\speex\libspeex\fixed_debug.h"\ 
    5727         "..\..\speex\libspeex\fixed_generic.h"\ 
    5728         "..\..\speex\libspeex\misc.h"\ 
    5729         "..\..\speex\win32\config.h"\ 
    5730         ".\config.h"\ 
    5731          
    5732  
    5733 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE SH3) Release" 
    5734  
    5735 DEP_CPP_JITTE=\ 
    5736         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5737         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5738         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5739         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5740         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5741         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5742         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5743         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5744         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5745         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5746         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5747         "..\..\..\pjlib\include\pj\config.h"\ 
    5748         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5749         "..\..\..\pjlib\include\pj\log.h"\ 
    5750         "..\..\..\pjlib\include\pj\types.h"\ 
    5751         "..\..\speex\include\speex\speex.h"\ 
    5752         "..\..\speex\include\speex\speex_bits.h"\ 
    5753         "..\..\speex\include\speex\speex_jitter.h"\ 
    5754         "..\..\speex\include\speex\speex_types.h"\ 
    5755         "..\..\speex\libspeex\arch.h"\ 
    5756         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5757         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5758         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5759         "..\..\speex\libspeex\fixed_debug.h"\ 
    5760         "..\..\speex\libspeex\fixed_generic.h"\ 
    5761         "..\..\speex\libspeex\misc.h"\ 
    5762         "..\..\speex\win32\config.h"\ 
    5763         ".\config.h"\ 
    5764          
    5765  
    5766 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE SH3) Debug" 
    5767  
    5768 DEP_CPP_JITTE=\ 
    5769         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5770         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5771         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5772         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5773         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5774         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5775         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5776         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5777         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5778         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5779         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5780         "..\..\..\pjlib\include\pj\config.h"\ 
    5781         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5782         "..\..\..\pjlib\include\pj\log.h"\ 
    5783         "..\..\..\pjlib\include\pj\types.h"\ 
    5784         "..\..\speex\include\speex\speex.h"\ 
    5785         "..\..\speex\include\speex\speex_bits.h"\ 
    5786         "..\..\speex\include\speex\speex_jitter.h"\ 
    5787         "..\..\speex\include\speex\speex_types.h"\ 
    5788         "..\..\speex\libspeex\arch.h"\ 
    5789         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5790         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5791         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5792         "..\..\speex\libspeex\fixed_debug.h"\ 
    5793         "..\..\speex\libspeex\fixed_generic.h"\ 
    5794         "..\..\speex\libspeex\misc.h"\ 
    5795         "..\..\speex\win32\config.h"\ 
    5796         ".\config.h"\ 
    5797          
    5798  
    5799 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPSIV) Release" 
    5800  
    5801 DEP_CPP_JITTE=\ 
    5802         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5803         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5804         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5805         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5806         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5807         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5808         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5809         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5810         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5811         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5812         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5813         "..\..\..\pjlib\include\pj\config.h"\ 
    5814         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5815         "..\..\..\pjlib\include\pj\log.h"\ 
    5816         "..\..\..\pjlib\include\pj\types.h"\ 
    5817         "..\..\speex\include\speex\speex.h"\ 
    5818         "..\..\speex\include\speex\speex_bits.h"\ 
    5819         "..\..\speex\include\speex\speex_jitter.h"\ 
    5820         "..\..\speex\include\speex\speex_types.h"\ 
    5821         "..\..\speex\libspeex\arch.h"\ 
    5822         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5823         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5824         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5825         "..\..\speex\libspeex\fixed_debug.h"\ 
    5826         "..\..\speex\libspeex\fixed_generic.h"\ 
    5827         "..\..\speex\libspeex\misc.h"\ 
    5828         "..\..\speex\win32\config.h"\ 
    5829         ".\config.h"\ 
    5830          
    5831  
    5832 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPSIV) Debug" 
    5833  
    5834 DEP_CPP_JITTE=\ 
    5835         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5836         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5837         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5838         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5839         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5840         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5841         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5842         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5843         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5844         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5845         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5846         "..\..\..\pjlib\include\pj\config.h"\ 
    5847         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5848         "..\..\..\pjlib\include\pj\log.h"\ 
    5849         "..\..\..\pjlib\include\pj\types.h"\ 
    5850         "..\..\speex\include\speex\speex.h"\ 
    5851         "..\..\speex\include\speex\speex_bits.h"\ 
    5852         "..\..\speex\include\speex\speex_jitter.h"\ 
    5853         "..\..\speex\include\speex\speex_types.h"\ 
    5854         "..\..\speex\libspeex\arch.h"\ 
    5855         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5856         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5857         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5858         "..\..\speex\libspeex\fixed_debug.h"\ 
    5859         "..\..\speex\libspeex\fixed_generic.h"\ 
    5860         "..\..\speex\libspeex\misc.h"\ 
    5861         "..\..\speex\win32\config.h"\ 
    5862         ".\config.h"\ 
    5863          
    5864  
    5865 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE emulator) Release" 
    5866  
    5867 DEP_CPP_JITTE=\ 
    5868         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5869         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5870         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5871         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5872         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5873         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5874         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5875         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5876         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5877         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5878         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5879         "..\..\..\pjlib\include\pj\config.h"\ 
    5880         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5881         "..\..\..\pjlib\include\pj\log.h"\ 
    5882         "..\..\..\pjlib\include\pj\types.h"\ 
    5883         "..\..\speex\include\speex\speex.h"\ 
    5884         "..\..\speex\include\speex\speex_bits.h"\ 
    5885         "..\..\speex\include\speex\speex_jitter.h"\ 
    5886         "..\..\speex\include\speex\speex_types.h"\ 
    5887         "..\..\speex\libspeex\arch.h"\ 
    5888         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5889         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5890         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5891         "..\..\speex\libspeex\fixed_debug.h"\ 
    5892         "..\..\speex\libspeex\fixed_generic.h"\ 
    5893         "..\..\speex\libspeex\misc.h"\ 
    5894         "..\..\speex\win32\config.h"\ 
    5895         ".\config.h"\ 
    5896          
    5897  
    5898 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE emulator) Debug" 
    5899  
    5900 DEP_CPP_JITTE=\ 
    5901         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5902         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5903         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5904         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5905         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5906         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5907         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5908         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5909         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5910         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5911         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5912         "..\..\..\pjlib\include\pj\config.h"\ 
    5913         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5914         "..\..\..\pjlib\include\pj\log.h"\ 
    5915         "..\..\..\pjlib\include\pj\types.h"\ 
    5916         "..\..\speex\include\speex\speex.h"\ 
    5917         "..\..\speex\include\speex\speex_bits.h"\ 
    5918         "..\..\speex\include\speex\speex_jitter.h"\ 
    5919         "..\..\speex\include\speex\speex_types.h"\ 
    5920         "..\..\speex\libspeex\arch.h"\ 
    5921         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5922         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5923         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5924         "..\..\speex\libspeex\fixed_debug.h"\ 
    5925         "..\..\speex\libspeex\fixed_generic.h"\ 
    5926         "..\..\speex\libspeex\misc.h"\ 
    5927         "..\..\speex\win32\config.h"\ 
    5928         ".\config.h"\ 
    5929          
    5930  
    5931 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4I) Release" 
    5932  
    5933 DEP_CPP_JITTE=\ 
    5934         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5935         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5936         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5937         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5938         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5939         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5940         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5941         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5942         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5943         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5944         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5945         "..\..\..\pjlib\include\pj\config.h"\ 
    5946         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5947         "..\..\..\pjlib\include\pj\log.h"\ 
    5948         "..\..\..\pjlib\include\pj\types.h"\ 
    5949         "..\..\speex\include\speex\speex.h"\ 
    5950         "..\..\speex\include\speex\speex_bits.h"\ 
    5951         "..\..\speex\include\speex\speex_jitter.h"\ 
    5952         "..\..\speex\include\speex\speex_types.h"\ 
    5953         "..\..\speex\libspeex\arch.h"\ 
    5954         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5955         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5956         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5957         "..\..\speex\libspeex\fixed_debug.h"\ 
    5958         "..\..\speex\libspeex\fixed_generic.h"\ 
    5959         "..\..\speex\libspeex\misc.h"\ 
    5960         "..\..\speex\win32\config.h"\ 
    5961         ".\config.h"\ 
    5962          
    5963  
    5964 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4I) Debug" 
    5965  
    5966 DEP_CPP_JITTE=\ 
    5967         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    5968         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    5969         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    5970         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    5971         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    5972         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    5973         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    5974         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    5975         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    5976         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    5977         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    5978         "..\..\..\pjlib\include\pj\config.h"\ 
    5979         "..\..\..\pjlib\include\pj\config_site.h"\ 
    5980         "..\..\..\pjlib\include\pj\log.h"\ 
    5981         "..\..\..\pjlib\include\pj\types.h"\ 
    5982         "..\..\speex\include\speex\speex.h"\ 
    5983         "..\..\speex\include\speex\speex_bits.h"\ 
    5984         "..\..\speex\include\speex\speex_jitter.h"\ 
    5985         "..\..\speex\include\speex\speex_types.h"\ 
    5986         "..\..\speex\libspeex\arch.h"\ 
    5987         "..\..\speex\libspeex\fixed_arm4.h"\ 
    5988         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    5989         "..\..\speex\libspeex\fixed_bfin.h"\ 
    5990         "..\..\speex\libspeex\fixed_debug.h"\ 
    5991         "..\..\speex\libspeex\fixed_generic.h"\ 
    5992         "..\..\speex\libspeex\misc.h"\ 
    5993         "..\..\speex\win32\config.h"\ 
    5994         ".\config.h"\ 
    5995          
    5996  
    5997 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPSIV_FP) Release" 
    5998  
    5999 DEP_CPP_JITTE=\ 
    6000         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6001         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6002         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6003         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6004         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6005         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6006         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6007         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6008         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6009         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6010         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6011         "..\..\..\pjlib\include\pj\config.h"\ 
    6012         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6013         "..\..\..\pjlib\include\pj\log.h"\ 
    6014         "..\..\..\pjlib\include\pj\types.h"\ 
    6015         "..\..\speex\include\speex\speex.h"\ 
    6016         "..\..\speex\include\speex\speex_bits.h"\ 
    6017         "..\..\speex\include\speex\speex_jitter.h"\ 
    6018         "..\..\speex\include\speex\speex_types.h"\ 
    6019         "..\..\speex\libspeex\arch.h"\ 
    6020         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6021         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6022         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6023         "..\..\speex\libspeex\fixed_debug.h"\ 
    6024         "..\..\speex\libspeex\fixed_generic.h"\ 
    6025         "..\..\speex\libspeex\misc.h"\ 
    6026         "..\..\speex\win32\config.h"\ 
    6027         ".\config.h"\ 
    6028          
    6029  
    6030 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPSIV_FP) Debug" 
    6031  
    6032 DEP_CPP_JITTE=\ 
    6033         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6034         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6035         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6036         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6037         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6038         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6039         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6040         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6041         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6042         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6043         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6044         "..\..\..\pjlib\include\pj\config.h"\ 
    6045         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6046         "..\..\..\pjlib\include\pj\log.h"\ 
    6047         "..\..\..\pjlib\include\pj\types.h"\ 
    6048         "..\..\speex\include\speex\speex.h"\ 
    6049         "..\..\speex\include\speex\speex_bits.h"\ 
    6050         "..\..\speex\include\speex\speex_jitter.h"\ 
    6051         "..\..\speex\include\speex\speex_types.h"\ 
    6052         "..\..\speex\libspeex\arch.h"\ 
    6053         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6054         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6055         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6056         "..\..\speex\libspeex\fixed_debug.h"\ 
    6057         "..\..\speex\libspeex\fixed_generic.h"\ 
    6058         "..\..\speex\libspeex\misc.h"\ 
    6059         "..\..\speex\win32\config.h"\ 
    6060         ".\config.h"\ 
    6061          
    6062  
    6063 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Release" 
    6064  
    6065 DEP_CPP_JITTE=\ 
    6066         "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
    6067         "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
    6068         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6069         "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
    6070         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6071         "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    6072         "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    6073         "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    6074         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6075         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6076         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6077         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6078         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6079         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6080         "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
    6081         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6082         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6083         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6084         "..\..\..\pjlib\include\pj\config.h"\ 
    6085         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6086         "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    6087         "..\..\..\pjlib\include\pj\log.h"\ 
    6088         "..\..\..\pjlib\include\pj\types.h"\ 
    6089         "..\..\speex\include\speex\speex.h"\ 
    6090         "..\..\speex\include\speex\speex_bits.h"\ 
    6091         "..\..\speex\include\speex\speex_jitter.h"\ 
    6092         "..\..\speex\include\speex\speex_types.h"\ 
    6093         "..\..\speex\libspeex\arch.h"\ 
    6094         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6095         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6096         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6097         "..\..\speex\libspeex\fixed_debug.h"\ 
    6098         "..\..\speex\libspeex\fixed_generic.h"\ 
    6099         "..\..\speex\libspeex\misc.h"\ 
    6100         "..\..\speex\win32\config.h"\ 
    6101         ".\config.h"\ 
    6102         ".\speex\speex_config_types.h"\ 
    6103          
    6104  
    6105 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
    6106  
    6107 DEP_CPP_JITTE=\ 
    6108         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6109         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6110         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6111         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6112         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6113         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6114         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6115         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6116         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6117         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6118         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6119         "..\..\..\pjlib\include\pj\config.h"\ 
    6120         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6121         "..\..\..\pjlib\include\pj\log.h"\ 
    6122         "..\..\..\pjlib\include\pj\types.h"\ 
    6123         "..\..\speex\include\speex\speex.h"\ 
    6124         "..\..\speex\include\speex\speex_bits.h"\ 
    6125         "..\..\speex\include\speex\speex_jitter.h"\ 
    6126         "..\..\speex\include\speex\speex_types.h"\ 
    6127         "..\..\speex\libspeex\arch.h"\ 
    6128         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6129         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6130         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6131         "..\..\speex\libspeex\fixed_debug.h"\ 
    6132         "..\..\speex\libspeex\fixed_generic.h"\ 
    6133         "..\..\speex\libspeex\misc.h"\ 
    6134         "..\..\speex\win32\config.h"\ 
    6135         ".\config.h"\ 
    6136          
    6137  
    6138 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
    6139  
    6140 DEP_CPP_JITTE=\ 
    6141         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6142         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6143         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6144         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6145         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6146         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6147         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6148         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6149         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6150         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6151         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6152         "..\..\..\pjlib\include\pj\config.h"\ 
    6153         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6154         "..\..\..\pjlib\include\pj\log.h"\ 
    6155         "..\..\..\pjlib\include\pj\types.h"\ 
    6156         "..\..\speex\include\speex\speex.h"\ 
    6157         "..\..\speex\include\speex\speex_bits.h"\ 
    6158         "..\..\speex\include\speex\speex_jitter.h"\ 
    6159         "..\..\speex\include\speex\speex_types.h"\ 
    6160         "..\..\speex\libspeex\arch.h"\ 
    6161         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6162         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6163         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6164         "..\..\speex\libspeex\fixed_debug.h"\ 
    6165         "..\..\speex\libspeex\fixed_generic.h"\ 
    6166         "..\..\speex\libspeex\misc.h"\ 
    6167         "..\..\speex\win32\config.h"\ 
    6168         ".\config.h"\ 
    6169          
    6170  
    6171 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
    6172  
    6173 DEP_CPP_JITTE=\ 
    6174         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6175         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6176         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6177         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6178         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6179         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6180         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6181         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6182         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6183         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6184         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6185         "..\..\..\pjlib\include\pj\config.h"\ 
    6186         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6187         "..\..\..\pjlib\include\pj\log.h"\ 
    6188         "..\..\..\pjlib\include\pj\types.h"\ 
    6189         "..\..\speex\include\speex\speex.h"\ 
    6190         "..\..\speex\include\speex\speex_bits.h"\ 
    6191         "..\..\speex\include\speex\speex_jitter.h"\ 
    6192         "..\..\speex\include\speex\speex_types.h"\ 
    6193         "..\..\speex\libspeex\arch.h"\ 
    6194         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6195         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6196         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6197         "..\..\speex\libspeex\fixed_debug.h"\ 
    6198         "..\..\speex\libspeex\fixed_generic.h"\ 
    6199         "..\..\speex\libspeex\misc.h"\ 
    6200         "..\..\speex\win32\config.h"\ 
    6201         ".\config.h"\ 
    6202          
    6203  
    6204 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
    6205  
    6206 DEP_CPP_JITTE=\ 
    6207         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6208         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6209         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6210         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6211         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6212         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6213         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6214         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6215         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6216         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6217         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6218         "..\..\..\pjlib\include\pj\config.h"\ 
    6219         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6220         "..\..\..\pjlib\include\pj\log.h"\ 
    6221         "..\..\..\pjlib\include\pj\types.h"\ 
    6222         "..\..\speex\include\speex\speex.h"\ 
    6223         "..\..\speex\include\speex\speex_bits.h"\ 
    6224         "..\..\speex\include\speex\speex_jitter.h"\ 
    6225         "..\..\speex\include\speex\speex_types.h"\ 
    6226         "..\..\speex\libspeex\arch.h"\ 
    6227         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6228         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6229         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6230         "..\..\speex\libspeex\fixed_debug.h"\ 
    6231         "..\..\speex\libspeex\fixed_generic.h"\ 
    6232         "..\..\speex\libspeex\misc.h"\ 
    6233         "..\..\speex\win32\config.h"\ 
    6234         ".\config.h"\ 
    6235          
    6236  
    6237 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
    6238  
    6239 DEP_CPP_JITTE=\ 
    6240         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6241         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6242         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6243         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6244         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6245         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6246         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6247         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6248         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6249         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6250         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6251         "..\..\..\pjlib\include\pj\config.h"\ 
    6252         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6253         "..\..\..\pjlib\include\pj\log.h"\ 
    6254         "..\..\..\pjlib\include\pj\types.h"\ 
    6255         "..\..\speex\include\speex\speex.h"\ 
    6256         "..\..\speex\include\speex\speex_bits.h"\ 
    6257         "..\..\speex\include\speex\speex_jitter.h"\ 
    6258         "..\..\speex\include\speex\speex_types.h"\ 
    6259         "..\..\speex\libspeex\arch.h"\ 
    6260         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6261         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6262         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6263         "..\..\speex\libspeex\fixed_debug.h"\ 
    6264         "..\..\speex\libspeex\fixed_generic.h"\ 
    6265         "..\..\speex\libspeex\misc.h"\ 
    6266         "..\..\speex\win32\config.h"\ 
    6267         ".\config.h"\ 
    6268          
    6269  
    6270 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
    6271  
    6272 DEP_CPP_JITTE=\ 
    6273         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6274         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6275         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6276         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6277         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6278         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6279         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6280         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6281         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6282         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6283         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6284         "..\..\..\pjlib\include\pj\config.h"\ 
    6285         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6286         "..\..\..\pjlib\include\pj\log.h"\ 
    6287         "..\..\..\pjlib\include\pj\types.h"\ 
    6288         "..\..\speex\include\speex\speex.h"\ 
    6289         "..\..\speex\include\speex\speex_bits.h"\ 
    6290         "..\..\speex\include\speex\speex_jitter.h"\ 
    6291         "..\..\speex\include\speex\speex_types.h"\ 
    6292         "..\..\speex\libspeex\arch.h"\ 
    6293         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6294         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6295         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6296         "..\..\speex\libspeex\fixed_debug.h"\ 
    6297         "..\..\speex\libspeex\fixed_generic.h"\ 
    6298         "..\..\speex\libspeex\misc.h"\ 
    6299         "..\..\speex\win32\config.h"\ 
    6300         ".\config.h"\ 
    6301          
    6302  
    6303 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    6304  
    6305 DEP_CPP_JITTE=\ 
    6306         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    6307         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    6308         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6309         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6310         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6311         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6312         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6313         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6314         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6315         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6316         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6317         "..\..\..\pjlib\include\pj\config.h"\ 
    6318         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6319         "..\..\..\pjlib\include\pj\log.h"\ 
    6320         "..\..\..\pjlib\include\pj\types.h"\ 
    6321         "..\..\speex\include\speex\speex.h"\ 
    6322         "..\..\speex\include\speex\speex_bits.h"\ 
    6323         "..\..\speex\include\speex\speex_jitter.h"\ 
    6324         "..\..\speex\include\speex\speex_types.h"\ 
    6325         "..\..\speex\libspeex\arch.h"\ 
    6326         "..\..\speex\libspeex\fixed_arm4.h"\ 
    6327         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    6328         "..\..\speex\libspeex\fixed_bfin.h"\ 
    6329         "..\..\speex\libspeex\fixed_debug.h"\ 
    6330         "..\..\speex\libspeex\fixed_generic.h"\ 
    6331         "..\..\speex\libspeex\misc.h"\ 
    6332         "..\..\speex\win32\config.h"\ 
    6333         ".\config.h"\ 
    6334          
    6335  
    6336 !ENDIF  
    6337  
    6338 # End Source File 
    6339 # Begin Source File 
    6340  
    63415817SOURCE=..\..\speex\libspeex\kiss_fft.c 
    63425818 
     
    63695845        "..\..\speex\libspeex\kiss_fft.h"\ 
    63705846        "..\..\speex\libspeex\math_approx.h"\ 
    6371         "..\..\speex\libspeex\misc.h"\ 
    6372         "..\..\speex\win32\config.h"\ 
    6373         ".\config.h"\ 
     5847        "..\..\speex\win32\config.h"\ 
     5848        ".\config.h"\ 
     5849         
     5850NODEP_CPP_KISS_=\ 
     5851        "..\..\speex\libspeex\misc.h"\ 
    63745852         
    63755853 
     
    64025880        "..\..\speex\libspeex\kiss_fft.h"\ 
    64035881        "..\..\speex\libspeex\math_approx.h"\ 
    6404         "..\..\speex\libspeex\misc.h"\ 
    6405         "..\..\speex\win32\config.h"\ 
    6406         ".\config.h"\ 
     5882        "..\..\speex\win32\config.h"\ 
     5883        ".\config.h"\ 
     5884         
     5885NODEP_CPP_KISS_=\ 
     5886        "..\..\speex\libspeex\misc.h"\ 
    64075887         
    64085888 
     
    64355915        "..\..\speex\libspeex\kiss_fft.h"\ 
    64365916        "..\..\speex\libspeex\math_approx.h"\ 
    6437         "..\..\speex\libspeex\misc.h"\ 
    6438         "..\..\speex\win32\config.h"\ 
    6439         ".\config.h"\ 
     5917        "..\..\speex\win32\config.h"\ 
     5918        ".\config.h"\ 
     5919         
     5920NODEP_CPP_KISS_=\ 
     5921        "..\..\speex\libspeex\misc.h"\ 
    64405922         
    64415923 
     
    64685950        "..\..\speex\libspeex\kiss_fft.h"\ 
    64695951        "..\..\speex\libspeex\math_approx.h"\ 
    6470         "..\..\speex\libspeex\misc.h"\ 
    6471         "..\..\speex\win32\config.h"\ 
    6472         ".\config.h"\ 
     5952        "..\..\speex\win32\config.h"\ 
     5953        ".\config.h"\ 
     5954         
     5955NODEP_CPP_KISS_=\ 
     5956        "..\..\speex\libspeex\misc.h"\ 
    64735957         
    64745958 
     
    65015985        "..\..\speex\libspeex\kiss_fft.h"\ 
    65025986        "..\..\speex\libspeex\math_approx.h"\ 
    6503         "..\..\speex\libspeex\misc.h"\ 
    6504         "..\..\speex\win32\config.h"\ 
    6505         ".\config.h"\ 
     5987        "..\..\speex\win32\config.h"\ 
     5988        ".\config.h"\ 
     5989         
     5990NODEP_CPP_KISS_=\ 
     5991        "..\..\speex\libspeex\misc.h"\ 
    65065992         
    65075993 
     
    65346020        "..\..\speex\libspeex\kiss_fft.h"\ 
    65356021        "..\..\speex\libspeex\math_approx.h"\ 
    6536         "..\..\speex\libspeex\misc.h"\ 
    6537         "..\..\speex\win32\config.h"\ 
    6538         ".\config.h"\ 
     6022        "..\..\speex\win32\config.h"\ 
     6023        ".\config.h"\ 
     6024         
     6025NODEP_CPP_KISS_=\ 
     6026        "..\..\speex\libspeex\misc.h"\ 
    65396027         
    65406028 
     
    65676055        "..\..\speex\libspeex\kiss_fft.h"\ 
    65686056        "..\..\speex\libspeex\math_approx.h"\ 
    6569         "..\..\speex\libspeex\misc.h"\ 
    6570         "..\..\speex\win32\config.h"\ 
    6571         ".\config.h"\ 
     6057        "..\..\speex\win32\config.h"\ 
     6058        ".\config.h"\ 
     6059         
     6060NODEP_CPP_KISS_=\ 
     6061        "..\..\speex\libspeex\misc.h"\ 
    65726062         
    65736063 
     
    66006090        "..\..\speex\libspeex\kiss_fft.h"\ 
    66016091        "..\..\speex\libspeex\math_approx.h"\ 
    6602         "..\..\speex\libspeex\misc.h"\ 
    6603         "..\..\speex\win32\config.h"\ 
    6604         ".\config.h"\ 
     6092        "..\..\speex\win32\config.h"\ 
     6093        ".\config.h"\ 
     6094         
     6095NODEP_CPP_KISS_=\ 
     6096        "..\..\speex\libspeex\misc.h"\ 
    66056097         
    66066098 
     
    66336125        "..\..\speex\libspeex\kiss_fft.h"\ 
    66346126        "..\..\speex\libspeex\math_approx.h"\ 
    6635         "..\..\speex\libspeex\misc.h"\ 
    6636         "..\..\speex\win32\config.h"\ 
    6637         ".\config.h"\ 
     6127        "..\..\speex\win32\config.h"\ 
     6128        ".\config.h"\ 
     6129         
     6130NODEP_CPP_KISS_=\ 
     6131        "..\..\speex\libspeex\misc.h"\ 
    66386132         
    66396133 
     
    66666160        "..\..\speex\libspeex\kiss_fft.h"\ 
    66676161        "..\..\speex\libspeex\math_approx.h"\ 
    6668         "..\..\speex\libspeex\misc.h"\ 
    6669         "..\..\speex\win32\config.h"\ 
    6670         ".\config.h"\ 
     6162        "..\..\speex\win32\config.h"\ 
     6163        ".\config.h"\ 
     6164         
     6165NODEP_CPP_KISS_=\ 
     6166        "..\..\speex\libspeex\misc.h"\ 
    66716167         
    66726168 
     
    66996195        "..\..\speex\libspeex\kiss_fft.h"\ 
    67006196        "..\..\speex\libspeex\math_approx.h"\ 
    6701         "..\..\speex\libspeex\misc.h"\ 
    6702         "..\..\speex\win32\config.h"\ 
    6703         ".\config.h"\ 
     6197        "..\..\speex\win32\config.h"\ 
     6198        ".\config.h"\ 
     6199         
     6200NODEP_CPP_KISS_=\ 
     6201        "..\..\speex\libspeex\misc.h"\ 
    67046202         
    67056203 
     
    67326230        "..\..\speex\libspeex\kiss_fft.h"\ 
    67336231        "..\..\speex\libspeex\math_approx.h"\ 
    6734         "..\..\speex\libspeex\misc.h"\ 
    6735         "..\..\speex\win32\config.h"\ 
    6736         ".\config.h"\ 
     6232        "..\..\speex\win32\config.h"\ 
     6233        ".\config.h"\ 
     6234         
     6235NODEP_CPP_KISS_=\ 
     6236        "..\..\speex\libspeex\misc.h"\ 
    67376237         
    67386238 
     
    67656265        "..\..\speex\libspeex\kiss_fft.h"\ 
    67666266        "..\..\speex\libspeex\math_approx.h"\ 
    6767         "..\..\speex\libspeex\misc.h"\ 
    6768         "..\..\speex\win32\config.h"\ 
    6769         ".\config.h"\ 
     6267        "..\..\speex\win32\config.h"\ 
     6268        ".\config.h"\ 
     6269         
     6270NODEP_CPP_KISS_=\ 
     6271        "..\..\speex\libspeex\misc.h"\ 
    67706272         
    67716273 
     
    67986300        "..\..\speex\libspeex\kiss_fft.h"\ 
    67996301        "..\..\speex\libspeex\math_approx.h"\ 
    6800         "..\..\speex\libspeex\misc.h"\ 
    6801         "..\..\speex\win32\config.h"\ 
    6802         ".\config.h"\ 
     6302        "..\..\speex\win32\config.h"\ 
     6303        ".\config.h"\ 
     6304         
     6305NODEP_CPP_KISS_=\ 
     6306        "..\..\speex\libspeex\misc.h"\ 
    68036307         
    68046308 
     
    68316335        "..\..\speex\libspeex\kiss_fft.h"\ 
    68326336        "..\..\speex\libspeex\math_approx.h"\ 
    6833         "..\..\speex\libspeex\misc.h"\ 
    6834         "..\..\speex\win32\config.h"\ 
    6835         ".\config.h"\ 
     6337        "..\..\speex\win32\config.h"\ 
     6338        ".\config.h"\ 
     6339         
     6340NODEP_CPP_KISS_=\ 
     6341        "..\..\speex\libspeex\misc.h"\ 
    68366342         
    68376343 
     
    68646370        "..\..\speex\libspeex\kiss_fft.h"\ 
    68656371        "..\..\speex\libspeex\math_approx.h"\ 
    6866         "..\..\speex\libspeex\misc.h"\ 
    6867         "..\..\speex\win32\config.h"\ 
    6868         ".\config.h"\ 
     6372        "..\..\speex\win32\config.h"\ 
     6373        ".\config.h"\ 
     6374         
     6375NODEP_CPP_KISS_=\ 
     6376        "..\..\speex\libspeex\misc.h"\ 
    68696377         
    68706378 
     
    68786386        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    68796387        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     6388        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     6389        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     6390        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     6391        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     6392        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     6393        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     6394        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     6395        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     6396        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     6397        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     6398        "..\..\..\pjlib\include\pj\config.h"\ 
     6399        "..\..\..\pjlib\include\pj\config_site.h"\ 
     6400        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     6401        "..\..\..\pjlib\include\pj\log.h"\ 
     6402        "..\..\..\pjlib\include\pj\types.h"\ 
     6403        "..\..\speex\include\speex\speex_types.h"\ 
     6404        "..\..\speex\libspeex\_kiss_fft_guts.h"\ 
     6405        "..\..\speex\libspeex\arch.h"\ 
     6406        "..\..\speex\libspeex\fixed_arm4.h"\ 
     6407        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     6408        "..\..\speex\libspeex\fixed_bfin.h"\ 
     6409        "..\..\speex\libspeex\fixed_debug.h"\ 
     6410        "..\..\speex\libspeex\fixed_generic.h"\ 
     6411        "..\..\speex\libspeex\kiss_fft.h"\ 
     6412        "..\..\speex\libspeex\math_approx.h"\ 
     6413        "..\..\speex\win32\config.h"\ 
     6414        ".\config.h"\ 
     6415        ".\speex\speex_config_types.h"\ 
     6416         
     6417NODEP_CPP_KISS_=\ 
    68806418        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    68816419        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    6882         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    6883         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    6884         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    6885         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    6886         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    6887         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    6888         "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
    6889         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    6890         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    6891         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    6892         "..\..\..\pjlib\include\pj\config.h"\ 
    6893         "..\..\..\pjlib\include\pj\config_site.h"\ 
    6894         "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     6420        "..\..\speex\libspeex\misc.h"\ 
     6421         
     6422 
     6423!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     6424 
     6425DEP_CPP_KISS_=\ 
     6426        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     6427        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     6428        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     6429        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     6430        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     6431        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     6432        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     6433        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     6434        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     6435        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     6436        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     6437        "..\..\..\pjlib\include\pj\config.h"\ 
     6438        "..\..\..\pjlib\include\pj\config_site.h"\ 
    68956439        "..\..\..\pjlib\include\pj\log.h"\ 
    68966440        "..\..\..\pjlib\include\pj\types.h"\ 
     
    69056449        "..\..\speex\libspeex\kiss_fft.h"\ 
    69066450        "..\..\speex\libspeex\math_approx.h"\ 
    6907         "..\..\speex\libspeex\misc.h"\ 
    6908         "..\..\speex\win32\config.h"\ 
    6909         ".\config.h"\ 
    6910         ".\speex\speex_config_types.h"\ 
    6911          
    6912  
    6913 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     6451        "..\..\speex\win32\config.h"\ 
     6452        ".\config.h"\ 
     6453         
     6454NODEP_CPP_KISS_=\ 
     6455        "..\..\speex\libspeex\misc.h"\ 
     6456         
     6457 
     6458!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
    69146459 
    69156460DEP_CPP_KISS_=\ 
     
    69396484        "..\..\speex\libspeex\kiss_fft.h"\ 
    69406485        "..\..\speex\libspeex\math_approx.h"\ 
    6941         "..\..\speex\libspeex\misc.h"\ 
    6942         "..\..\speex\win32\config.h"\ 
    6943         ".\config.h"\ 
    6944          
    6945  
    6946 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
     6486        "..\..\speex\win32\config.h"\ 
     6487        ".\config.h"\ 
     6488         
     6489NODEP_CPP_KISS_=\ 
     6490        "..\..\speex\libspeex\misc.h"\ 
     6491         
     6492 
     6493!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
    69476494 
    69486495DEP_CPP_KISS_=\ 
     
    69726519        "..\..\speex\libspeex\kiss_fft.h"\ 
    69736520        "..\..\speex\libspeex\math_approx.h"\ 
    6974         "..\..\speex\libspeex\misc.h"\ 
    6975         "..\..\speex\win32\config.h"\ 
    6976         ".\config.h"\ 
    6977          
    6978  
    6979 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
     6521        "..\..\speex\win32\config.h"\ 
     6522        ".\config.h"\ 
     6523         
     6524NODEP_CPP_KISS_=\ 
     6525        "..\..\speex\libspeex\misc.h"\ 
     6526         
     6527 
     6528!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
    69806529 
    69816530DEP_CPP_KISS_=\ 
     
    70056554        "..\..\speex\libspeex\kiss_fft.h"\ 
    70066555        "..\..\speex\libspeex\math_approx.h"\ 
    7007         "..\..\speex\libspeex\misc.h"\ 
    7008         "..\..\speex\win32\config.h"\ 
    7009         ".\config.h"\ 
    7010          
    7011  
    7012 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
     6556        "..\..\speex\win32\config.h"\ 
     6557        ".\config.h"\ 
     6558         
     6559NODEP_CPP_KISS_=\ 
     6560        "..\..\speex\libspeex\misc.h"\ 
     6561         
     6562 
     6563!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
    70136564 
    70146565DEP_CPP_KISS_=\ 
     
    70386589        "..\..\speex\libspeex\kiss_fft.h"\ 
    70396590        "..\..\speex\libspeex\math_approx.h"\ 
    7040         "..\..\speex\libspeex\misc.h"\ 
    7041         "..\..\speex\win32\config.h"\ 
    7042         ".\config.h"\ 
    7043          
    7044  
    7045 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
     6591        "..\..\speex\win32\config.h"\ 
     6592        ".\config.h"\ 
     6593         
     6594NODEP_CPP_KISS_=\ 
     6595        "..\..\speex\libspeex\misc.h"\ 
     6596         
     6597 
     6598!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
    70466599 
    70476600DEP_CPP_KISS_=\ 
     
    70716624        "..\..\speex\libspeex\kiss_fft.h"\ 
    70726625        "..\..\speex\libspeex\math_approx.h"\ 
    7073         "..\..\speex\libspeex\misc.h"\ 
    7074         "..\..\speex\win32\config.h"\ 
    7075         ".\config.h"\ 
    7076          
    7077  
    7078 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
     6626        "..\..\speex\win32\config.h"\ 
     6627        ".\config.h"\ 
     6628         
     6629NODEP_CPP_KISS_=\ 
     6630        "..\..\speex\libspeex\misc.h"\ 
     6631         
     6632 
     6633!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    70796634 
    70806635DEP_CPP_KISS_=\ 
    7081         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    7082         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    7083         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    7084         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    7085         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    7086         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    7087         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    7088         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    7089         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    7090         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    7091         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    7092         "..\..\..\pjlib\include\pj\config.h"\ 
    7093         "..\..\..\pjlib\include\pj\config_site.h"\ 
     6636        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     6637        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     6638        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     6639        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     6640        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     6641        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     6642        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     6643        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     6644        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     6645        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     6646        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     6647        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     6648        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     6649        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     6650        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     6651        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     6652        "..\..\..\pjlib\include\pj\config.h"\ 
     6653        "..\..\..\pjlib\include\pj\config_site.h"\ 
     6654        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    70946655        "..\..\..\pjlib\include\pj\log.h"\ 
    70956656        "..\..\..\pjlib\include\pj\types.h"\ 
     
    71046665        "..\..\speex\libspeex\kiss_fft.h"\ 
    71056666        "..\..\speex\libspeex\math_approx.h"\ 
    7106         "..\..\speex\libspeex\misc.h"\ 
    7107         "..\..\speex\win32\config.h"\ 
    7108         ".\config.h"\ 
    7109          
    7110  
    7111 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    7112  
    7113 DEP_CPP_KISS_=\ 
    7114         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    7115         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    7116         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    7117         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    7118         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    7119         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    7120         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    7121         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    7122         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    7123         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    7124         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    7125         "..\..\..\pjlib\include\pj\config.h"\ 
    7126         "..\..\..\pjlib\include\pj\config_site.h"\ 
    7127         "..\..\..\pjlib\include\pj\log.h"\ 
    7128         "..\..\..\pjlib\include\pj\types.h"\ 
    7129         "..\..\speex\include\speex\speex_types.h"\ 
    7130         "..\..\speex\libspeex\_kiss_fft_guts.h"\ 
    7131         "..\..\speex\libspeex\arch.h"\ 
    7132         "..\..\speex\libspeex\fixed_arm4.h"\ 
    7133         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    7134         "..\..\speex\libspeex\fixed_bfin.h"\ 
    7135         "..\..\speex\libspeex\fixed_debug.h"\ 
    7136         "..\..\speex\libspeex\fixed_generic.h"\ 
    7137         "..\..\speex\libspeex\kiss_fft.h"\ 
    7138         "..\..\speex\libspeex\math_approx.h"\ 
    7139         "..\..\speex\libspeex\misc.h"\ 
    7140         "..\..\speex\win32\config.h"\ 
    7141         ".\config.h"\ 
     6667        "..\..\speex\libspeex\os_support.h"\ 
     6668        "..\..\speex\win32\config.h"\ 
     6669        ".\config.h"\ 
     6670        ".\speex\speex_config_types.h"\ 
     6671         
     6672NODEP_CPP_KISS_=\ 
     6673        "..\..\speex\libspeex\os_support_custom.h"\ 
     6674        ".\misc.h"\ 
    71426675         
    71436676 
     
    71786711        "..\..\speex\libspeex\kiss_fftr.h"\ 
    71796712        "..\..\speex\libspeex\math_approx.h"\ 
    7180         "..\..\speex\libspeex\misc.h"\ 
    7181         "..\..\speex\win32\config.h"\ 
    7182         ".\config.h"\ 
     6713        "..\..\speex\win32\config.h"\ 
     6714        ".\config.h"\ 
     6715         
     6716NODEP_CPP_KISS_F=\ 
     6717        "..\..\speex\libspeex\misc.h"\ 
    71836718         
    71846719 
     
    72126747        "..\..\speex\libspeex\kiss_fftr.h"\ 
    72136748        "..\..\speex\libspeex\math_approx.h"\ 
    7214         "..\..\speex\libspeex\misc.h"\ 
    7215         "..\..\speex\win32\config.h"\ 
    7216         ".\config.h"\ 
     6749        "..\..\speex\win32\config.h"\ 
     6750        ".\config.h"\ 
     6751         
     6752NODEP_CPP_KISS_F=\ 
     6753        "..\..\speex\libspeex\misc.h"\ 
    72176754         
    72186755 
     
    72466783        "..\..\speex\libspeex\kiss_fftr.h"\ 
    72476784        "..\..\speex\libspeex\math_approx.h"\ 
    7248         "..\..\speex\libspeex\misc.h"\ 
    7249         "..\..\speex\win32\config.h"\ 
    7250         ".\config.h"\ 
     6785        "..\..\speex\win32\config.h"\ 
     6786        ".\config.h"\ 
     6787         
     6788NODEP_CPP_KISS_F=\ 
     6789        "..\..\speex\libspeex\misc.h"\ 
    72516790         
    72526791 
     
    72806819        "..\..\speex\libspeex\kiss_fftr.h"\ 
    72816820        "..\..\speex\libspeex\math_approx.h"\ 
    7282         "..\..\speex\libspeex\misc.h"\ 
    7283         "..\..\speex\win32\config.h"\ 
    7284         ".\config.h"\ 
     6821        "..\..\speex\win32\config.h"\ 
     6822        ".\config.h"\ 
     6823         
     6824NODEP_CPP_KISS_F=\ 
     6825        "..\..\speex\libspeex\misc.h"\ 
    72856826         
    72866827 
     
    73146855        "..\..\speex\libspeex\kiss_fftr.h"\ 
    73156856        "..\..\speex\libspeex\math_approx.h"\ 
    7316         "..\..\speex\libspeex\misc.h"\ 
    7317         "..\..\speex\win32\config.h"\ 
    7318         ".\config.h"\ 
     6857        "..\..\speex\win32\config.h"\ 
     6858        ".\config.h"\ 
     6859         
     6860NODEP_CPP_KISS_F=\ 
     6861        "..\..\speex\libspeex\misc.h"\ 
    73196862         
    73206863 
     
    73486891        "..\..\speex\libspeex\kiss_fftr.h"\ 
    73496892        "..\..\speex\libspeex\math_approx.h"\ 
    7350         "..\..\speex\libspeex\misc.h"\ 
    7351         "..\..\speex\win32\config.h"\ 
    7352         ".\config.h"\ 
     6893        "..\..\speex\win32\config.h"\ 
     6894        ".\config.h"\ 
     6895         
     6896NODEP_CPP_KISS_F=\ 
     6897        "..\..\speex\libspeex\misc.h"\ 
    73536898         
    73546899 
     
    73826927        "..\..\speex\libspeex\kiss_fftr.h"\ 
    73836928        "..\..\speex\libspeex\math_approx.h"\ 
    7384         "..\..\speex\libspeex\misc.h"\ 
    7385         "..\..\speex\win32\config.h"\ 
    7386         ".\config.h"\ 
     6929        "..\..\speex\win32\config.h"\ 
     6930        ".\config.h"\ 
     6931         
     6932NODEP_CPP_KISS_F=\ 
     6933        "..\..\speex\libspeex\misc.h"\ 
    73876934         
    73886935 
     
    74166963        "..\..\speex\libspeex\kiss_fftr.h"\ 
    74176964        "..\..\speex\libspeex\math_approx.h"\ 
    7418         "..\..\speex\libspeex\misc.h"\ 
    7419         "..\..\speex\win32\config.h"\ 
    7420         ".\config.h"\ 
     6965        "..\..\speex\win32\config.h"\ 
     6966        ".\config.h"\ 
     6967         
     6968NODEP_CPP_KISS_F=\ 
     6969        "..\..\speex\libspeex\misc.h"\ 
    74216970         
    74226971 
     
    74506999        "..\..\speex\libspeex\kiss_fftr.h"\ 
    74517000        "..\..\speex\libspeex\math_approx.h"\ 
    7452         "..\..\speex\libspeex\misc.h"\ 
    7453         "..\..\speex\win32\config.h"\ 
    7454         ".\config.h"\ 
     7001        "..\..\speex\win32\config.h"\ 
     7002        ".\config.h"\ 
     7003         
     7004NODEP_CPP_KISS_F=\ 
     7005        "..\..\speex\libspeex\misc.h"\ 
    74557006         
    74567007 
     
    74847035        "..\..\speex\libspeex\kiss_fftr.h"\ 
    74857036        "..\..\speex\libspeex\math_approx.h"\ 
    7486         "..\..\speex\libspeex\misc.h"\ 
    7487         "..\..\speex\win32\config.h"\ 
    7488         ".\config.h"\ 
     7037        "..\..\speex\win32\config.h"\ 
     7038        ".\config.h"\ 
     7039         
     7040NODEP_CPP_KISS_F=\ 
     7041        "..\..\speex\libspeex\misc.h"\ 
    74897042         
    74907043 
     
    75187071        "..\..\speex\libspeex\kiss_fftr.h"\ 
    75197072        "..\..\speex\libspeex\math_approx.h"\ 
    7520         "..\..\speex\libspeex\misc.h"\ 
    7521         "..\..\speex\win32\config.h"\ 
    7522         ".\config.h"\ 
     7073        "..\..\speex\win32\config.h"\ 
     7074        ".\config.h"\ 
     7075         
     7076NODEP_CPP_KISS_F=\ 
     7077        "..\..\speex\libspeex\misc.h"\ 
    75237078         
    75247079 
     
    75527107        "..\..\speex\libspeex\kiss_fftr.h"\ 
    75537108        "..\..\speex\libspeex\math_approx.h"\ 
    7554         "..\..\speex\libspeex\misc.h"\ 
    7555         "..\..\speex\win32\config.h"\ 
    7556         ".\config.h"\ 
     7109        "..\..\speex\win32\config.h"\ 
     7110        ".\config.h"\ 
     7111         
     7112NODEP_CPP_KISS_F=\ 
     7113        "..\..\speex\libspeex\misc.h"\ 
    75577114         
    75587115 
     
    75867143        "..\..\speex\libspeex\kiss_fftr.h"\ 
    75877144        "..\..\speex\libspeex\math_approx.h"\ 
    7588         "..\..\speex\libspeex\misc.h"\ 
    7589         "..\..\speex\win32\config.h"\ 
    7590         ".\config.h"\ 
     7145        "..\..\speex\win32\config.h"\ 
     7146        ".\config.h"\ 
     7147         
     7148NODEP_CPP_KISS_F=\ 
     7149        "..\..\speex\libspeex\misc.h"\ 
    75917150         
    75927151 
     
    76207179        "..\..\speex\libspeex\kiss_fftr.h"\ 
    76217180        "..\..\speex\libspeex\math_approx.h"\ 
    7622         "..\..\speex\libspeex\misc.h"\ 
    7623         "..\..\speex\win32\config.h"\ 
    7624         ".\config.h"\ 
     7181        "..\..\speex\win32\config.h"\ 
     7182        ".\config.h"\ 
     7183         
     7184NODEP_CPP_KISS_F=\ 
     7185        "..\..\speex\libspeex\misc.h"\ 
    76257186         
    76267187 
     
    76547215        "..\..\speex\libspeex\kiss_fftr.h"\ 
    76557216        "..\..\speex\libspeex\math_approx.h"\ 
    7656         "..\..\speex\libspeex\misc.h"\ 
    7657         "..\..\speex\win32\config.h"\ 
    7658         ".\config.h"\ 
     7217        "..\..\speex\win32\config.h"\ 
     7218        ".\config.h"\ 
     7219         
     7220NODEP_CPP_KISS_F=\ 
     7221        "..\..\speex\libspeex\misc.h"\ 
    76597222         
    76607223 
     
    76887251        "..\..\speex\libspeex\kiss_fftr.h"\ 
    76897252        "..\..\speex\libspeex\math_approx.h"\ 
    7690         "..\..\speex\libspeex\misc.h"\ 
    7691         "..\..\speex\win32\config.h"\ 
    7692         ".\config.h"\ 
     7253        "..\..\speex\win32\config.h"\ 
     7254        ".\config.h"\ 
     7255         
     7256NODEP_CPP_KISS_F=\ 
     7257        "..\..\speex\libspeex\misc.h"\ 
    76937258         
    76947259 
     
    77027267        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    77037268        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    7704         "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    7705         "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    77067269        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    77077270        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     
    77307293        "..\..\speex\libspeex\kiss_fftr.h"\ 
    77317294        "..\..\speex\libspeex\math_approx.h"\ 
    7732         "..\..\speex\libspeex\misc.h"\ 
    77337295        "..\..\speex\win32\config.h"\ 
    77347296        ".\config.h"\ 
    77357297        ".\speex\speex_config_types.h"\ 
     7298         
     7299NODEP_CPP_KISS_F=\ 
     7300        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
     7301        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
     7302        "..\..\speex\libspeex\misc.h"\ 
    77367303         
    77377304 
     
    77657332        "..\..\speex\libspeex\kiss_fftr.h"\ 
    77667333        "..\..\speex\libspeex\math_approx.h"\ 
    7767         "..\..\speex\libspeex\misc.h"\ 
    7768         "..\..\speex\win32\config.h"\ 
    7769         ".\config.h"\ 
     7334        "..\..\speex\win32\config.h"\ 
     7335        ".\config.h"\ 
     7336         
     7337NODEP_CPP_KISS_F=\ 
     7338        "..\..\speex\libspeex\misc.h"\ 
    77707339         
    77717340 
     
    77997368        "..\..\speex\libspeex\kiss_fftr.h"\ 
    78007369        "..\..\speex\libspeex\math_approx.h"\ 
    7801         "..\..\speex\libspeex\misc.h"\ 
    7802         "..\..\speex\win32\config.h"\ 
    7803         ".\config.h"\ 
     7370        "..\..\speex\win32\config.h"\ 
     7371        ".\config.h"\ 
     7372         
     7373NODEP_CPP_KISS_F=\ 
     7374        "..\..\speex\libspeex\misc.h"\ 
    78047375         
    78057376 
     
    78337404        "..\..\speex\libspeex\kiss_fftr.h"\ 
    78347405        "..\..\speex\libspeex\math_approx.h"\ 
    7835         "..\..\speex\libspeex\misc.h"\ 
    7836         "..\..\speex\win32\config.h"\ 
    7837         ".\config.h"\ 
     7406        "..\..\speex\win32\config.h"\ 
     7407        ".\config.h"\ 
     7408         
     7409NODEP_CPP_KISS_F=\ 
     7410        "..\..\speex\libspeex\misc.h"\ 
    78387411         
    78397412 
     
    78677440        "..\..\speex\libspeex\kiss_fftr.h"\ 
    78687441        "..\..\speex\libspeex\math_approx.h"\ 
    7869         "..\..\speex\libspeex\misc.h"\ 
    7870         "..\..\speex\win32\config.h"\ 
    7871         ".\config.h"\ 
     7442        "..\..\speex\win32\config.h"\ 
     7443        ".\config.h"\ 
     7444         
     7445NODEP_CPP_KISS_F=\ 
     7446        "..\..\speex\libspeex\misc.h"\ 
    78727447         
    78737448 
     
    79017476        "..\..\speex\libspeex\kiss_fftr.h"\ 
    79027477        "..\..\speex\libspeex\math_approx.h"\ 
    7903         "..\..\speex\libspeex\misc.h"\ 
    7904         "..\..\speex\win32\config.h"\ 
    7905         ".\config.h"\ 
     7478        "..\..\speex\win32\config.h"\ 
     7479        ".\config.h"\ 
     7480         
     7481NODEP_CPP_KISS_F=\ 
     7482        "..\..\speex\libspeex\misc.h"\ 
    79067483         
    79077484 
     
    79357512        "..\..\speex\libspeex\kiss_fftr.h"\ 
    79367513        "..\..\speex\libspeex\math_approx.h"\ 
    7937         "..\..\speex\libspeex\misc.h"\ 
    7938         "..\..\speex\win32\config.h"\ 
    7939         ".\config.h"\ 
     7514        "..\..\speex\win32\config.h"\ 
     7515        ".\config.h"\ 
     7516         
     7517NODEP_CPP_KISS_F=\ 
     7518        "..\..\speex\libspeex\misc.h"\ 
    79407519         
    79417520 
     
    79437522 
    79447523DEP_CPP_KISS_F=\ 
    7945         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    7946         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    7947         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    7948         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    7949         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    7950         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    7951         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    7952         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    7953         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    7954         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    7955         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    7956         "..\..\..\pjlib\include\pj\config.h"\ 
    7957         "..\..\..\pjlib\include\pj\config_site.h"\ 
     7524        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     7525        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     7526        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     7527        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     7528        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     7529        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     7530        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     7531        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     7532        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     7533        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     7534        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     7535        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     7536        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     7537        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     7538        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     7539        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     7540        "..\..\..\pjlib\include\pj\config.h"\ 
     7541        "..\..\..\pjlib\include\pj\config_site.h"\ 
     7542        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    79587543        "..\..\..\pjlib\include\pj\log.h"\ 
    79597544        "..\..\..\pjlib\include\pj\types.h"\ 
     
    79697554        "..\..\speex\libspeex\kiss_fftr.h"\ 
    79707555        "..\..\speex\libspeex\math_approx.h"\ 
    7971         "..\..\speex\libspeex\misc.h"\ 
    7972         "..\..\speex\win32\config.h"\ 
    7973         ".\config.h"\ 
     7556        "..\..\speex\libspeex\os_support.h"\ 
     7557        "..\..\speex\win32\config.h"\ 
     7558        ".\config.h"\ 
     7559        ".\speex\speex_config_types.h"\ 
     7560         
     7561NODEP_CPP_KISS_F=\ 
     7562        "..\..\speex\libspeex\os_support_custom.h"\ 
     7563        ".\misc.h"\ 
    79747564         
    79757565 
     
    80087598        "..\..\speex\libspeex\lpc.h"\ 
    80097599        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8010         "..\..\speex\libspeex\misc.h"\ 
    8011         "..\..\speex\win32\config.h"\ 
    8012         ".\config.h"\ 
     7600        "..\..\speex\win32\config.h"\ 
     7601        ".\config.h"\ 
     7602         
     7603NODEP_CPP_LPC_C=\ 
     7604        "..\..\speex\libspeex\misc.h"\ 
    80137605         
    80147606 
     
    80407632        "..\..\speex\libspeex\lpc.h"\ 
    80417633        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8042         "..\..\speex\libspeex\misc.h"\ 
    8043         "..\..\speex\win32\config.h"\ 
    8044         ".\config.h"\ 
     7634        "..\..\speex\win32\config.h"\ 
     7635        ".\config.h"\ 
     7636         
     7637NODEP_CPP_LPC_C=\ 
     7638        "..\..\speex\libspeex\misc.h"\ 
    80457639         
    80467640 
     
    80727666        "..\..\speex\libspeex\lpc.h"\ 
    80737667        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8074         "..\..\speex\libspeex\misc.h"\ 
    8075         "..\..\speex\win32\config.h"\ 
    8076         ".\config.h"\ 
     7668        "..\..\speex\win32\config.h"\ 
     7669        ".\config.h"\ 
     7670         
     7671NODEP_CPP_LPC_C=\ 
     7672        "..\..\speex\libspeex\misc.h"\ 
    80777673         
    80787674 
     
    81047700        "..\..\speex\libspeex\lpc.h"\ 
    81057701        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8106         "..\..\speex\libspeex\misc.h"\ 
    8107         "..\..\speex\win32\config.h"\ 
    8108         ".\config.h"\ 
     7702        "..\..\speex\win32\config.h"\ 
     7703        ".\config.h"\ 
     7704         
     7705NODEP_CPP_LPC_C=\ 
     7706        "..\..\speex\libspeex\misc.h"\ 
    81097707         
    81107708 
     
    81367734        "..\..\speex\libspeex\lpc.h"\ 
    81377735        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8138         "..\..\speex\libspeex\misc.h"\ 
    8139         "..\..\speex\win32\config.h"\ 
    8140         ".\config.h"\ 
     7736        "..\..\speex\win32\config.h"\ 
     7737        ".\config.h"\ 
     7738         
     7739NODEP_CPP_LPC_C=\ 
     7740        "..\..\speex\libspeex\misc.h"\ 
    81417741         
    81427742 
     
    81687768        "..\..\speex\libspeex\lpc.h"\ 
    81697769        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8170         "..\..\speex\libspeex\misc.h"\ 
    8171         "..\..\speex\win32\config.h"\ 
    8172         ".\config.h"\ 
     7770        "..\..\speex\win32\config.h"\ 
     7771        ".\config.h"\ 
     7772         
     7773NODEP_CPP_LPC_C=\ 
     7774        "..\..\speex\libspeex\misc.h"\ 
    81737775         
    81747776 
     
    82007802        "..\..\speex\libspeex\lpc.h"\ 
    82017803        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8202         "..\..\speex\libspeex\misc.h"\ 
    8203         "..\..\speex\win32\config.h"\ 
    8204         ".\config.h"\ 
     7804        "..\..\speex\win32\config.h"\ 
     7805        ".\config.h"\ 
     7806         
     7807NODEP_CPP_LPC_C=\ 
     7808        "..\..\speex\libspeex\misc.h"\ 
    82057809         
    82067810 
     
    82327836        "..\..\speex\libspeex\lpc.h"\ 
    82337837        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8234         "..\..\speex\libspeex\misc.h"\ 
    8235         "..\..\speex\win32\config.h"\ 
    8236         ".\config.h"\ 
     7838        "..\..\speex\win32\config.h"\ 
     7839        ".\config.h"\ 
     7840         
     7841NODEP_CPP_LPC_C=\ 
     7842        "..\..\speex\libspeex\misc.h"\ 
    82377843         
    82387844 
     
    82647870        "..\..\speex\libspeex\lpc.h"\ 
    82657871        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8266         "..\..\speex\libspeex\misc.h"\ 
    8267         "..\..\speex\win32\config.h"\ 
    8268         ".\config.h"\ 
     7872        "..\..\speex\win32\config.h"\ 
     7873        ".\config.h"\ 
     7874         
     7875NODEP_CPP_LPC_C=\ 
     7876        "..\..\speex\libspeex\misc.h"\ 
    82697877         
    82707878 
     
    82967904        "..\..\speex\libspeex\lpc.h"\ 
    82977905        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8298         "..\..\speex\libspeex\misc.h"\ 
    8299         "..\..\speex\win32\config.h"\ 
    8300         ".\config.h"\ 
     7906        "..\..\speex\win32\config.h"\ 
     7907        ".\config.h"\ 
     7908         
     7909NODEP_CPP_LPC_C=\ 
     7910        "..\..\speex\libspeex\misc.h"\ 
    83017911         
    83027912 
     
    83287938        "..\..\speex\libspeex\lpc.h"\ 
    83297939        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8330         "..\..\speex\libspeex\misc.h"\ 
    8331         "..\..\speex\win32\config.h"\ 
    8332         ".\config.h"\ 
     7940        "..\..\speex\win32\config.h"\ 
     7941        ".\config.h"\ 
     7942         
     7943NODEP_CPP_LPC_C=\ 
     7944        "..\..\speex\libspeex\misc.h"\ 
    83337945         
    83347946 
     
    83607972        "..\..\speex\libspeex\lpc.h"\ 
    83617973        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8362         "..\..\speex\libspeex\misc.h"\ 
    8363         "..\..\speex\win32\config.h"\ 
    8364         ".\config.h"\ 
     7974        "..\..\speex\win32\config.h"\ 
     7975        ".\config.h"\ 
     7976         
     7977NODEP_CPP_LPC_C=\ 
     7978        "..\..\speex\libspeex\misc.h"\ 
    83657979         
    83667980 
     
    83928006        "..\..\speex\libspeex\lpc.h"\ 
    83938007        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8394         "..\..\speex\libspeex\misc.h"\ 
    8395         "..\..\speex\win32\config.h"\ 
    8396         ".\config.h"\ 
     8008        "..\..\speex\win32\config.h"\ 
     8009        ".\config.h"\ 
     8010         
     8011NODEP_CPP_LPC_C=\ 
     8012        "..\..\speex\libspeex\misc.h"\ 
    83978013         
    83988014 
     
    84248040        "..\..\speex\libspeex\lpc.h"\ 
    84258041        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8426         "..\..\speex\libspeex\misc.h"\ 
    8427         "..\..\speex\win32\config.h"\ 
    8428         ".\config.h"\ 
     8042        "..\..\speex\win32\config.h"\ 
     8043        ".\config.h"\ 
     8044         
     8045NODEP_CPP_LPC_C=\ 
     8046        "..\..\speex\libspeex\misc.h"\ 
    84298047         
    84308048 
     
    84568074        "..\..\speex\libspeex\lpc.h"\ 
    84578075        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8458         "..\..\speex\libspeex\misc.h"\ 
    8459         "..\..\speex\win32\config.h"\ 
    8460         ".\config.h"\ 
     8076        "..\..\speex\win32\config.h"\ 
     8077        ".\config.h"\ 
     8078         
     8079NODEP_CPP_LPC_C=\ 
     8080        "..\..\speex\libspeex\misc.h"\ 
    84618081         
    84628082 
     
    84888108        "..\..\speex\libspeex\lpc.h"\ 
    84898109        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8490         "..\..\speex\libspeex\misc.h"\ 
    8491         "..\..\speex\win32\config.h"\ 
    8492         ".\config.h"\ 
     8110        "..\..\speex\win32\config.h"\ 
     8111        ".\config.h"\ 
     8112         
     8113NODEP_CPP_LPC_C=\ 
     8114        "..\..\speex\libspeex\misc.h"\ 
    84938115         
    84948116 
     
    85028124        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    85038125        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     8126        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     8127        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     8128        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     8129        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     8130        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     8131        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     8132        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     8133        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     8134        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     8135        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     8136        "..\..\..\pjlib\include\pj\config.h"\ 
     8137        "..\..\..\pjlib\include\pj\config_site.h"\ 
     8138        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     8139        "..\..\..\pjlib\include\pj\log.h"\ 
     8140        "..\..\..\pjlib\include\pj\types.h"\ 
     8141        "..\..\speex\include\speex\speex_types.h"\ 
     8142        "..\..\speex\libspeex\arch.h"\ 
     8143        "..\..\speex\libspeex\fixed_arm4.h"\ 
     8144        "..\..\speex\libspeex\fixed_arm5e.h"\ 
     8145        "..\..\speex\libspeex\fixed_bfin.h"\ 
     8146        "..\..\speex\libspeex\fixed_debug.h"\ 
     8147        "..\..\speex\libspeex\fixed_generic.h"\ 
     8148        "..\..\speex\libspeex\lpc.h"\ 
     8149        "..\..\speex\libspeex\lpc_bfin.h"\ 
     8150        "..\..\speex\win32\config.h"\ 
     8151        ".\config.h"\ 
     8152        ".\speex\speex_config_types.h"\ 
     8153         
     8154NODEP_CPP_LPC_C=\ 
    85048155        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    85058156        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    8506         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    8507         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    8508         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    8509         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    8510         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    8511         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    8512         "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
    8513         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    8514         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    8515         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    8516         "..\..\..\pjlib\include\pj\config.h"\ 
    8517         "..\..\..\pjlib\include\pj\config_site.h"\ 
    8518         "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
     8157        "..\..\speex\libspeex\misc.h"\ 
     8158         
     8159 
     8160!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     8161 
     8162DEP_CPP_LPC_C=\ 
     8163        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     8164        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     8165        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     8166        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     8167        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     8168        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     8169        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     8170        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     8171        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     8172        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     8173        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     8174        "..\..\..\pjlib\include\pj\config.h"\ 
     8175        "..\..\..\pjlib\include\pj\config_site.h"\ 
    85198176        "..\..\..\pjlib\include\pj\log.h"\ 
    85208177        "..\..\..\pjlib\include\pj\types.h"\ 
     
    85288185        "..\..\speex\libspeex\lpc.h"\ 
    85298186        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8530         "..\..\speex\libspeex\misc.h"\ 
    8531         "..\..\speex\win32\config.h"\ 
    8532         ".\config.h"\ 
    8533         ".\speex\speex_config_types.h"\ 
    8534          
    8535  
    8536 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4) Debug" 
     8187        "..\..\speex\win32\config.h"\ 
     8188        ".\config.h"\ 
     8189         
     8190NODEP_CPP_LPC_C=\ 
     8191        "..\..\speex\libspeex\misc.h"\ 
     8192         
     8193 
     8194!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
    85378195 
    85388196DEP_CPP_LPC_C=\ 
     
    85618219        "..\..\speex\libspeex\lpc.h"\ 
    85628220        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8563         "..\..\speex\libspeex\misc.h"\ 
    8564         "..\..\speex\win32\config.h"\ 
    8565         ".\config.h"\ 
    8566          
    8567  
    8568 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Release" 
     8221        "..\..\speex\win32\config.h"\ 
     8222        ".\config.h"\ 
     8223         
     8224NODEP_CPP_LPC_C=\ 
     8225        "..\..\speex\libspeex\misc.h"\ 
     8226         
     8227 
     8228!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
    85698229 
    85708230DEP_CPP_LPC_C=\ 
     
    85938253        "..\..\speex\libspeex\lpc.h"\ 
    85948254        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8595         "..\..\speex\libspeex\misc.h"\ 
    8596         "..\..\speex\win32\config.h"\ 
    8597         ".\config.h"\ 
    8598          
    8599  
    8600 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE MIPS16) Debug" 
     8255        "..\..\speex\win32\config.h"\ 
     8256        ".\config.h"\ 
     8257         
     8258NODEP_CPP_LPC_C=\ 
     8259        "..\..\speex\libspeex\misc.h"\ 
     8260         
     8261 
     8262!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
    86018263 
    86028264DEP_CPP_LPC_C=\ 
     
    86258287        "..\..\speex\libspeex\lpc.h"\ 
    86268288        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8627         "..\..\speex\libspeex\misc.h"\ 
    8628         "..\..\speex\win32\config.h"\ 
    8629         ".\config.h"\ 
    8630          
    8631  
    8632 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Release" 
     8289        "..\..\speex\win32\config.h"\ 
     8290        ".\config.h"\ 
     8291         
     8292NODEP_CPP_LPC_C=\ 
     8293        "..\..\speex\libspeex\misc.h"\ 
     8294         
     8295 
     8296!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
    86338297 
    86348298DEP_CPP_LPC_C=\ 
     
    86578321        "..\..\speex\libspeex\lpc.h"\ 
    86588322        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8659         "..\..\speex\libspeex\misc.h"\ 
    8660         "..\..\speex\win32\config.h"\ 
    8661         ".\config.h"\ 
    8662          
    8663  
    8664 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE ARMV4T) Debug" 
     8323        "..\..\speex\win32\config.h"\ 
     8324        ".\config.h"\ 
     8325         
     8326NODEP_CPP_LPC_C=\ 
     8327        "..\..\speex\libspeex\misc.h"\ 
     8328         
     8329 
     8330!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
    86658331 
    86668332DEP_CPP_LPC_C=\ 
     
    86898355        "..\..\speex\libspeex\lpc.h"\ 
    86908356        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8691         "..\..\speex\libspeex\misc.h"\ 
    8692         "..\..\speex\win32\config.h"\ 
    8693         ".\config.h"\ 
    8694          
    8695  
    8696 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Release" 
     8357        "..\..\speex\win32\config.h"\ 
     8358        ".\config.h"\ 
     8359         
     8360NODEP_CPP_LPC_C=\ 
     8361        "..\..\speex\libspeex\misc.h"\ 
     8362         
     8363 
     8364!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    86978365 
    86988366DEP_CPP_LPC_C=\ 
    8699         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    8700         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    8701         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    8702         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    8703         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    8704         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    8705         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    8706         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    8707         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    8708         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    8709         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    8710         "..\..\..\pjlib\include\pj\config.h"\ 
    8711         "..\..\..\pjlib\include\pj\config_site.h"\ 
     8367        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     8368        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     8369        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     8370        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     8371        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     8372        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     8373        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     8374        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     8375        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     8376        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     8377        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     8378        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     8379        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     8380        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     8381        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     8382        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     8383        "..\..\..\pjlib\include\pj\config.h"\ 
     8384        "..\..\..\pjlib\include\pj\config_site.h"\ 
     8385        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    87128386        "..\..\..\pjlib\include\pj\log.h"\ 
    87138387        "..\..\..\pjlib\include\pj\types.h"\ 
     
    87218395        "..\..\speex\libspeex\lpc.h"\ 
    87228396        "..\..\speex\libspeex\lpc_bfin.h"\ 
    8723         "..\..\speex\libspeex\misc.h"\ 
    8724         "..\..\speex\win32\config.h"\ 
    8725         ".\config.h"\ 
    8726          
    8727  
    8728 !ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    8729  
    8730 DEP_CPP_LPC_C=\ 
    8731         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    8732         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    8733         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    8734         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    8735         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    8736         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    8737         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    8738         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    8739         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    8740         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    8741         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    8742         "..\..\..\pjlib\include\pj\config.h"\ 
    8743         "..\..\..\pjlib\include\pj\config_site.h"\ 
    8744         "..\..\..\pjlib\include\pj\log.h"\ 
    8745         "..\..\..\pjlib\include\pj\types.h"\ 
    8746         "..\..\speex\include\speex\speex_types.h"\ 
    8747         "..\..\speex\libspeex\arch.h"\ 
    8748         "..\..\speex\libspeex\fixed_arm4.h"\ 
    8749         "..\..\speex\libspeex\fixed_arm5e.h"\ 
    8750         "..\..\speex\libspeex\fixed_bfin.h"\ 
    8751         "..\..\speex\libspeex\fixed_debug.h"\ 
    8752         "..\..\speex\libspeex\fixed_generic.h"\ 
    8753         "..\..\speex\libspeex\lpc.h"\ 
    8754         "..\..\speex\libspeex\lpc_bfin.h"\ 
    8755         "..\..\speex\libspeex\misc.h"\ 
    8756         "..\..\speex\win32\config.h"\ 
    8757         ".\config.h"\ 
     8397        "..\..\speex\win32\config.h"\ 
     8398        ".\config.h"\ 
     8399        ".\speex\speex_config_types.h"\ 
     8400         
     8401NODEP_CPP_LPC_C=\ 
     8402        ".\misc.h"\ 
    87588403         
    87598404 
     
    87938438        "..\..\speex\libspeex\lsp_bfin.h"\ 
    87948439        "..\..\speex\libspeex\math_approx.h"\ 
    8795         "..\..\speex\libspeex\misc.h"\ 
    87968440        "..\..\speex\libspeex\stack_alloc.h"\ 
    87978441        "..\..\speex\win32\config.h"\ 
    87988442        ".\config.h"\ 
     8443         
     8444NODEP_CPP_LSP_C=\ 
     8445        "..\..\speex\libspeex\misc.h"\ 
    87998446         
    88008447 
     
    88278474        "..\..\speex\libspeex\lsp_bfin.h"\ 
    88288475        "..\..\speex\libspeex\math_approx.h"\ 
    8829         "..\..\speex\libspeex\misc.h"\ 
    88308476        "..\..\speex\libspeex\stack_alloc.h"\ 
    88318477        "..\..\speex\win32\config.h"\ 
    88328478        ".\config.h"\ 
     8479         
     8480NODEP_CPP_LSP_C=\ 
     8481        "..\..\speex\libspeex\misc.h"\ 
    88338482         
    88348483 
     
    88618510        "..\..\speex\libspeex\lsp_bfin.h"\ 
    88628511        "..\..\speex\libspeex\math_approx.h"\ 
    8863         "..\..\speex\libspeex\misc.h"\ 
    88648512        "..\..\speex\libspeex\stack_alloc.h"\ 
    88658513        "..\..\speex\win32\config.h"\ 
    88668514        ".\config.h"\ 
     8515         
     8516NODEP_CPP_LSP_C=\ 
     8517        "..\..\speex\libspeex\misc.h"\ 
    88678518         
    88688519 
     
    88958546        "..\..\speex\libspeex\lsp_bfin.h"\ 
    88968547        "..\..\speex\libspeex\math_approx.h"\ 
    8897         "..\..\speex\libspeex\misc.h"\ 
    88988548        "..\..\speex\libspeex\stack_alloc.h"\ 
    88998549        "..\..\speex\win32\config.h"\ 
    89008550        ".\config.h"\ 
     8551         
     8552NODEP_CPP_LSP_C=\ 
     8553        "..\..\speex\libspeex\misc.h"\ 
    89018554         
    89028555 
     
    89298582        "..\..\speex\libspeex\lsp_bfin.h"\ 
    89308583        "..\..\speex\libspeex\math_approx.h"\ 
    8931         "..\..\speex\libspeex\misc.h"\ 
    89328584        "..\..\speex\libspeex\stack_alloc.h"\ 
    89338585        "..\..\speex\win32\config.h"\ 
    89348586        ".\config.h"\ 
     8587         
     8588NODEP_CPP_LSP_C=\ 
     8589        "..\..\speex\libspeex\misc.h"\ 
    89358590         
    89368591 
     
    89638618        "..\..\speex\libspeex\lsp_bfin.h"\ 
    89648619        "..\..\speex\libspeex\math_approx.h"\ 
    8965         "..\..\speex\libspeex\misc.h"\ 
    89668620        "..\..\speex\libspeex\stack_alloc.h"\ 
    89678621        "..\..\speex\win32\config.h"\ 
    89688622        ".\config.h"\ 
     8623         
     8624NODEP_CPP_LSP_C=\ 
     8625        "..\..\speex\libspeex\misc.h"\ 
    89698626         
    89708627 
     
    89978654        "..\..\speex\libspeex\lsp_bfin.h"\ 
    89988655        "..\..\speex\libspeex\math_approx.h"\ 
    8999         "..\..\speex\libspeex\misc.h"\ 
    90008656        "..\..\speex\libspeex\stack_alloc.h"\ 
    90018657        "..\..\speex\win32\config.h"\ 
    90028658        ".\config.h"\ 
     8659         
     8660NODEP_CPP_LSP_C=\ 
     8661        "..\..\speex\libspeex\misc.h"\ 
    90038662         
    90048663 
     
    90318690        "..\..\speex\libspeex\lsp_bfin.h"\ 
    90328691        "..\..\speex\libspeex\math_approx.h"\ 
    9033         "..\..\speex\libspeex\misc.h"\ 
    90348692        "..\..\speex\libspeex\stack_alloc.h"\ 
    90358693        "..\..\speex\win32\config.h"\ 
    90368694        ".\config.h"\ 
     8695         
     8696NODEP_CPP_LSP_C=\ 
     8697        "..\..\speex\libspeex\misc.h"\ 
    90378698         
    90388699 
     
    90658726        "..\..\speex\libspeex\lsp_bfin.h"\ 
    90668727        "..\..\speex\libspeex\math_approx.h"\ 
    9067         "..\..\speex\libspeex\misc.h"\ 
    90688728        "..\..\speex\libspeex\stack_alloc.h"\ 
    90698729        "..\..\speex\win32\config.h"\ 
    90708730        ".\config.h"\ 
     8731         
     8732NODEP_CPP_LSP_C=\ 
     8733        "..\..\speex\libspeex\misc.h"\ 
    90718734         
    90728735 
     
    90998762        "..\..\speex\libspeex\lsp_bfin.h"\ 
    91008763        "..\..\speex\libspeex\math_approx.h"\ 
    9101         "..\..\speex\libspeex\misc.h"\ 
    91028764        "..\..\speex\libspeex\stack_alloc.h"\ 
    91038765        "..\..\speex\win32\config.h"\ 
    91048766        ".\config.h"\ 
     8767         
     8768NODEP_CPP_LSP_C=\ 
     8769        "..\..\speex\libspeex\misc.h"\ 
    91058770         
    91068771 
     
    91338798        "..\..\speex\libspeex\lsp_bfin.h"\ 
    91348799        "..\..\speex\libspeex\math_approx.h"\ 
    9135         "..\..\speex\libspeex\misc.h"\ 
    91368800        "..\..\speex\libspeex\stack_alloc.h"\ 
    91378801        "..\..\speex\win32\config.h"\ 
    91388802        ".\config.h"\ 
     8803         
     8804NODEP_CPP_LSP_C=\ 
     8805        "..\..\speex\libspeex\misc.h"\ 
    91398806         
    91408807 
     
    91678834        "..\..\speex\libspeex\lsp_bfin.h"\ 
    91688835        "..\..\speex\libspeex\math_approx.h"\ 
    9169         "..\..\speex\libspeex\misc.h"\ 
    91708836        "..\..\speex\libspeex\stack_alloc.h"\ 
    91718837        "..\..\speex\win32\config.h"\ 
    91728838        ".\config.h"\ 
     8839         
     8840NODEP_CPP_LSP_C=\ 
     8841        "..\..\speex\libspeex\misc.h"\ 
    91738842         
    91748843 
     
    92018870        "..\..\speex\libspeex\lsp_bfin.h"\ 
    92028871        "..\..\speex\libspeex\math_approx.h"\ 
    9203         "..\..\speex\libspeex\misc.h"\ 
    92048872        "..\..\speex\libspeex\stack_alloc.h"\ 
    92058873        "..\..\speex\win32\config.h"\ 
    92068874        ".\config.h"\ 
     8875         
     8876NODEP_CPP_LSP_C=\ 
     8877        "..\..\speex\libspeex\misc.h"\ 
    92078878         
    92088879 
     
    92358906        "..\..\speex\libspeex\lsp_bfin.h"\ 
    92368907        "..\..\speex\libspeex\math_approx.h"\ 
    9237         "..\..\speex\libspeex\misc.h"\ 
    92388908        "..\..\speex\libspeex\stack_alloc.h"\ 
    92398909        "..\..\speex\win32\config.h"\ 
    92408910        ".\config.h"\ 
     8911         
     8912NODEP_CPP_LSP_C=\ 
     8913        "..\..\speex\libspeex\misc.h"\ 
    92418914         
    92428915 
     
    92698942        "..\..\speex\libspeex\lsp_bfin.h"\ 
    92708943        "..\..\speex\libspeex\math_approx.h"\ 
    9271         "..\..\speex\libspeex\misc.h"\ 
    92728944        "..\..\speex\libspeex\stack_alloc.h"\ 
    92738945        "..\..\speex\win32\config.h"\ 
    92748946        ".\config.h"\ 
     8947         
     8948NODEP_CPP_LSP_C=\ 
     8949        "..\..\speex\libspeex\misc.h"\ 
    92758950         
    92768951 
     
    93038978        "..\..\speex\libspeex\lsp_bfin.h"\ 
    93048979        "..\..\speex\libspeex\math_approx.h"\ 
    9305         "..\..\speex\libspeex\misc.h"\ 
    93068980        "..\..\speex\libspeex\stack_alloc.h"\ 
    93078981        "..\..\speex\win32\config.h"\ 
    93088982        ".\config.h"\ 
     8983         
     8984NODEP_CPP_LSP_C=\ 
     8985        "..\..\speex\libspeex\misc.h"\ 
    93098986         
    93108987 
     
    93188995        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    93198996        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
    9320         "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
    9321         "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
    93228997        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    93238998        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     
    93459020        "..\..\speex\libspeex\lsp_bfin.h"\ 
    93469021        "..\..\speex\libspeex\math_approx.h"\ 
    9347         "..\..\speex\libspeex\misc.h"\ 
    93489022        "..\..\speex\libspeex\stack_alloc.h"\ 
    93499023        "..\..\speex\win32\config.h"\ 
    93509024        ".\config.h"\ 
    93519025        ".\speex\speex_config_types.h"\ 
     9026         
     9027NODEP_CPP_LSP_C=\ 
     9028        "..\..\..\pjlib\include\pj\compat\m_auto.h"\ 
     9029        "..\..\..\pjlib\include\pj\compat\os_auto.h"\ 
     9030        "..\..\speex\libspeex\misc.h"\ 
    93529031         
    93539032 
     
    93809059        "..\..\speex\libspeex\lsp_bfin.h"\ 
    93819060        "..\..\speex\libspeex\math_approx.h"\ 
    9382         "..\..\speex\libspeex\misc.h"\ 
    93839061        "..\..\speex\libspeex\stack_alloc.h"\ 
    93849062        "..\..\speex\win32\config.h"\ 
    93859063        ".\config.h"\ 
     9064         
     9065NODEP_CPP_LSP_C=\ 
     9066        "..\..\speex\libspeex\misc.h"\ 
    93869067         
    93879068 
     
    94149095        "..\..\speex\libspeex\lsp_bfin.h"\ 
    94159096        "..\..\speex\libspeex\math_approx.h"\ 
    9416         "..\..\speex\libspeex\misc.h"\ 
    94179097        "..\..\speex\libspeex\stack_alloc.h"\ 
    94189098        "..\..\speex\win32\config.h"\ 
    94199099        ".\config.h"\ 
     9100         
     9101NODEP_CPP_LSP_C=\ 
     9102        "..\..\speex\libspeex\misc.h"\ 
    94209103         
    94219104 
     
    94489131        "..\..\speex\libspeex\lsp_bfin.h"\ 
    94499132        "..\..\speex\libspeex\math_approx.h"\ 
    9450         "..\..\speex\libspeex\misc.h"\ 
    94519133        "..\..\speex\libspeex\stack_alloc.h"\ 
    94529134        "..\..\speex\win32\config.h"\ 
    94539135        ".\config.h"\ 
     9136         
     9137NODEP_CPP_LSP_C=\ 
     9138        "..\..\speex\libspeex\misc.h"\ 
    94549139         
    94559140 
     
    94829167        "..\..\speex\libspeex\lsp_bfin.h"\ 
    94839168        "..\..\speex\libspeex\math_approx.h"\ 
    9484         "..\..\speex\libspeex\misc.h"\ 
    94859169        "..\..\speex\libspeex\stack_alloc.h"\ 
    94869170        "..\..\speex\win32\config.h"\ 
    94879171        ".\config.h"\ 
     9172         
     9173NODEP_CPP_LSP_C=\ 
     9174        "..\..\speex\libspeex\misc.h"\ 
    94889175         
    94899176 
     
    95169203        "..\..\speex\libspeex\lsp_bfin.h"\ 
    95179204        "..\..\speex\libspeex\math_approx.h"\ 
    9518         "..\..\speex\libspeex\misc.h"\ 
    95199205        "..\..\speex\libspeex\stack_alloc.h"\ 
    95209206        "..\..\speex\win32\config.h"\ 
    95219207        ".\config.h"\ 
     9208         
     9209NODEP_CPP_LSP_C=\ 
     9210        "..\..\speex\libspeex\misc.h"\ 
    95229211         
    95239212 
     
    95509239        "..\..\speex\libspeex\lsp_bfin.h"\ 
    95519240        "..\..\speex\libspeex\math_approx.h"\ 
    9552         "..\..\speex\libspeex\misc.h"\ 
    95539241        "..\..\speex\libspeex\stack_alloc.h"\ 
    95549242        "..\..\speex\win32\config.h"\ 
    95559243        ".\config.h"\ 
    95569244         
     9245NODEP_CPP_LSP_C=\ 
     9246        "..\..\speex\libspeex\misc.h"\ 
     9247         
    95579248 
    95589249!ELSEIF  "$(CFG)" == "libspeex - Win32 (WCE x86) Debug" 
    95599250 
    95609251DEP_CPP_LSP_C=\ 
    9561         "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
    9562         "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
    9563         "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
    9564         "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
    9565         "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
    9566         "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
    9567         "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
    9568         "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
    9569         "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
    9570         "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
    9571         "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
    9572         "..\..\..\pjlib\include\pj\config.h"\ 
    9573         "..\..\..\pjlib\include\pj\config_site.h"\ 
     9252        "..\..\..\pjlib\include\pj\compat\cc_armcc.h"\ 
     9253        "..\..\..\pjlib\include\pj\compat\cc_codew.h"\ 
     9254        "..\..\..\pjlib\include\pj\compat\cc_gcc.h"\ 
     9255        "..\..\..\pjlib\include\pj\compat\cc_gcce.h"\ 
     9256        "..\..\..\pjlib\include\pj\compat\cc_msvc.h"\ 
     9257        "..\..\..\pjlib\include\pj\compat\cc_mwcc.h"\ 
     9258        "..\..\..\pjlib\include\pj\compat\os_darwinos.h"\ 
     9259        "..\..\..\pjlib\include\pj\compat\os_linux.h"\ 
     9260        "..\..\..\pjlib\include\pj\compat\os_linux_kernel.h"\ 
     9261        "..\..\..\pjlib\include\pj\compat\os_palmos.h"\ 
     9262        "..\..\..\pjlib\include\pj\compat\os_rtems.h"\ 
     9263        "..\..\..\pjlib\include\pj\compat\os_sunos.h"\ 
     9264        "..\..\..\pjlib\include\pj\compat\os_symbian.h"\ 
     9265        "..\..\..\pjlib\include\pj\compat\os_win32.h"\ 
     9266        "..\..\..\pjlib\include\pj\compat\os_win32_wince.h"\ 
     9267        "..\..\..\pjlib\include\pj\compat\size_t.h"\ 
     9268        "..\..\..\pjlib\include\pj\config.h"\ 
     9269        "..\..\..\pjlib\include\pj\config_site.h"\ 
     9270        "..\..\..\pjlib\include\pj\config_site_sample.h"\ 
    95749271        "..\..\..\pjlib\include\pj\log.h"\ 
    95759272        "..\..\..\pjlib\include\pj\types.h"\ 
     
    95849281        "..\..\speex\libspeex\lsp_bfin.h"\ 
    95859282        "..\..\speex\libspeex\math_approx.h"\ 
    9586         "..\..\speex\libspeex\misc.h"\ 
    95879283        "..\..\speex\libspeex\stack_alloc.h"\ 
    95889284        "..\..\speex\win32\config.h"\ 
    95899285        ".\config.h"\ 
     9286        ".\speex\speex_config_types.h"\ 
     9287         
     9288NODEP_CPP_LSP_C=\ 
     9289        ".\misc.h"\ 
    95909290         
    95919291 
     
    96849384        "..\..\speex\libspeex\ltp_sse.h"\ 
    96859385        "..\..\speex\libspeex\math_approx.h"\ 
    9686         "..\..\speex\libspeex\misc.h"\ 
    96879386        "..\..\speex\libspeex\stack_alloc.h"\ 
    96889387        "..\..\speex\win32\config.h"\ 
    96899388        ".\config.h"\ 
     9389