Makefile.am 2.2 KB

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