~ubuntu-branches/ubuntu/trusty/silo-llnl/trusty

« back to all changes in this revision

Viewing changes to src/score/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2011-01-02 00:03:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110102000301-9s2hfsjrkguz6h4r
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 1994 - 2010, Lawrence Livermore National Security, LLC.
 
2
# LLNL-CODE-425250.
 
3
# All rights reserved.
 
4
 
5
# This file is part of Silo. For details, see silo.llnl.gov.
 
6
 
7
# Redistribution and use in source and binary forms, with or without
 
8
# modification, are permitted provided that the following conditions
 
9
# are met:
 
10
 
11
#    * Redistributions of source code must retain the above copyright
 
12
#      notice, this list of conditions and the disclaimer below.
 
13
#    * Redistributions in binary form must reproduce the above copyright
 
14
#      notice, this list of conditions and the disclaimer (as noted
 
15
#      below) in the documentation and/or other materials provided with
 
16
#      the distribution.
 
17
#    * Neither the name of the LLNS/LLNL nor the names of its
 
18
#      contributors may be used to endorse or promote products derived
 
19
#      from this software without specific prior written permission.
 
20
 
21
# THIS SOFTWARE  IS PROVIDED BY  THE COPYRIGHT HOLDERS  AND CONTRIBUTORS
 
22
# "AS  IS" AND  ANY EXPRESS  OR IMPLIED  WARRANTIES, INCLUDING,  BUT NOT
 
23
# LIMITED TO, THE IMPLIED  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
24
# A  PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN  NO  EVENT SHALL  LAWRENCE
 
25
# LIVERMORE  NATIONAL SECURITY, LLC,  THE U.S.  DEPARTMENT OF  ENERGY OR
 
26
# CONTRIBUTORS BE LIABLE FOR  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
27
# EXEMPLARY, OR  CONSEQUENTIAL DAMAGES  (INCLUDING, BUT NOT  LIMITED TO,
 
28
# PROCUREMENT OF  SUBSTITUTE GOODS  OR SERVICES; LOSS  OF USE,  DATA, OR
 
29
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 
30
# LIABILITY, WHETHER  IN CONTRACT, STRICT LIABILITY,  OR TORT (INCLUDING
 
31
# NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT  OF THE USE  OF THIS
 
32
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
33
 
34
# This work was produced at Lawrence Livermore National Laboratory under
 
35
# Contract No.  DE-AC52-07NA27344 with the DOE.
 
36
 
37
# Neither the  United States Government nor  Lawrence Livermore National
 
38
# Security, LLC nor any of  their employees, makes any warranty, express
 
39
# or  implied,  or  assumes  any  liability or  responsibility  for  the
 
40
# accuracy, completeness,  or usefulness of  any information, apparatus,
 
41
# product, or  process disclosed, or  represents that its use  would not
 
42
# infringe privately-owned rights.
 
43
 
44
# Any reference herein to  any specific commercial products, process, or
 
45
# services by trade name,  trademark, manufacturer or otherwise does not
 
46
# necessarily  constitute or imply  its endorsement,  recommendation, or
 
47
# favoring  by  the  United  States  Government  or  Lawrence  Livermore
 
48
# National Security,  LLC. The views  and opinions of  authors expressed
 
49
# herein do not necessarily state  or reflect those of the United States
 
50
# Government or Lawrence Livermore National Security, LLC, and shall not
 
51
# be used for advertising or product endorsement purposes.
 
52
#
 
53
## Procss this file with automake to create Makefile.in
 
54
 
 
55
 
 
56
noinst_LTLIBRARIES = libsilo_score.la
 
57
libsilo_score_la_SOURCES = $(FILES)
 
58
 
 
59
noinst_HEADERS = \
 
60
 score.h
 
61
FILES = \
 
62
 memmove.c \
 
63
 scctla.c \
 
64
 scctl.c \
 
65
 schash.c \
 
66
 scstr.c