source: git/libpolys/Makefile.am @ 0afa07

spielwiese
Last change on this file since 0afa07 was 148d3c, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: fixing the build system (install needed headers on needed places) FIX: libpolys-config is correct now (installed, echo -n-fixed) ADD: trying to use FACTORY_{libs, cflags} as for gmp/ntl CHG: switched from omalloc_debug to omalloc_g ADD: symlink for gftables in libpolys/tests
  • Property mode set to 100644
File size: 253 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3bin_SCRIPTS = libpolys-config
4
5libpoly_libincludedir = $(libdir)/libpolys/include
6nodist_libpoly_libinclude_HEADERS = config.h
7
8
9PACKAGES=misc reporter resources coeffs polys tests
10SUBDIRS=$(PACKAGES)
11
12TESTDIRS=coeffs tests
13
Note: See TracBrowser for help on using the repository browser.