~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/libtest/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
#
10
10
# This software is licensed as described in the file COPYING, which
11
11
# you should have received as part of this distribution. The terms
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: Makefile.am,v 1.56 2007-10-25 19:40:05 patrickm Exp $
 
21
# $Id: Makefile.am,v 1.63 2008-01-21 05:35:08 yangtse Exp $
22
22
###########################################################################
23
23
AUTOMAKE_OPTIONS = foreign nostdinc
24
24
 
35
35
 
36
36
LIBDIR = $(top_builddir)/lib
37
37
 
38
 
EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl
 
38
EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl
39
39
 
40
40
# files used only in some libcurl test programs
41
41
TESTUTIL = testutil.c testutil.h
48
48
  lib507 lib508 lib509 lib510 lib511 lib512 lib513 lib514 lib515 lib516 \
49
49
  lib517 lib518 lib519 lib520 lib521 lib523 lib524 lib525 lib526 lib527 \
50
50
  lib529 lib530 lib532 lib533 lib536 lib537 lib540 lib541 lib542 lib543 \
51
 
  lib544 lib545
 
51
  lib544 lib545 lib547 lib548 lib549 lib552 lib553
52
52
 
53
53
# Dependencies (may need to be overriden)
54
54
LDADD = $(LIBDIR)/libcurl.la
138
138
 
139
139
lib545_SOURCES = lib544.c $(SUPPORTFILES)
140
140
lib545_CFLAGS = -DLIB545
 
141
 
 
142
lib547_SOURCES = lib547.c $(SUPPORTFILES)
 
143
 
 
144
lib548_SOURCES = lib547.c $(SUPPORTFILES)
 
145
lib548_CFLAGS = -DLIB548
 
146
 
 
147
lib549_SOURCES = lib549.c $(SUPPORTFILES)
 
148
 
 
149
lib552_SOURCES = lib552.c $(SUPPORTFILES)
 
150
 
 
151
lib553_SOURCES = lib553.c $(SUPPORTFILES)