public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/scala/files: Makefile.am configure.ac
@ 2010-02-04 21:03 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-02-04 21:03 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/04 21:03:27

  Added:                Makefile.am configure.ac
  Log:
  Splitted of scala programm from ccp4 package
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/scala/files/Makefile.am

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/files/Makefile.am?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/files/Makefile.am?rev=1.1&content-type=text/plain

Index: Makefile.am
===================================================================

LIBS = -lccp4f -llapack

bin_PROGRAMS = scala

scala_SOURCES = scala.f




1.1                  sci-chemistry/scala/files/configure.ac

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/files/configure.ac?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/files/configure.ac?rev=1.1&content-type=text/plain

Index: configure.ac
===================================================================
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(scala, https://bugs.gentoo.org/)
AC_CONFIG_SRCDIR([scala.f])
AM_INIT_AUTOMAKE([foreign])

# Checks for programs.
AC_PROG_FC
AC_PROG_F77
AC_OUTPUT([Makefile])






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-04 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04 21:03 [gentoo-commits] gentoo-x86 commit in sci-chemistry/scala/files: Makefile.am configure.ac Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox