[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Annotation of OpenXM/src/ox_pari/Makefile.am, Revision 1.2

1.2     ! ohara       1: # $OpenXM: OpenXM/src/ox_pari/Makefile.am,v 1.1 2016/09/22 10:20:30 ohara Exp $
1.1       ohara       2:
                      3: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
                      4: DISTCLEANFILES     = .configure_done
1.2     ! ohara       5: LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm
1.1       ohara       6: DEFS = @DEFS@
                      7: AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include
                      8:
                      9: noinst_HEADERS = ox_pari.h mysig.h
                     10:
                     11: ox_paridir = ${prefix}/bin
                     12: ox_pari_PROGRAMS = ox_pari
                     13: ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c
                     14:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>