Newer
Older
monitord / jthread-1.2.1 / pkgconfig / .svn / text-base / Makefile.am.svn-base
@root root on 23 Jan 2012 367 bytes Migration from SVN revision 455
  1. ### all of the standard pc files we need to generate
  2. pcfiles = \
  3. jthread.pc
  4.  
  5. pcfiles_uninstalled = \
  6. jthread-uninstalled.pc
  7.  
  8. all-local: $(pcfiles) $(pcfiles_uninstalled)
  9.  
  10. pkgconfigdir = $(libdir)/pkgconfig
  11. pkgconfig_DATA = $(pcfiles)
  12.  
  13. EXTRA_DIST = \
  14. jthread.pc.in \
  15. jthread-uninstalled.pc.in
  16.  
  17. CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)