Umakefil
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:5k
源码类别:

Symbian

开发平台:

Visual C++

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Source last modified: $Id: Umakefil,v 1.17.2.4 2004/07/09 01:48:15 hubbe Exp $
  3. # Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  4. # The contents of this file, and the files included with this file,
  5. # are subject to the current version of the RealNetworks Public
  6. # Source License (the "RPSL") available at
  7. # http://www.helixcommunity.org/content/rpsl unless you have licensed
  8. # the file under the current version of the RealNetworks Community
  9. # Source License (the "RCSL") available at
  10. # http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  11. # will apply. You may also obtain the license terms directly from
  12. # RealNetworks.  You may not use this file except in compliance with
  13. # the RPSL or, if you have a valid RCSL with RealNetworks applicable
  14. # to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  15. # the rights, obligations and limitations governing use of the
  16. # contents of the file.
  17. # Alternatively, the contents of this file may be used under the
  18. # terms of the GNU General Public License Version 2 or later (the
  19. # "GPL") in which case the provisions of the GPL are applicable
  20. # instead of those above. If you wish to allow use of your version of
  21. # this file only under the terms of the GPL, and not to allow others
  22. # to use your version of this file under the terms of either the RPSL
  23. # or RCSL, indicate your decision by deleting the provisions above
  24. # and replace them with the notice and other provisions required by
  25. # the GPL. If you do not delete the provisions above, a recipient may
  26. # use your version of this file under the terms of any one of the
  27. # RPSL, the RCSL or the GPL.
  28. # This file is part of the Helix DNA Technology. RealNetworks is the
  29. # developer of the Original Code and owns the copyrights in the
  30. # portions it created.
  31. # This file, and the files included with this file, is distributed
  32. # and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  33. # KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  34. # ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  35. # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  36. # ENJOYMENT OR NON-INFRINGEMENT.
  37. # Technology Compatibility Kit Test Suite(s) Location:
  38. #    http://www.helixcommunity.org/content/tck
  39. # Contributor(s):
  40. # ***** END LICENSE BLOCK *****
  41. UmakefileVersion(2,1)
  42. project.AddIncludes("../include", "../container/pub", "../dbgtool/pub",
  43.                     "../system/pub", "../fileio/pub", "../runtime/pub")
  44. project.AddSources("hxstrutl.cpp",
  45.                    "hxdefpackethookhlp.cpp",
  46.                    "dbcs.cpp",
  47.                    "hxrand.cpp",
  48.                    "netbyte.cpp",
  49.                    "pacutil.cpp",
  50.                    "portaddr.cpp",
  51.                    "activewrap.cpp",
  52.                    "activopt.cpp",
  53.                    "asmrulep.cpp",
  54.                    "baseobj.cpp",
  55.                    "cachobj.cpp",
  56.                    "commreg.cpp",
  57.                    "cookhlpr.cpp",
  58.                    "cookies.cpp",
  59.                    "cpacemkr.cpp",
  60.                    "chxuuid.cpp",
  61.                    "db_dict.cpp",
  62.                    "key.cpp",
  63.                    "md5.c",
  64.                    "md5hl.c",
  65.                    "mimechk.cpp",
  66.                    "miscsp.cpp",
  67.                    "mmx_util.c",
  68.                    "cpuident.c",
  69.                    "nptime.cpp",
  70.                    "ntptime.cpp",
  71.    "pathutil.cpp",
  72.                    "perplex.cpp",
  73.                    "pckunpck.cpp",
  74.                    "hxmangle.cpp",
  75.                    "hxurl.cpp",
  76.                    "hxwinver.cpp",
  77.                    "pref.cpp",
  78.                    "property.cpp",
  79.                    "random32.c",
  80.                    "readpath.cpp",
  81.                    "rlstate.cpp",
  82.                    "hxathsp.cpp",
  83.                    "hxcomsp.cpp",
  84.                    "hxcorsp.cpp",
  85.                    "hxdbsp.cpp",
  86.                    "hxengsp.cpp",
  87.                    "hxfilsp.cpp",
  88.                    "hxmonsp.cpp",
  89.                    "hxpktsp.cpp",
  90.                    "hxplgsp.cpp",
  91.                    "hxplnsp.cpp",
  92.                    "hxinfcod.cpp",
  93.                    "smpte.cpp",
  94.                    "timerep.cpp",
  95.                    "tparse.c",
  96.                    "verutil.cpp",
  97.                    "vsrcinfo.cpp",
  98.                    "watchlst.cpp",
  99.                    "localrep.c",
  100.                    "rtsputil.cpp",
  101.    "crdcache.cpp",
  102.                    "char_stack.cpp",
  103.                    "hxparse.cpp",
  104.                    "buffutil.cpp",
  105.                    "addupcol.cpp",
  106.                    "chxkeepalive.cpp",
  107.                    "chxminiccf.cpp",
  108.                    "chxcharstack.cpp",
  109.                    "packedvalues.cpp",
  110.                    "hxprefutil.cpp",
  111.                    "stream_desc_hlpr.cpp",
  112.                    "hxcbobj.cpp",
  113.                    "clone_values.cpp")
  114. if not project.IsDefined("HELIX_CONFIG_NOSTATICS"):
  115.     project.AddSources("getopt.c")
  116. project.AddSources("tconverter/fxpoint/tconverter_fxp.cpp")
  117.     
  118. LibraryTarget("utillib")
  119. DependTarget()