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.
 
 
 
 

26 lines
546 B

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