source: git/libpolys/Makefile.am @ 997a5b2

spielwiese
Last change on this file since 997a5b2 was 997a5b2, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Added the generation and installation of pkgconfig (*.pc) files + release versions for packages
  • Property mode set to 100644
File size: 298 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3bin_SCRIPTS = libpolys-config
4
5PACKAGES=misc reporter coeffs polys tests
6SUBDIRS=$(PACKAGES)
7
8TESTDIRS=coeffs tests
9
10configheaderdir = ${includedir}/singular
11nodist_configheader_HEADERS = libpolysconfig.h
12
13pkgconfigdir = $(libdir)/pkgconfig
14pkgconfig_DATA = libpolys.pc
Note: See TracBrowser for help on using the repository browser.