]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/libtest/Makefile.am
hello world
[icculus/iodoom3.git] / neo / curl / tests / libtest / Makefile.am
1 #***************************************************************************
2 #                                  _   _ ____  _
3 #  Project                     ___| | | |  _ \| |
4 #                             / __| | | | |_) | |
5 #                            | (__| |_| |  _ <| |___
6 #                             \___|\___/|_| \_\_____|
7 #
8 # Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
9 #
10 # This software is licensed as described in the file COPYING, which
11 # you should have received as part of this distribution. The terms
12 # are also available at http://curl.haxx.se/docs/copyright.html.
13 #
14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 # copies of the Software, and permit persons to whom the Software is
16 # furnished to do so, under the terms of the COPYING file.
17 #
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 # KIND, either express or implied.
20 #
21 # $Id: Makefile.am,v 1.19 2004/01/30 09:26:23 bagder Exp $
22 ###########################################################################
23 AUTOMAKE_OPTIONS = foreign nostdinc
24
25 # $(top_srcdir)/include/curl is for the main curl include files, to make it
26 # easier to include this specific set of curl headers, and NOT the ones
27 # possibly already installed in the system.
28 # -I$(top_srcdir)/lib is for the setup.h file, included by test.h
29 # -I$(top_builddir)/lib is for the config.h file, possibly included by the
30 # setup.h file
31 INCLUDES = -I$(top_srcdir)/include/curl \
32            -I$(top_srcdir)/lib \
33            -I$(top_builddir)/lib
34
35 LIBDIR = $(top_builddir)/lib
36
37 SUPPORTFILES = first.c test.h
38
39 # here are all tools used for running libcurl tests
40 noinst_PROGRAMS = lib500 lib501 lib502 lib503 lib504 lib505 lib506 lib507 \
41   lib508 lib509 lib510
42
43 lib500_SOURCES = lib500.c $(SUPPORTFILES)
44 lib500_LDADD = $(LIBDIR)/libcurl.la
45 lib500_DEPENDENCIES = $(LIBDIR)/libcurl.la
46
47 lib501_SOURCES = lib501.c $(SUPPORTFILES)
48 lib501_LDADD = $(LIBDIR)/libcurl.la
49 lib501_DEPENDENCIES = $(LIBDIR)/libcurl.la
50
51 lib502_SOURCES = lib502.c $(SUPPORTFILES)
52 lib502_LDADD = $(LIBDIR)/libcurl.la
53 lib502_DEPENDENCIES = $(LIBDIR)/libcurl.la
54
55 lib503_SOURCES = lib503.c $(SUPPORTFILES)
56 lib503_LDADD = $(LIBDIR)/libcurl.la
57 lib503_DEPENDENCIES = $(LIBDIR)/libcurl.la
58
59 lib504_SOURCES = lib504.c $(SUPPORTFILES)
60 lib504_LDADD = $(LIBDIR)/libcurl.la
61 lib504_DEPENDENCIES = $(LIBDIR)/libcurl.la
62
63 lib505_SOURCES = lib505.c $(SUPPORTFILES)
64 lib505_LDADD = $(LIBDIR)/libcurl.la
65 lib505_DEPENDENCIES = $(LIBDIR)/libcurl.la
66
67 lib506_SOURCES = lib506.c $(SUPPORTFILES)
68 lib506_LDADD = $(LIBDIR)/libcurl.la
69 lib506_DEPENDENCIES = $(LIBDIR)/libcurl.la
70
71 lib507_SOURCES = lib507.c $(SUPPORTFILES)
72 lib507_LDADD = $(LIBDIR)/libcurl.la
73 lib507_DEPENDENCIES = $(LIBDIR)/libcurl.la
74
75 lib508_SOURCES = lib508.c $(SUPPORTFILES)
76 lib508_LDADD = $(LIBDIR)/libcurl.la
77 lib508_DEPENDENCIES = $(LIBDIR)/libcurl.la
78
79 lib509_SOURCES = lib509.c $(SUPPORTFILES)
80 lib509_LDADD = $(LIBDIR)/libcurl.la
81 lib509_DEPENDENCIES = $(LIBDIR)/libcurl.la
82
83 lib510_SOURCES = lib510.c $(SUPPORTFILES)
84 lib510_LDADD = $(LIBDIR)/libcurl.la
85 lib510_DEPENDENCIES = $(LIBDIR)/libcurl.la