Makefile.am 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. pcfiles = \
  2. gnunetarm.pc \
  3. gnunetats.pc \
  4. gnunetblock.pc \
  5. gnunetconsensus.pc \
  6. gnunetconversation.pc \
  7. gnunetcore.pc \
  8. gnunetdatacache.pc \
  9. gnunetdatastore.pc \
  10. gnunetdht.pc \
  11. gnunetdns.pc \
  12. gnunetdnsparser.pc \
  13. gnunetdnsstub.pc \
  14. gnunetdv.pc \
  15. gnunetenv.pc \
  16. gnunetfragmentation.pc \
  17. gnunetfs.pc \
  18. gnunetgns.pc \
  19. gnunethello.pc \
  20. gnunetidentity.pc \
  21. gnunetmesh.pc \
  22. gnunetmulticast.pc.in \
  23. gnunetmysql.pc \
  24. gnunetnamestore.pc \
  25. gnunetnat.pc \
  26. gnunetnse.pc \
  27. gnunetpeerinfo.pc \
  28. gnunetpostgres.pc \
  29. gnunetpsyc.pc \
  30. gnunetpsycstore.pc \
  31. gnunetregex.pc \
  32. gnunetrevocation.pc \
  33. gnunetscalarproduct.pc \
  34. gnunetset.pc \
  35. gnunetstatistics.pc \
  36. gnunettestbed.pc \
  37. gnunettesting.pc \
  38. gnunettransport.pc \
  39. gnunettun.pc \
  40. gnunetutil.pc \
  41. gnunetvpn.pc
  42. all-local: $(pcfiles)
  43. cp_verbose = $(cp_verbose_$(V))
  44. cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
  45. cp_verbose_0 = @echo " CP $@";
  46. %.pc: %.pc
  47. $(cp_verbose_0)cp $< $@
  48. pkgconfigdir = $(libdir)/pkgconfig
  49. pkgconfig_DATA = $(pcfiles)
  50. EXTRA_DIST = \
  51. gnunetarm.pc.in \
  52. gnunetats.pc.in \
  53. gnunetblock.pc.in \
  54. gnunetconsensus.pc.in \
  55. gnunetconversation.pc.in \
  56. gnunetcore.pc.in \
  57. gnunetdatacache.pc.in \
  58. gnunetdatastore.pc.in \
  59. gnunetdht.pc.in \
  60. gnunetdns.pc.in \
  61. gnunetdnsparser.pc.in \
  62. gnunetdnsstub.pc.in \
  63. gnunetdv.pc.in \
  64. gnunetenv.pc.in \
  65. gnunetfragmentation.pc.in \
  66. gnunetfs.pc.in \
  67. gnunetgns.pc.in \
  68. gnunethello.pc.in \
  69. gnunetidentity.pc.in \
  70. gnunetmesh.pc.in \
  71. gnunetmulticast.pc.in \
  72. gnunetmysql.pc.in \
  73. gnunetnamestore.pc.in \
  74. gnunetnat.pc.in \
  75. gnunetnse.pc.in \
  76. gnunetpeerinfo.pc.in \
  77. gnunetpostgres.pc.in \
  78. gnunetpsyc.pc.in \
  79. gnunetpsycstore.pc.in \
  80. gnunetregex.pc.in \
  81. gnunetrevocation.pc.in \
  82. gnunetscalarproduct.pc.in \
  83. gnunetset.pc.in \
  84. gnunetstatistics.pc.in \
  85. gnunettestbed.pc.in \
  86. gnunettesting.pc.in \
  87. gnunettransport.pc.in \
  88. gnunettun.pc.in \
  89. gnunetutil.pc.in \
  90. gnunetvpn.pc.in
  91. CLEANFILES = $(pcfiles)
  92. AM_CPPFLAGS = -I$(top_srcdir)/src/include