~ubuntu-branches/ubuntu/saucy/monit/saucy

« back to all changes in this revision

Viewing changes to libmonit/test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2013-06-16 13:54:38 UTC
  • mfrom: (1.1.14) (5.2.29 sid)
  • Revision ID: package-import@ubuntu.com-20130616135438-wru0scw77zjpuxst
Tags: 1:5.5.1-1
* Imported Upstream version 5.5.1
* Refresh patches, drop unused

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
140
140
CYGPATH_W = @CYGPATH_W@
141
141
DEFS = @DEFS@
142
142
DEPDIR = @DEPDIR@
 
143
DLLTOOL = @DLLTOOL@
143
144
DSYMUTIL = @DSYMUTIL@
144
145
DUMPBIN = @DUMPBIN@
145
146
ECHO_C = @ECHO_C@
163
164
LN_S = @LN_S@
164
165
LTLIBOBJS = @LTLIBOBJS@
165
166
MAKEINFO = @MAKEINFO@
 
167
MANIFEST_TOOL = @MANIFEST_TOOL@
166
168
MKDIR_P = @MKDIR_P@
167
169
NM = @NM@
168
170
NMEDIT = @NMEDIT@
188
190
abs_srcdir = @abs_srcdir@
189
191
abs_top_builddir = @abs_top_builddir@
190
192
abs_top_srcdir = @abs_top_srcdir@
 
193
ac_ct_AR = @ac_ct_AR@
191
194
ac_ct_CC = @ac_ct_CC@
192
195
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
193
196
am__include = @am__include@
220
223
libexecdir = @libexecdir@
221
224
localedir = @localedir@
222
225
localstatedir = @localstatedir@
223
 
lt_ECHO = @lt_ECHO@
224
226
mandir = @mandir@
225
227
mkdir_p = @mkdir_p@
226
228
oldincludedir = @oldincludedir@
238
240
top_srcdir = @top_srcdir@
239
241
AUTOMAKE_OPTIONS = foreign no-dependencies
240
242
LDADD = ../libmonit.la
241
 
INCLUDES = -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread 
 
243
AM_CPPFLAGS = -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread 
242
244
StrTest_SOURCES = StrTest.c
243
245
CommandTest_SOURCES = CommandTest.c
244
246
SystemTest_SOURCES = SystemTest.c
295
297
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
296
298
        echo " rm -f" $$list; \
297
299
        rm -f $$list
298
 
CommandTest$(EXEEXT): $(CommandTest_OBJECTS) $(CommandTest_DEPENDENCIES) 
 
300
CommandTest$(EXEEXT): $(CommandTest_OBJECTS) $(CommandTest_DEPENDENCIES) $(EXTRA_CommandTest_DEPENDENCIES) 
299
301
        @rm -f CommandTest$(EXEEXT)
300
302
        $(LINK) $(CommandTest_OBJECTS) $(CommandTest_LDADD) $(LIBS)
301
 
DirTest$(EXEEXT): $(DirTest_OBJECTS) $(DirTest_DEPENDENCIES) 
 
303
DirTest$(EXEEXT): $(DirTest_OBJECTS) $(DirTest_DEPENDENCIES) $(EXTRA_DirTest_DEPENDENCIES) 
302
304
        @rm -f DirTest$(EXEEXT)
303
305
        $(LINK) $(DirTest_OBJECTS) $(DirTest_LDADD) $(LIBS)
304
 
ExceptionTest$(EXEEXT): $(ExceptionTest_OBJECTS) $(ExceptionTest_DEPENDENCIES) 
 
306
ExceptionTest$(EXEEXT): $(ExceptionTest_OBJECTS) $(ExceptionTest_DEPENDENCIES) $(EXTRA_ExceptionTest_DEPENDENCIES) 
305
307
        @rm -f ExceptionTest$(EXEEXT)
306
308
        $(LINK) $(ExceptionTest_OBJECTS) $(ExceptionTest_LDADD) $(LIBS)
307
 
FileTest$(EXEEXT): $(FileTest_OBJECTS) $(FileTest_DEPENDENCIES) 
 
309
FileTest$(EXEEXT): $(FileTest_OBJECTS) $(FileTest_DEPENDENCIES) $(EXTRA_FileTest_DEPENDENCIES) 
308
310
        @rm -f FileTest$(EXEEXT)
309
311
        $(LINK) $(FileTest_OBJECTS) $(FileTest_LDADD) $(LIBS)
310
 
InputStreamTest$(EXEEXT): $(InputStreamTest_OBJECTS) $(InputStreamTest_DEPENDENCIES) 
 
312
InputStreamTest$(EXEEXT): $(InputStreamTest_OBJECTS) $(InputStreamTest_DEPENDENCIES) $(EXTRA_InputStreamTest_DEPENDENCIES) 
311
313
        @rm -f InputStreamTest$(EXEEXT)
312
314
        $(LINK) $(InputStreamTest_OBJECTS) $(InputStreamTest_LDADD) $(LIBS)
313
 
ListTest$(EXEEXT): $(ListTest_OBJECTS) $(ListTest_DEPENDENCIES) 
 
315
ListTest$(EXEEXT): $(ListTest_OBJECTS) $(ListTest_DEPENDENCIES) $(EXTRA_ListTest_DEPENDENCIES) 
314
316
        @rm -f ListTest$(EXEEXT)
315
317
        $(LINK) $(ListTest_OBJECTS) $(ListTest_LDADD) $(LIBS)
316
 
NetTest$(EXEEXT): $(NetTest_OBJECTS) $(NetTest_DEPENDENCIES) 
 
318
NetTest$(EXEEXT): $(NetTest_OBJECTS) $(NetTest_DEPENDENCIES) $(EXTRA_NetTest_DEPENDENCIES) 
317
319
        @rm -f NetTest$(EXEEXT)
318
320
        $(LINK) $(NetTest_OBJECTS) $(NetTest_LDADD) $(LIBS)
319
 
OutputStreamTest$(EXEEXT): $(OutputStreamTest_OBJECTS) $(OutputStreamTest_DEPENDENCIES) 
 
321
OutputStreamTest$(EXEEXT): $(OutputStreamTest_OBJECTS) $(OutputStreamTest_DEPENDENCIES) $(EXTRA_OutputStreamTest_DEPENDENCIES) 
320
322
        @rm -f OutputStreamTest$(EXEEXT)
321
323
        $(LINK) $(OutputStreamTest_OBJECTS) $(OutputStreamTest_LDADD) $(LIBS)
322
 
StrTest$(EXEEXT): $(StrTest_OBJECTS) $(StrTest_DEPENDENCIES) 
 
324
StrTest$(EXEEXT): $(StrTest_OBJECTS) $(StrTest_DEPENDENCIES) $(EXTRA_StrTest_DEPENDENCIES) 
323
325
        @rm -f StrTest$(EXEEXT)
324
326
        $(LINK) $(StrTest_OBJECTS) $(StrTest_LDADD) $(LIBS)
325
 
StringBufferTest$(EXEEXT): $(StringBufferTest_OBJECTS) $(StringBufferTest_DEPENDENCIES) 
 
327
StringBufferTest$(EXEEXT): $(StringBufferTest_OBJECTS) $(StringBufferTest_DEPENDENCIES) $(EXTRA_StringBufferTest_DEPENDENCIES) 
326
328
        @rm -f StringBufferTest$(EXEEXT)
327
329
        $(LINK) $(StringBufferTest_OBJECTS) $(StringBufferTest_LDADD) $(LIBS)
328
 
SystemTest$(EXEEXT): $(SystemTest_OBJECTS) $(SystemTest_DEPENDENCIES) 
 
330
SystemTest$(EXEEXT): $(SystemTest_OBJECTS) $(SystemTest_DEPENDENCIES) $(EXTRA_SystemTest_DEPENDENCIES) 
329
331
        @rm -f SystemTest$(EXEEXT)
330
332
        $(LINK) $(SystemTest_OBJECTS) $(SystemTest_LDADD) $(LIBS)
331
 
TimeTest$(EXEEXT): $(TimeTest_OBJECTS) $(TimeTest_DEPENDENCIES) 
 
333
TimeTest$(EXEEXT): $(TimeTest_OBJECTS) $(TimeTest_DEPENDENCIES) $(EXTRA_TimeTest_DEPENDENCIES) 
332
334
        @rm -f TimeTest$(EXEEXT)
333
335
        $(LINK) $(TimeTest_OBJECTS) $(TimeTest_LDADD) $(LIBS)
334
336
 
449
451
 
450
452
installcheck: installcheck-am
451
453
install-strip:
452
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
453
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
454
 
          `test -z '$(STRIP)' || \
455
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
454
        if test -z '$(STRIP)'; then \
 
455
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
456
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
457
              install; \
 
458
        else \
 
459
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
460
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
461
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
462
        fi
456
463
mostlyclean-generic:
457
464
 
458
465
clean-generic: