~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to test/afpd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2011-11-30 19:05:23 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20111130190523-cxzi7fkmte9nn3fj
Tags: 2.2.1-1
* New upstream release.
  + Closes: bug#637025.
  + Fixes FTBFS on GNU/kFreeBSD.
    Closes: bug#630349. Thanks to Petr Salinger.
* Fix typo in comment.
* Update patches:
  + Drop patch 213 (CVE-2008-5718): fixed upstream since 2.0.5.
  + Drop patches 115 and 214 (default → etc/default): fixed upstream
    since 2.2.1.
  + Unfuzz patch 114.
  + Add patch cherry-picked from upstream git, to fix EA header
    related file move/delete errors.
    Closes: bug#648792. Thanks to Tim Miller Dyck.
* Update copyright file: Add/extend a few files sections.
* Update package relations:
  + Tighten build-dependency on cdbs slightly.
  + Relax build-depend unversioned on debhelper and devscripts (needed
    versions satisfied even in oldstable).

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        $(top_builddir)/etc/afpd/directory.c \
84
84
        $(top_builddir)/etc/afpd/enumerate.c \
85
85
        $(top_builddir)/etc/afpd/extattrs.c \
 
86
        $(top_builddir)/etc/afpd/fce_api.c \
 
87
        $(top_builddir)/etc/afpd/fce_util.c \
86
88
        $(top_builddir)/etc/afpd/file.c \
87
89
        $(top_builddir)/etc/afpd/filedir.c \
88
90
        $(top_builddir)/etc/afpd/fork.c \
107
109
        test-afp_zeroconf.$(OBJEXT) test-catsearch.$(OBJEXT) \
108
110
        test-desktop.$(OBJEXT) test-dircache.$(OBJEXT) \
109
111
        test-directory.$(OBJEXT) test-enumerate.$(OBJEXT) \
110
 
        test-extattrs.$(OBJEXT) test-file.$(OBJEXT) \
 
112
        test-extattrs.$(OBJEXT) test-fce_api.$(OBJEXT) \
 
113
        test-fce_util.$(OBJEXT) test-file.$(OBJEXT) \
111
114
        test-filedir.$(OBJEXT) test-fork.$(OBJEXT) \
112
115
        test-gettok.$(OBJEXT) test-hash.$(OBJEXT) \
113
116
        test-mangle.$(OBJEXT) test-messages.$(OBJEXT) \
209
212
LIBTOOL = @LIBTOOL@
210
213
LN_S = @LN_S@
211
214
LTLIBOBJS = @LTLIBOBJS@
 
215
MAINT = @MAINT@
212
216
MAKEINFO = @MAKEINFO@
213
217
MKDIR_P = @MKDIR_P@
214
218
NETATALK_VERSION = @NETATALK_VERSION@
333
337
        $(top_builddir)/etc/afpd/directory.c \
334
338
        $(top_builddir)/etc/afpd/enumerate.c \
335
339
        $(top_builddir)/etc/afpd/extattrs.c \
 
340
        $(top_builddir)/etc/afpd/fce_api.c \
 
341
        $(top_builddir)/etc/afpd/fce_util.c \
336
342
        $(top_builddir)/etc/afpd/file.c \
337
343
        $(top_builddir)/etc/afpd/filedir.c \
338
344
        $(top_builddir)/etc/afpd/fork.c \
369
375
 
370
376
.SUFFIXES:
371
377
.SUFFIXES: .c .lo .o .obj
372
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
378
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
373
379
        @for dep in $?; do \
374
380
          case '$(am__configure_deps)' in \
375
381
            *$$dep*) \
394
400
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395
401
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
402
 
397
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
403
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
398
404
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
405
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
400
406
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
407
 
402
408
clean-checkPROGRAMS:
432
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-directory.Po@am__quote@
433
439
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-enumerate.Po@am__quote@
434
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-extattrs.Po@am__quote@
 
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fce_api.Po@am__quote@
 
442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fce_util.Po@am__quote@
435
443
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-file.Po@am__quote@
436
444
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-filedir.Po@am__quote@
437
445
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fork.Po@am__quote@
723
731
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724
732
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-extattrs.obj `if test -f '$(top_builddir)/etc/afpd/extattrs.c'; then $(CYGPATH_W) '$(top_builddir)/etc/afpd/extattrs.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/etc/afpd/extattrs.c'; fi`
725
733
 
 
734
test-fce_api.o: $(top_builddir)/etc/afpd/fce_api.c
 
735
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-fce_api.o -MD -MP -MF $(DEPDIR)/test-fce_api.Tpo -c -o test-fce_api.o `test -f '$(top_builddir)/etc/afpd/fce_api.c' || echo '$(srcdir)/'`$(top_builddir)/etc/afpd/fce_api.c
 
736
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test-fce_api.Tpo $(DEPDIR)/test-fce_api.Po
 
737
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/etc/afpd/fce_api.c' object='test-fce_api.o' libtool=no @AMDEPBACKSLASH@
 
738
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
739
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-fce_api.o `test -f '$(top_builddir)/etc/afpd/fce_api.c' || echo '$(srcdir)/'`$(top_builddir)/etc/afpd/fce_api.c
 
740
 
 
741
test-fce_api.obj: $(top_builddir)/etc/afpd/fce_api.c
 
742
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-fce_api.obj -MD -MP -MF $(DEPDIR)/test-fce_api.Tpo -c -o test-fce_api.obj `if test -f '$(top_builddir)/etc/afpd/fce_api.c'; then $(CYGPATH_W) '$(top_builddir)/etc/afpd/fce_api.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/etc/afpd/fce_api.c'; fi`
 
743
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test-fce_api.Tpo $(DEPDIR)/test-fce_api.Po
 
744
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/etc/afpd/fce_api.c' object='test-fce_api.obj' libtool=no @AMDEPBACKSLASH@
 
745
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
746
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-fce_api.obj `if test -f '$(top_builddir)/etc/afpd/fce_api.c'; then $(CYGPATH_W) '$(top_builddir)/etc/afpd/fce_api.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/etc/afpd/fce_api.c'; fi`
 
747
 
 
748
test-fce_util.o: $(top_builddir)/etc/afpd/fce_util.c
 
749
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-fce_util.o -MD -MP -MF $(DEPDIR)/test-fce_util.Tpo -c -o test-fce_util.o `test -f '$(top_builddir)/etc/afpd/fce_util.c' || echo '$(srcdir)/'`$(top_builddir)/etc/afpd/fce_util.c
 
750
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test-fce_util.Tpo $(DEPDIR)/test-fce_util.Po
 
751
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/etc/afpd/fce_util.c' object='test-fce_util.o' libtool=no @AMDEPBACKSLASH@
 
752
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
753
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-fce_util.o `test -f '$(top_builddir)/etc/afpd/fce_util.c' || echo '$(srcdir)/'`$(top_builddir)/etc/afpd/fce_util.c
 
754
 
 
755
test-fce_util.obj: $(top_builddir)/etc/afpd/fce_util.c
 
756
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-fce_util.obj -MD -MP -MF $(DEPDIR)/test-fce_util.Tpo -c -o test-fce_util.obj `if test -f '$(top_builddir)/etc/afpd/fce_util.c'; then $(CYGPATH_W) '$(top_builddir)/etc/afpd/fce_util.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/etc/afpd/fce_util.c'; fi`
 
757
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test-fce_util.Tpo $(DEPDIR)/test-fce_util.Po
 
758
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/etc/afpd/fce_util.c' object='test-fce_util.obj' libtool=no @AMDEPBACKSLASH@
 
759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
760
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-fce_util.obj `if test -f '$(top_builddir)/etc/afpd/fce_util.c'; then $(CYGPATH_W) '$(top_builddir)/etc/afpd/fce_util.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/etc/afpd/fce_util.c'; fi`
 
761
 
726
762
test-file.o: $(top_builddir)/etc/afpd/file.c
727
763
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-file.o -MD -MP -MF $(DEPDIR)/test-file.Tpo -c -o test-file.o `test -f '$(top_builddir)/etc/afpd/file.c' || echo '$(srcdir)/'`$(top_builddir)/etc/afpd/file.c
728
764
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test-file.Tpo $(DEPDIR)/test-file.Po