~ubuntu-branches/ubuntu/trusty/eclib/trusty

« back to all changes in this revision

Viewing changes to libsrc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Julien Puydt
  • Date: 2013-02-13 17:19:42 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130213171942-bxhm258djn8ev4wq
Tags: 2013-01-01-1
Upgraded to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
 
AM_CPPFLAGS = $(NTL_CFLAGS) $(PARI_CFLAGS) $(GMP_CFLAGS) -DNTL_ALL -DUSE_PARI_FACTORING -DNEW_OP_ORDER
4
 
LIBS        = $(NTL_LIBS) $(PARI_LIBS) $(GMP_LIBS)
 
3
AM_CPPFLAGS = $(FLINT_CFLAGS) $(NTL_CFLAGS) $(PARI_CFLAGS) $(GMP_CFLAGS) -DNTL_ALL -DUSE_PARI_FACTORING -DNEW_OP_ORDER
 
4
AM_LDFLAGS     = $(FLINT_LDFLAGS) $(NTL_LDFLAGS) $(PARI_LDFLAGS) $(GMP_LDFLAGS)
 
5
LIBS        = $(FLINT_LIBS) $(NTL_LIBS) $(PARI_LIBS) $(GMP_LIBS)
5
6
 
6
7
lib_LTLIBRARIES = libec.la
7
8