2
0

Makefile.am 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. pkgconfigdir = $(libdir)/pkgconfig
  40. pkgconfig_DATA = $(pcfiles)
  41. EXTRA_DIST = \
  42. gnunetarm.pc.in \
  43. gnunetats.pc.in \
  44. gnunetblock.pc.in \
  45. gnunetconsensus.pc.in \
  46. gnunetconversation.pc.in \
  47. gnunetcore.pc.in \
  48. gnunetdatacache.pc.in \
  49. gnunetdatastore.pc.in \
  50. gnunetdht.pc.in \
  51. gnunetdns.pc.in \
  52. gnunetenv.pc.in \
  53. gnunetfragmentation.pc.in \
  54. gnunetfs.pc.in \
  55. gnunetgns.pc.in \
  56. gnunethello.pc.in \
  57. gnunetidentity.pc.in \
  58. gnunetcadet.pc.in \
  59. gnunetmicrophone.pc.in \
  60. gnunetmysql.pc.in \
  61. gnunetnamestore.pc.in \
  62. gnunetnat.pc.in \
  63. gnunetnse.pc.in \
  64. gnunetpeerinfo.pc.in \
  65. gnunetpostgres.pc.in \
  66. gnunetregex.pc.in \
  67. gnunetrevocation.pc.in \
  68. gnunetrps.pc.in \
  69. gnunetscalarproduct.pc.in \
  70. gnunetset.pc.in \
  71. gnunetspeaker.pc.in \
  72. gnunetstatistics.pc.in \
  73. gnunettestbed.pc.in \
  74. gnunettesting.pc.in \
  75. gnunettransport.pc.in \
  76. gnunetutil.pc.in \
  77. gnunetvpn.pc.in
  78. CLEANFILES = $(pcfiles)
  79. AM_CPPFLAGS = -I$(top_srcdir)/src/include