You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
599 B

  1. # This Makefile.am is in the public domain
  2. pcfiles = \
  3. gnunetmulticast.pc \
  4. gnunetpsyc.pc \
  5. gnunetpsycstore.pc \
  6. gnunetsocial.pc
  7. all-local: $(pcfiles)
  8. cp_verbose = $(cp_verbose_$(V))
  9. cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
  10. cp_verbose_0 = @echo " CP $@";
  11. %.pc: %.pc
  12. $(cp_verbose_0)cp $< $@
  13. pkgconfigdir = $(libdir)/pkgconfig
  14. pkgconfig_DATA = $(pcfiles)
  15. EXTRA_DIST = \
  16. gnunetmulticast.pc.in \
  17. gnunetpsyc.pc.in \
  18. gnunetpsycstore.pc.in \
  19. gnunetsocial.pc.in
  20. CLEANFILES = $(pcfiles)
  21. AM_CPPFLAGS = -I$(top_srcdir)/src/include