~ubuntu-branches/ubuntu/raring/hivex/raring

« back to all changes in this revision

Viewing changes to gnulib/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2011-12-01 22:09:50 UTC
  • mfrom: (6.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111201220950-bm48fpock4e7l6rd
* New upstream version
* [1f9e20f] Cleared patch queue, added gnulib fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
## Process this file with automake to produce Makefile.in.
3
3
# Copyright (C) 2002-2011 Free Software Foundation, Inc.
4
4
#
5
 
# This file is free software, distributed under the terms of the GNU
6
 
# General Public License.  As a special exception to the GNU General
7
 
# Public License, this file may be distributed as part of a program
8
 
# that contains a configuration script generated by Autoconf, under
 
5
# This file is free software; you can redistribute it and/or modify
 
6
# it under the terms of the GNU General Public License as published by
 
7
# the Free Software Foundation; either version 3 of the License, or
 
8
# (at your option) any later version.
 
9
#
 
10
# This file is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
# GNU General Public License for more details.
 
14
#
 
15
# You should have received a copy of the GNU General Public License
 
16
# along with this file.  If not, see <http://www.gnu.org/licenses/>.
 
17
#
 
18
# As a special exception to the GNU General Public License,
 
19
# this file may be distributed as part of a program that
 
20
# contains a configuration script generated by Autoconf, under
9
21
# the same distribution terms as the rest of that program.
10
22
#
11
23
# Generated by gnulib-tool.
55
67
 
56
68
## end   gnulib module alloca-opt-tests
57
69
 
58
 
## begin gnulib module arg-nonnull
59
 
 
60
 
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
61
 
# statements but through direct file reference. Therefore this snippet must be
62
 
# present in all Makefile.am that need it. This is ensured by the applicability
63
 
# 'all' defined above.
64
 
 
65
 
BUILT_SOURCES += arg-nonnull.h
66
 
# The arg-nonnull.h that gets inserted into generated .h files is the same as
67
 
# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
68
 
arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
69
 
        $(AM_V_GEN)rm -f $@-t $@ && \
70
 
        sed -n -e '/GL_ARG_NONNULL/,$$p' \
71
 
          < $(top_srcdir)/build-aux/arg-nonnull.h \
72
 
          > $@-t && \
73
 
        mv $@-t $@
74
 
MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
75
 
 
76
 
ARG_NONNULL_H=arg-nonnull.h
77
 
 
78
 
EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
79
 
 
80
 
## end   gnulib module arg-nonnull
81
 
 
82
70
## begin gnulib module binary-io
83
71
 
84
72
libtests_a_SOURCES += binary-io.h
102
90
 
103
91
## end   gnulib module byteswap-tests
104
92
 
105
 
## begin gnulib module c++defs
106
 
 
107
 
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
108
 
# statements but through direct file reference. Therefore this snippet must be
109
 
# present in all Makefile.am that need it. This is ensured by the applicability
110
 
# 'all' defined above.
111
 
 
112
 
BUILT_SOURCES += c++defs.h
113
 
# The c++defs.h that gets inserted into generated .h files is the same as
114
 
# build-aux/c++defs.h, except that it has the copyright header cut off.
115
 
c++defs.h: $(top_srcdir)/build-aux/c++defs.h
116
 
        $(AM_V_GEN)rm -f $@-t $@ && \
117
 
        sed -n -e '/_GL_CXXDEFS/,$$p' \
118
 
          < $(top_srcdir)/build-aux/c++defs.h \
119
 
          > $@-t && \
120
 
        mv $@-t $@
121
 
MOSTLYCLEANFILES += c++defs.h c++defs.h-t
122
 
 
123
 
CXXDEFS_H=c++defs.h
124
 
 
125
 
EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
126
 
 
127
 
## end   gnulib module c++defs
128
 
 
129
93
## begin gnulib module c-ctype-tests
130
94
 
131
95
TESTS += test-c-ctype
135
99
 
136
100
## end   gnulib module c-ctype-tests
137
101
 
 
102
## begin gnulib module close
 
103
 
 
104
 
 
105
EXTRA_DIST += close.c
 
106
 
 
107
EXTRA_libtests_a_SOURCES += close.c
 
108
 
 
109
## end   gnulib module close
 
110
 
 
111
## begin gnulib module close-tests
 
112
 
 
113
TESTS += test-close
 
114
check_PROGRAMS += test-close
 
115
EXTRA_DIST += test-close.c signature.h macros.h
 
116
 
 
117
## end   gnulib module close-tests
 
118
 
138
119
## begin gnulib module dosname
139
120
 
140
121
 
184
165
 
185
166
## end   gnulib module fcntl-tests
186
167
 
 
168
## begin gnulib module fd-hook
 
169
 
 
170
libtests_a_SOURCES += fd-hook.c
 
171
 
 
172
EXTRA_DIST += fd-hook.h
 
173
 
 
174
## end   gnulib module fd-hook
 
175
 
 
176
## begin gnulib module fdopen
 
177
 
 
178
 
 
179
EXTRA_DIST += fdopen.c
 
180
 
 
181
EXTRA_libtests_a_SOURCES += fdopen.c
 
182
 
 
183
## end   gnulib module fdopen
 
184
 
 
185
## begin gnulib module fdopen-tests
 
186
 
 
187
TESTS += test-fdopen
 
188
check_PROGRAMS += test-fdopen
 
189
EXTRA_DIST += test-fdopen.c signature.h macros.h
 
190
 
 
191
## end   gnulib module fdopen-tests
 
192
 
 
193
## begin gnulib module fgetc-tests
 
194
 
 
195
TESTS += test-fgetc
 
196
check_PROGRAMS += test-fgetc
 
197
EXTRA_DIST += test-fgetc.c signature.h macros.h
 
198
 
 
199
## end   gnulib module fgetc-tests
 
200
 
187
201
## begin gnulib module float-tests
188
202
 
189
203
TESTS += test-float
199
213
 
200
214
## end   gnulib module fpucw
201
215
 
 
216
## begin gnulib module fputc-tests
 
217
 
 
218
TESTS += test-fputc
 
219
check_PROGRAMS += test-fputc
 
220
EXTRA_DIST += test-fputc.c signature.h macros.h
 
221
 
 
222
## end   gnulib module fputc-tests
 
223
 
 
224
## begin gnulib module fread-tests
 
225
 
 
226
TESTS += test-fread
 
227
check_PROGRAMS += test-fread
 
228
EXTRA_DIST += test-fread.c signature.h macros.h
 
229
 
 
230
## end   gnulib module fread-tests
 
231
 
 
232
## begin gnulib module fstat
 
233
 
 
234
 
 
235
EXTRA_DIST += fstat.c
 
236
 
 
237
EXTRA_libtests_a_SOURCES += fstat.c
 
238
 
 
239
## end   gnulib module fstat
 
240
 
 
241
## begin gnulib module fstat-tests
 
242
 
 
243
TESTS += test-fstat
 
244
check_PROGRAMS += test-fstat
 
245
EXTRA_DIST += test-fstat.c signature.h macros.h
 
246
 
 
247
## end   gnulib module fstat-tests
 
248
 
 
249
## begin gnulib module fwrite-tests
 
250
 
 
251
TESTS += test-fwrite
 
252
check_PROGRAMS += test-fwrite
 
253
EXTRA_DIST += test-fwrite.c signature.h macros.h
 
254
 
 
255
## end   gnulib module fwrite-tests
 
256
 
202
257
## begin gnulib module getcwd-lgpl
203
258
 
204
259
 
212
267
 
213
268
TESTS += test-getcwd-lgpl
214
269
check_PROGRAMS += test-getcwd-lgpl
 
270
test_getcwd_lgpl_LDADD = $(LDADD) $(LIBINTL)
215
271
EXTRA_DIST += test-getcwd-lgpl.c signature.h macros.h
216
272
 
217
273
## end   gnulib module getcwd-lgpl-tests
334
390
 
335
391
## end   gnulib module open-tests
336
392
 
 
393
## begin gnulib module pathmax
 
394
 
 
395
 
 
396
EXTRA_DIST += pathmax.h
 
397
 
 
398
## end   gnulib module pathmax
 
399
 
 
400
## begin gnulib module pathmax-tests
 
401
 
 
402
TESTS += test-pathmax
 
403
check_PROGRAMS += test-pathmax
 
404
EXTRA_DIST += test-pathmax.c
 
405
 
 
406
## end   gnulib module pathmax-tests
 
407
 
337
408
## begin gnulib module putenv
338
409
 
339
410
 
343
414
 
344
415
## end   gnulib module putenv
345
416
 
 
417
## begin gnulib module raise-tests
 
418
 
 
419
TESTS += test-raise
 
420
check_PROGRAMS += test-raise
 
421
EXTRA_DIST += test-raise.c signature.h macros.h
 
422
 
 
423
## end   gnulib module raise-tests
 
424
 
 
425
## begin gnulib module read-tests
 
426
 
 
427
TESTS += test-read
 
428
check_PROGRAMS += test-read
 
429
EXTRA_DIST += test-read.c signature.h macros.h
 
430
 
 
431
## end   gnulib module read-tests
 
432
 
346
433
## begin gnulib module same-inode
347
434
 
348
435
 
367
454
 
368
455
## end   gnulib module setenv-tests
369
456
 
 
457
## begin gnulib module signal-h-tests
 
458
 
 
459
TESTS += test-signal-h
 
460
check_PROGRAMS += test-signal-h
 
461
EXTRA_DIST += test-signal-h.c
 
462
 
 
463
## end   gnulib module signal-h-tests
 
464
 
 
465
## begin gnulib module snippet/_Noreturn
 
466
 
 
467
# Because this Makefile snippet defines a variable used by other
 
468
# gnulib Makefile snippets, it must be present in all Makefile.am that
 
469
# need it. This is ensured by the applicability 'all' defined above.
 
470
 
 
471
_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
 
472
 
 
473
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
 
474
 
 
475
## end   gnulib module snippet/_Noreturn
 
476
 
 
477
## begin gnulib module snippet/arg-nonnull
 
478
 
 
479
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
 
480
# statements but through direct file reference. Therefore this snippet must be
 
481
# present in all Makefile.am that need it. This is ensured by the applicability
 
482
# 'all' defined above.
 
483
 
 
484
BUILT_SOURCES += arg-nonnull.h
 
485
# The arg-nonnull.h that gets inserted into generated .h files is the same as
 
486
# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
 
487
# off.
 
488
arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
 
489
        $(AM_V_GEN)rm -f $@-t $@ && \
 
490
        sed -n -e '/GL_ARG_NONNULL/,$$p' \
 
491
          < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
 
492
          > $@-t && \
 
493
        mv $@-t $@
 
494
MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
 
495
 
 
496
ARG_NONNULL_H=arg-nonnull.h
 
497
 
 
498
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
 
499
 
 
500
## end   gnulib module snippet/arg-nonnull
 
501
 
 
502
## begin gnulib module snippet/c++defs
 
503
 
 
504
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
 
505
# statements but through direct file reference. Therefore this snippet must be
 
506
# present in all Makefile.am that need it. This is ensured by the applicability
 
507
# 'all' defined above.
 
508
 
 
509
BUILT_SOURCES += c++defs.h
 
510
# The c++defs.h that gets inserted into generated .h files is the same as
 
511
# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
 
512
c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
 
513
        $(AM_V_GEN)rm -f $@-t $@ && \
 
514
        sed -n -e '/_GL_CXXDEFS/,$$p' \
 
515
          < $(top_srcdir)/build-aux/snippet/c++defs.h \
 
516
          > $@-t && \
 
517
        mv $@-t $@
 
518
MOSTLYCLEANFILES += c++defs.h c++defs.h-t
 
519
 
 
520
CXXDEFS_H=c++defs.h
 
521
 
 
522
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
 
523
 
 
524
## end   gnulib module snippet/c++defs
 
525
 
 
526
## begin gnulib module snippet/warn-on-use
 
527
 
 
528
BUILT_SOURCES += warn-on-use.h
 
529
# The warn-on-use.h that gets inserted into generated .h files is the same as
 
530
# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
 
531
# off.
 
532
warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
 
533
        $(AM_V_GEN)rm -f $@-t $@ && \
 
534
        sed -n -e '/^.ifndef/,$$p' \
 
535
          < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
 
536
          > $@-t && \
 
537
        mv $@-t $@
 
538
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
 
539
 
 
540
WARN_ON_USE_H=warn-on-use.h
 
541
 
 
542
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
 
543
 
 
544
## end   gnulib module snippet/warn-on-use
 
545
 
370
546
## begin gnulib module stat
371
547
 
372
548
 
380
556
 
381
557
TESTS += test-stat
382
558
check_PROGRAMS += test-stat
 
559
test_stat_LDADD = $(LDADD) $(LIBINTL)
383
560
EXTRA_DIST += test-stat.h test-stat.c signature.h macros.h
384
561
 
385
562
## end   gnulib module stat-tests
481
658
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
482
659
              -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
483
660
              -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
 
661
              -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
484
662
              -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
485
663
              -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
486
664
              -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
644
822
 
645
823
## end   gnulib module verify-tests
646
824
 
647
 
## begin gnulib module warn-on-use
648
 
 
649
 
BUILT_SOURCES += warn-on-use.h
650
 
# The warn-on-use.h that gets inserted into generated .h files is the same as
651
 
# build-aux/warn-on-use.h, except that it has the copyright header cut off.
652
 
warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
653
 
        $(AM_V_GEN)rm -f $@-t $@ && \
654
 
        sed -n -e '/^.ifndef/,$$p' \
655
 
          < $(top_srcdir)/build-aux/warn-on-use.h \
656
 
          > $@-t && \
657
 
        mv $@-t $@
658
 
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
659
 
 
660
 
WARN_ON_USE_H=warn-on-use.h
661
 
 
662
 
EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
663
 
 
664
 
## end   gnulib module warn-on-use
665
 
 
666
825
## begin gnulib module wchar-tests
667
826
 
668
827
TESTS += test-wchar
671
830
 
672
831
## end   gnulib module wchar-tests
673
832
 
 
833
## begin gnulib module write-tests
 
834
 
 
835
TESTS += test-write
 
836
check_PROGRAMS += test-write
 
837
EXTRA_DIST += test-write.c signature.h macros.h
 
838
 
 
839
## end   gnulib module write-tests
 
840
 
674
841
## begin gnulib module xstrtol-tests
675
842
 
676
843
TESTS += test-xstrtol.sh