Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / server / Makefile.am
blobb4b7faa258d99a6fccb5b3a55af939612f995fdc
1 #***************************************************************************
2 #                                  _   _ ____  _
3 #  Project                     ___| | | |  _ \| |
4 #                             / __| | | | |_) | |
5 #                            | (__| |_| |  _ <| |___
6 #                             \___|\___/|_| \_\_____|
8 # Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
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.
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.
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 # KIND, either express or implied.
21 # $Id: Makefile.am,v 1.1.1.1 2008-09-23 16:32:06 hoffman Exp $
22 ###########################################################################
23 AUTOMAKE_OPTIONS = foreign nostdinc
25 # Specify our include paths here, and do it relative to $(top_srcdir) and
26 # $(top_builddir), to ensure that these paths which belong to the library
27 # being currently built and tested are searched before the library which
28 # might possibly already be installed in the system.
30 # $(top_builddir)/include is for libcurl's generated curl/curlbuild.h file
31 # $(top_srcdir)/include is for libcurl's external include files
32 # $(top_builddir)/lib is for libcurl's generated lib/config.h file
33 # $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
35 INCLUDES = -I$(top_builddir)/include \
36            -I$(top_srcdir)/include   \
37            -I$(top_builddir)/lib     \
38            -I$(top_srcdir)/lib 
40 noinst_PROGRAMS = sws getpart sockfilt resolve tftpd
42 useful = getpart.c getpart.h $(top_srcdir)/lib/strequal.c       \
43  $(top_srcdir)/lib/base64.c $(top_srcdir)/lib/mprintf.c         \
44  $(top_srcdir)/lib/memdebug.c $(top_srcdir)/lib/timeval.c
46 resolve_SOURCES= resolve.c util.c util.h $(useful)
47 resolve_LDADD = @TEST_SERVER_LIBS@
49 sws_SOURCES= sws.c util.c util.h $(useful)
50 sws_LDADD = @TEST_SERVER_LIBS@
52 sockfilt_SOURCES = sockfilt.c util.c util.h $(useful)   \
53  $(top_srcdir)/lib/inet_pton.c
54 sockfilt_LDADD = @TEST_SERVER_LIBS@
56 getpart_SOURCES= testpart.c $(useful)
57 # This is needed because of (unused) network debugging functions in memdebug.c
58 getpart_LDADD = @TEST_SERVER_LIBS@
60 tftpd_SOURCES = tftpd.c util.c util.h $(useful) tftp.h
61 tftpd_LDADD = @TEST_SERVER_LIBS@
63 extra_DIST = base64.pl