~ubuntu-branches/ubuntu/natty/raptor/natty-updates

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2008-04-01 22:06:01 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080401220601-4h1tzxtwyziurokj
Tags: 1.4.17-1
* New upstream release
* Rebuild against libcurl4-gnutls-dev rather than libcurl4-openssl-dev
  (Closes: #463344)
* debian/control: depend on libtool 1.5 rather than older debian specific
  release
* debian/copyright: 2008
* debian/libraptor1-doc.doc-base: Use a correct Section:

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.
78
78
rdfprint_OBJECTS = $(am_rdfprint_OBJECTS)
79
79
am_rdfserialize_OBJECTS = rdfserialize.$(OBJEXT)
80
80
rdfserialize_OBJECTS = $(am_rdfserialize_OBJECTS)
81
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
 
81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
82
82
depcomp = $(SHELL) $(top_srcdir)/depcomp
83
83
am__depfiles_maybe = depfiles
84
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114
114
CYGPATH_W = @CYGPATH_W@
115
115
DEFS = @DEFS@
116
116
DEPDIR = @DEPDIR@
 
117
DSYMUTIL = @DSYMUTIL@
117
118
ECHO = @ECHO@
118
119
ECHO_C = @ECHO_C@
119
120
ECHO_N = @ECHO_N@
121
122
EGREP = @EGREP@
122
123
EXEEXT = @EXEEXT@
123
124
GREP = @GREP@
 
125
GTKDOC_CHECK = @GTKDOC_CHECK@
124
126
HTML_DIR = @HTML_DIR@
125
127
INSTALL = @INSTALL@
126
128
INSTALL_DATA = @INSTALL_DATA@
141
143
MEM = @MEM@
142
144
MEM_LIBS = @MEM_LIBS@
143
145
MKDIR_P = @MKDIR_P@
 
146
NMEDIT = @NMEDIT@
144
147
OBJEXT = @OBJEXT@
145
148
PACKAGE = @PACKAGE@
146
149
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
348
351
        unique=`for i in $$list; do \
349
352
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
353
          done | \
351
 
          $(AWK) '    { files[$$0] = 1; } \
352
 
               END { for (i in files) print i; }'`; \
 
354
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
355
              END { if (nonempty) { for (i in files) print i; }; }'`; \
353
356
        mkid -fID $$unique
354
357
tags: TAGS
355
358
 
361
364
        unique=`for i in $$list; do \
362
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363
366
          done | \
364
 
          $(AWK) '    { files[$$0] = 1; } \
365
 
               END { for (i in files) print i; }'`; \
 
367
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
366
369
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
367
370
          test -n "$$unique" || unique=$$empty_fix; \
368
371
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372
375
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373
376
                $(TAGS_FILES) $(LISP)
374
377
        tags=; \
375
 
        here=`pwd`; \
376
378
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
377
379
        unique=`for i in $$list; do \
378
380
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
381
          done | \
380
 
          $(AWK) '    { files[$$0] = 1; } \
381
 
               END { for (i in files) print i; }'`; \
 
382
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
383
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
384
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
383
385
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384
386
             $$tags $$unique