~ubuntu-branches/ubuntu/saucy/gtk-doc/saucy

« back to all changes in this revision

Viewing changes to tests/gobject/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-02-17 17:11:41 UTC
  • mto: (1.2.8 upstream) (4.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20090217171141-nobu8ey8kqtq5alx
Import upstream version 1.11

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.
84
84
CYGPATH_W = @CYGPATH_W@
85
85
DEFS = @DEFS@
86
86
DEPDIR = @DEPDIR@
 
87
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
88
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
89
DSYMUTIL = @DSYMUTIL@
87
90
ECHO = @ECHO@
88
91
ECHO_C = @ECHO_C@
89
92
ECHO_N = @ECHO_N@
93
96
F77 = @F77@
94
97
FFLAGS = @FFLAGS@
95
98
GREP = @GREP@
 
99
HELP_DIR = @HELP_DIR@
96
100
INSTALL = @INSTALL@
97
101
INSTALL_DATA = @INSTALL_DATA@
98
102
INSTALL_PROGRAM = @INSTALL_PROGRAM@
108
112
MAINT = @MAINT@
109
113
MAKEINFO = @MAKEINFO@
110
114
MKDIR_P = @MKDIR_P@
 
115
NMEDIT = @NMEDIT@
111
116
OBJEXT = @OBJEXT@
 
117
OMF_DIR = @OMF_DIR@
112
118
PACKAGE = @PACKAGE@
113
119
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114
120
PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
125
131
PYTHON_PREFIX = @PYTHON_PREFIX@
126
132
PYTHON_VERSION = @PYTHON_VERSION@
127
133
RANLIB = @RANLIB@
128
 
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
129
134
SED = @SED@
130
135
SET_MAKE = @SET_MAKE@
131
136
SGML_FORMAT_TYPE = @SGML_FORMAT_TYPE@
133
138
STRIP = @STRIP@
134
139
TEST_DEPS_CFLAGS = @TEST_DEPS_CFLAGS@
135
140
TEST_DEPS_LIBS = @TEST_DEPS_LIBS@
 
141
TRACE = @TRACE@
136
142
VERSION = @VERSION@
137
143
XMLCATALOG = @XMLCATALOG@
138
144
XML_CATALOG_FILE = @XML_CATALOG_FILE@
284
290
        unique=`for i in $$list; do \
285
291
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286
292
          done | \
287
 
          $(AWK) '    { files[$$0] = 1; } \
288
 
               END { for (i in files) print i; }'`; \
 
293
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
294
              END { if (nonempty) { for (i in files) print i; }; }'`; \
289
295
        mkid -fID $$unique
290
296
tags: TAGS
291
297
 
297
303
        unique=`for i in $$list; do \
298
304
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
305
          done | \
300
 
          $(AWK) '    { files[$$0] = 1; } \
301
 
               END { for (i in files) print i; }'`; \
 
306
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
307
              END { if (nonempty) { for (i in files) print i; }; }'`; \
302
308
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
303
309
          test -n "$$unique" || unique=$$empty_fix; \
304
310
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
308
314
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
315
                $(TAGS_FILES) $(LISP)
310
316
        tags=; \
311
 
        here=`pwd`; \
312
317
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
318
        unique=`for i in $$list; do \
314
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
320
          done | \
316
 
          $(AWK) '    { files[$$0] = 1; } \
317
 
               END { for (i in files) print i; }'`; \
 
321
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
322
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
323
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
319
324
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320
325
             $$tags $$unique