Annotation of OpenXM/src/ox_pari/Makefile.am, Revision 1.1
1.1 ! ohara 1: # $OpenXM$
! 2:
! 3: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
! 4: DISTCLEANFILES = .configure_done
! 5: LIBS = -L${libdir} @LIBS@ -lm
! 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>