Annotation of OpenXM/src/ox_pari/Makefile.am, Revision 1.3
1.3 ! ohara 1: # $OpenXM: OpenXM/src/ox_pari/Makefile.am,v 1.2 2016/09/22 17:12:51 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:
1.3 ! ohara 9: noinst_HEADERS = ox_pari.h
1.1 ohara 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>