File: Makefile.am

package info (click to toggle)
lam 6.5.6-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 15,464 kB
  • ctags: 11,670
  • sloc: ansic: 101,210; cpp: 12,146; sh: 10,821; makefile: 4,050; fortran: 218
file content (24 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- makefile -*-
#
# $Id: Makefile.am,v 1.1 2001/01/20 13:59:53 jsquyres Exp $
#
# This file is part of the LAM/MPI software package from the
# University of Notre Dame.
#
# See the LICENSE file in the top-level directory for Copyright notices.
#

AUTOMAKE_OPTIONS	= foreign dist-tarZ no-dependencies

sysconf_DATA		= \
			lam-bhost.def \
			lam-bhost.lam \
			lam-conf.lam \
			lam-conf.otb \
			lam-helpfile
EXTRA_DIST		= $(sysconf_DATA)

depend:
tags:
TAGS:
ID: