~ubuntu-branches/ubuntu/precise/slurm-llnl/precise

« back to all changes in this revision

Viewing changes to testsuite/slurm_unit/slurmdbd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-04-08 11:21:17 UTC
  • mfrom: (3.3.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110408112117-nfnyq9dtm55hqoaw
Tags: 2.2.4-1
* New upstream releases 
* Cleaning spare file and directories, not belonging to the sources
  generated by the building process and not removed by distclean.
  Added debian/clean with spare files and rm -rf inside debian/rules
  for directories.
* Added new packages libslurm-perl, libslurmdb-perl, slurm-llnl-torque
  (Closes: #575822) thanks to Julien Blache

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AUTOMAKE_OPTIONS = foreign
2
 
 
3
 
# TESTS identifies programs that can run stand-alone at "make check" time.
4
 
TESTS =
5
 
 
6
 
# check_PROGRAMS identifies programs that can be built at "make check" time, 
7
 
# even if they can't be run stand-alone.
8
 
check_PROGRAMS = \
9
 
        $(TESTS) 
10
 
 
11
 
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
12
 
 
13
 
LDADD   = \
14
 
        $(top_builddir)/src/common/libcommon.la \
15
 
        $(top_builddir)/src/api/libslurm.la \
16
 
        $(SSL_LIBS)
17
 
 
18
 
LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
19
 
 
20
 
force :
21
 
$(LDADD) : force
22
 
        @cd `dirname $@` && $(MAKE) `basename $@`