Makefile.am 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #
  2. # Makefile.am for sofia-sip/win32
  3. #
  4. # This is used for including win32 files in dist
  5. #
  6. # Copyright (C) 2005,2006 Nokia Corporation
  7. # Contact: Pekka Pessi <pekka.pessi@nokia.com>
  8. # Licensed under LGPL. See file COPYING.
  9. #
  10. # ref: http://www.gnu.org/software/automake/manual/automake.html
  11. # ----------------------------------------------------------------------
  12. noinst_HEADERS = sofia-sip/su_configure.h unistd.h config.h
  13. EXTRA_DIST = SofiaSIP.dsw \
  14. libsofia-sip-ua/libsofia_sip_ua.dsp \
  15. libsofia-sip-ua/sofia-sip-ua.def \
  16. libsofia-sip-ua-static/libsofia_sip_ua_static.dsp \
  17. tests/test_nua/test_nua.dsp \
  18. tests/test_nua/test_nat_tags.cpp \
  19. tests/test_nta/test_nta.dsp \
  20. tests/test_tport/test_tport.dsp \
  21. tests/test_tport/test_class.cpp \
  22. tests/test_tport/test_table.cpp \
  23. tests/torture_su_alloc/torture_su_alloc.dsp \
  24. tests/torture_su_root/torture_su_root.dsp \
  25. tests/torture_su_tag/torture_su_tag.dsp \
  26. tests/test_su/test_su.dsp \
  27. tests/torture_su_time/torture_su_time.dsp \
  28. tests/torture_su_timer/torture_su_timer.dsp \
  29. tests/torture_su/torture_su.dsp \
  30. tests/test_memmem/test_memmem.dsp \
  31. tests/test_htable/test_htable.dsp \
  32. tests/torture_rbtree/torture_rbtree.dsp \
  33. tests/torture_su_bm/torture_su_bm.dsp \
  34. tests/torture_su_port/torture_su_port.dsp \
  35. utils/localinfo/localinfo.dsp \
  36. utils/sip_options/sip_options.dsp \
  37. utils/sip_options_static/sip_options_static.dsp \
  38. utils/sip_dig/sip_dig.dsp \
  39. utils/stunc/stunc.dsp \
  40. $(PTHREAD_DIST) \
  41. README.txt \
  42. autogen.cmd build_sources.cmd version_files.cmd version.awk \
  43. install.cmd check.cmd
  44. # VC2005 Project files
  45. EXTRA_DIST += SofiaSIP.sln \
  46. libsofia-sip-ua-static/libsofia_sip_ua_static.vcproj \
  47. libsofia-sip-ua/libsofia_sip_ua.vcproj \
  48. tests/test_htable/test_htable.vcproj \
  49. tests/test_memmem/test_memmem.vcproj \
  50. tests/test_nta/test_nta.vcproj \
  51. tests/test_nua/test_nua.vcproj \
  52. tests/test_su/test_su.vcproj \
  53. tests/test_tport/test_tport.vcproj \
  54. tests/torture_rbtree/torture_rbtree.vcproj \
  55. tests/torture_su/torture_su.vcproj \
  56. tests/torture_su_alloc/torture_su_alloc.vcproj \
  57. tests/torture_su_bm/torture_su_bm.vcproj \
  58. tests/torture_su_port/torture_su_port.vcproj \
  59. tests/torture_su_root/torture_su_root.vcproj \
  60. tests/torture_su_tag/torture_su_tag.vcproj \
  61. tests/torture_su_time/torture_su_time.vcproj \
  62. tests/torture_su_timer/torture_su_timer.vcproj \
  63. utils/localinfo/localinfo.vcproj \
  64. utils/sip_dig/sip_dig.vcproj \
  65. utils/sip_options/sip_options.vcproj \
  66. utils/sip_options_static/sip_options_static.vcproj \
  67. utils/stunc/stunc.vcproj
  68. PTHREAD_DIST = \
  69. pthread/ChangeLog \
  70. pthread/md5.sum.txt \
  71. pthread/pthreadVC2.dll \
  72. pthread/pthreadVC2.lib \
  73. pthread/semaphore.h \
  74. pthread/sched.h \
  75. pthread/pthread.h
  76. mostlyclean-local:
  77. test "$(top_builddir)" = "$(top_srcdir)" || rm -f config.h