~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002101903

« back to all changes in this revision

Viewing changes to src/zabbix_proxy/heart/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2009-04-05 19:10:27 UTC
  • mfrom: (1.1.9 upstream) (8.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090405191027-lxd44l6jqdcfp2bi
Tags: 1:1.6.4-1
* New upstream release.
* Fix zabbix-frontend-php.template, add missing questions for
  zabbix-server and port (Closes: #522076)
* Loosen up depends for libgnutls (Closes: #522074)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
55
55
libzbxheart_a_LIBADD =
56
56
am_libzbxheart_a_OBJECTS = heart.$(OBJEXT)
57
57
libzbxheart_a_OBJECTS = $(am_libzbxheart_a_OBJECTS)
58
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/include@am__isrc@
 
58
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
59
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
60
am__depfiles_maybe = depfiles
61
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
283
283
        unique=`for i in $$list; do \
284
284
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285
285
          done | \
286
 
          $(AWK) '    { files[$$0] = 1; } \
287
 
               END { for (i in files) print i; }'`; \
 
286
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
287
              END { if (nonempty) { for (i in files) print i; }; }'`; \
288
288
        mkid -fID $$unique
289
289
tags: TAGS
290
290
 
296
296
        unique=`for i in $$list; do \
297
297
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298
298
          done | \
299
 
          $(AWK) '    { files[$$0] = 1; } \
300
 
               END { for (i in files) print i; }'`; \
 
299
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
300
              END { if (nonempty) { for (i in files) print i; }; }'`; \
301
301
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
302
302
          test -n "$$unique" || unique=$$empty_fix; \
303
303
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
307
307
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
308
308
                $(TAGS_FILES) $(LISP)
309
309
        tags=; \
310
 
        here=`pwd`; \
311
310
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
312
311
        unique=`for i in $$list; do \
313
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314
313
          done | \
315
 
          $(AWK) '    { files[$$0] = 1; } \
316
 
               END { for (i in files) print i; }'`; \
 
314
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
315
              END { if (nonempty) { for (i in files) print i; }; }'`; \
317
316
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
318
317
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
319
318
             $$tags $$unique