~ubuntu-branches/ubuntu/vivid/libmicrohttpd/vivid

« back to all changes in this revision

Viewing changes to src/testcurl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-18 12:41:53 UTC
  • mfrom: (1.3.1 upstream) (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090518124153-nfup3gwcwpt4soes
Tags: 0.4.2-1
MergingĀ upstreamĀ versionĀ 0.4.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        daemontest_long_header$(EXEEXT) \
47
47
        daemontest_long_header11$(EXEEXT) \
48
48
        daemontest_get_chunked$(EXEEXT) \
49
 
        daemontest_put_chunked$(EXEEXT)
 
49
        daemontest_put_chunked$(EXEEXT) daemontest_iplimit11$(EXEEXT)
50
50
noinst_PROGRAMS = daemon_options_test$(EXEEXT)
51
51
subdir = src/testcurl
52
52
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
85
85
daemontest_get_chunked_OBJECTS = $(am_daemontest_get_chunked_OBJECTS)
86
86
daemontest_get_chunked_DEPENDENCIES =  \
87
87
        $(top_builddir)/src/daemon/libmicrohttpd.la
 
88
am_daemontest_iplimit11_OBJECTS = daemontest_iplimit.$(OBJEXT)
 
89
daemontest_iplimit11_OBJECTS = $(am_daemontest_iplimit11_OBJECTS)
 
90
daemontest_iplimit11_DEPENDENCIES =  \
 
91
        $(top_builddir)/src/daemon/libmicrohttpd.la
88
92
am_daemontest_large_put_OBJECTS = daemontest_large_put.$(OBJEXT)
89
93
daemontest_large_put_OBJECTS = $(am_daemontest_large_put_OBJECTS)
90
94
daemontest_large_put_DEPENDENCIES =  \
172
176
SOURCES = $(libcurl_version_check_a_SOURCES) \
173
177
        $(daemon_options_test_SOURCES) $(daemontest_get_SOURCES) \
174
178
        $(daemontest_get11_SOURCES) $(daemontest_get_chunked_SOURCES) \
 
179
        $(daemontest_iplimit11_SOURCES) \
175
180
        $(daemontest_large_put_SOURCES) \
176
181
        $(daemontest_large_put11_SOURCES) \
177
182
        $(daemontest_long_header_SOURCES) \
188
193
DIST_SOURCES = $(libcurl_version_check_a_SOURCES) \
189
194
        $(daemon_options_test_SOURCES) $(daemontest_get_SOURCES) \
190
195
        $(daemontest_get11_SOURCES) $(daemontest_get_chunked_SOURCES) \
 
196
        $(daemontest_iplimit11_SOURCES) \
191
197
        $(daemontest_large_put_SOURCES) \
192
198
        $(daemontest_large_put11_SOURCES) \
193
199
        $(daemontest_long_header_SOURCES) \
495
501
  $(top_builddir)/src/daemon/libmicrohttpd.la \
496
502
  @LIBCURL@ 
497
503
 
 
504
daemontest_iplimit11_SOURCES = \
 
505
  daemontest_iplimit.c
 
506
 
 
507
daemontest_iplimit11_LDADD = \
 
508
  $(top_builddir)/src/daemon/libmicrohttpd.la \
 
509
  @LIBCURL@ 
 
510
 
498
511
all: all-recursive
499
512
 
500
513
.SUFFIXES:
561
574
daemontest_get_chunked$(EXEEXT): $(daemontest_get_chunked_OBJECTS) $(daemontest_get_chunked_DEPENDENCIES) 
562
575
        @rm -f daemontest_get_chunked$(EXEEXT)
563
576
        $(LINK) $(daemontest_get_chunked_OBJECTS) $(daemontest_get_chunked_LDADD) $(LIBS)
 
577
daemontest_iplimit11$(EXEEXT): $(daemontest_iplimit11_OBJECTS) $(daemontest_iplimit11_DEPENDENCIES) 
 
578
        @rm -f daemontest_iplimit11$(EXEEXT)
 
579
        $(LINK) $(daemontest_iplimit11_OBJECTS) $(daemontest_iplimit11_LDADD) $(LIBS)
564
580
daemontest_large_put$(EXEEXT): $(daemontest_large_put_OBJECTS) $(daemontest_large_put_DEPENDENCIES) 
565
581
        @rm -f daemontest_large_put$(EXEEXT)
566
582
        $(LINK) $(daemontest_large_put_OBJECTS) $(daemontest_large_put_LDADD) $(LIBS)
620
636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemon_options_test.Po@am__quote@
621
637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemontest_get.Po@am__quote@
622
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemontest_get_chunked.Po@am__quote@
 
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemontest_iplimit.Po@am__quote@
623
640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemontest_large_put.Po@am__quote@
624
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemontest_long_header.Po@am__quote@
625
642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemontest_parse_cookies.Po@am__quote@