~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to gnulib-tests/gnulib.mk

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
2
2
## Process this file with automake to produce Makefile.in.
3
 
# Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
3
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
4
4
#
5
5
# This file is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
780
780
 
781
781
TESTS += test-futimens
782
782
check_PROGRAMS += test-futimens
783
 
test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
 
783
test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
784
784
EXTRA_DIST += nap.h test-futimens.h test-utimens-common.h test-futimens.c signature.h macros.h
785
785
 
786
786
## end   gnulib module futimens-tests
898
898
 
899
899
## end   gnulib module getopt-posix-tests
900
900
 
 
901
## begin gnulib module gettext
 
902
 
 
903
# This is for those projects which use "gettextize --intl" to put a source-code
 
904
# copy of libintl into their package. In such projects, every Makefile.am needs
 
905
# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
 
906
# For the Makefile.ams in other directories it is the maintainer's
 
907
# responsibility; for the one from gnulib we do it here.
 
908
# This option has no effect when the user disables NLS (because then the intl
 
909
# directory contains no libintl.h file) or when the project does not use
 
910
# "gettextize --intl".
 
911
AM_CPPFLAGS += -I$(top_builddir)/intl
 
912
 
 
913
EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
 
914
 
 
915
## end   gnulib module gettext
 
916
 
901
917
## begin gnulib module gettimeofday-tests
902
918
 
903
919
TESTS += test-gettimeofday
1615
1631
 
1616
1632
TESTS += test-readtokens.sh
1617
1633
check_PROGRAMS += test-readtokens
 
1634
test_readtokens_LDADD = $(LDADD) @LIBINTL@
1618
1635
EXTRA_DIST += macros.h test-readtokens.c test-readtokens.sh
1619
1636
 
1620
1637
## end   gnulib module readtokens-tests
1627
1644
 
1628
1645
## end   gnulib module realloc-gnu-tests
1629
1646
 
 
1647
## begin gnulib module regex-tests
 
1648
 
 
1649
TESTS += test-regex
 
1650
check_PROGRAMS += test-regex
 
1651
test_regex_LDADD = $(LDADD) @LIBINTL@
 
1652
EXTRA_DIST += test-regex.c macros.h
 
1653
 
 
1654
## end   gnulib module regex-tests
 
1655
 
1630
1656
## begin gnulib module remove-tests
1631
1657
 
1632
1658
TESTS += test-remove
1941
1967
 
1942
1968
## end   gnulib module stat-time-tests
1943
1969
 
 
1970
## begin gnulib module statat-tests
 
1971
 
 
1972
TESTS += test-statat
 
1973
check_PROGRAMS += test-statat
 
1974
test_statat_LDADD = $(LDADD) @LIBINTL@
 
1975
EXTRA_DIST += test-statat.c
 
1976
 
 
1977
## end   gnulib module statat-tests
 
1978
 
1944
1979
## begin gnulib module stdalign-tests
1945
1980
 
1946
1981
TESTS += test-stdalign
2405
2440
 
2406
2441
TESTS += test-utimens
2407
2442
check_PROGRAMS += test-utimens
2408
 
test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
 
2443
test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
2409
2444
EXTRA_DIST += nap.h test-futimens.h test-lutimens.h test-utimens.h test-utimens-common.h test-utimens.c macros.h
2410
2445
 
2411
2446
## end   gnulib module utimens-tests