~ubuntu-branches/ubuntu/utopic/libexif/utopic-proposed

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2009-04-19 17:53:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090419175315-2h14ges5fp4yqtvg
Tags: 0.6.17-1
* Adopt the package within pkg-phototools:
  - Set the Maintainer to the group
  - Add Frederic Peters and myself as Uploaders.
  - Add Vcs-Browser and Vcs-Git fields accordingly.
* New upstream release:
  - remove patches merged upsteam:
    + 30_olympus_makernote.dpatch
    + 40_crash_looking_up_invalid_values.dpatch
    + 50_relibtoolize.dpatch
    + CVE-2007-6351.dpatch
    + CVE-2007-6352.dpatch
  - convert existing patches from dpatch to quilt.
  - Fix a bug while reading exif datas in some cases (Closes: #447907)
* Switch packaging to debhelper 7
* Update debian/control:
  - Drop duplicate section field for exif12
  - Bump Standards-Version to 3.8.1
  - Replace deprecated ${Source-Version} by ${binary:Version}
  - Enhance libexif-dev long description.
  - Add homepage field.
  - Add DM-Upload-Allowed field.
* Force remove of files not fully cleaned
* Remove empty doc files in libexif-dev.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
POST_UNINSTALL = :
32
32
build_triplet = @build@
33
33
host_triplet = @host@
34
 
TESTS = test-mem$(EXEEXT) test-value$(EXEEXT) test-integers$(EXEEXT)
 
34
TESTS = test-mem$(EXEEXT) test-value$(EXEEXT) test-integers$(EXEEXT) \
 
35
        test-parse$(EXEEXT)
35
36
check_PROGRAMS = test-mem$(EXEEXT) test-mnote$(EXEEXT) \
36
 
        test-value$(EXEEXT) test-integers$(EXEEXT)
 
37
        test-value$(EXEEXT) test-integers$(EXEEXT) test-parse$(EXEEXT)
37
38
subdir = test
38
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
65
test_mnote_OBJECTS = test-mnote.$(OBJEXT)
65
66
test_mnote_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
66
67
        $(am__DEPENDENCIES_1)
 
68
test_parse_SOURCES = test-parse.c
 
69
test_parse_OBJECTS = test-parse.$(OBJEXT)
 
70
test_parse_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
 
71
        $(am__DEPENDENCIES_1)
67
72
test_value_SOURCES = test-value.c
68
73
test_value_OBJECTS = test-value.$(OBJEXT)
69
74
test_value_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
80
85
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
86
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82
87
        $(LDFLAGS) -o $@
83
 
SOURCES = test-integers.c test-mem.c test-mnote.c test-value.c
84
 
DIST_SOURCES = test-integers.c test-mem.c test-mnote.c test-value.c
 
88
SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \
 
89
        test-value.c
 
90
DIST_SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \
 
91
        test-value.c
85
92
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86
93
        html-recursive info-recursive install-data-recursive \
87
94
        install-dvi-recursive install-exec-recursive \
229
236
top_builddir = @top_builddir@
230
237
top_srcdir = @top_srcdir@
231
238
SUBDIRS = nls
 
239
TEST_IMAGES = $(top_srcdir)/daniel-andrews-sample.jpg
232
240
test_mem_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
233
241
test_mnote_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
234
242
test_value_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
 
243
test_parse_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
235
244
all: all-recursive
236
245
 
237
246
.SUFFIXES:
281
290
test-mnote$(EXEEXT): $(test_mnote_OBJECTS) $(test_mnote_DEPENDENCIES) 
282
291
        @rm -f test-mnote$(EXEEXT)
283
292
        $(LINK) $(test_mnote_OBJECTS) $(test_mnote_LDADD) $(LIBS)
 
293
test-parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) 
 
294
        @rm -f test-parse$(EXEEXT)
 
295
        $(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS)
284
296
test-value$(EXEEXT): $(test_value_OBJECTS) $(test_value_DEPENDENCIES) 
285
297
        @rm -f test-value$(EXEEXT)
286
298
        $(LINK) $(test_value_OBJECTS) $(test_value_LDADD) $(LIBS)
294
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-integers.Po@am__quote@
295
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mem.Po@am__quote@
296
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mnote.Po@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parse.Po@am__quote@
297
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-value.Po@am__quote@
298
311
 
299
312
.c.o:
678
691
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
679
692
        tags tags-recursive uninstall uninstall-am
680
693
 
 
694
export TEST_IMAGES
681
695
# Tell versions [3.59,3.63) of GNU make to not export all variables.
682
696
# Otherwise a system limit (for SysV at least) may be exceeded.
683
697
.NOEXPORT: