~ubuntu-branches/ubuntu/precise/typespeed/precise

« back to all changes in this revision

Viewing changes to testsuite/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lauri Niskanen
  • Date: 2009-01-23 17:51:57 UTC
  • mto: (4.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090123175157-r913k71fhkt55fxh
Tags: upstream-0.6.5
ImportĀ upstreamĀ versionĀ 0.6.5

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.
76
76
        $(nodist_t_unescstr_OBJECTS)
77
77
t_unescstr_LDADD = $(LDADD)
78
78
t_unescstr_DEPENDENCIES =
79
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80
80
depcomp = $(SHELL) $(top_srcdir)/depcomp
81
81
am__depfiles_maybe = depfiles
82
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
198
198
srcdir = @srcdir@
199
199
sysconfdir = @sysconfdir@
200
200
target_alias = @target_alias@
 
201
top_build_prefix = @top_build_prefix@
201
202
top_builddir = @top_builddir@
202
203
top_srcdir = @top_srcdir@
203
204
AM_CFLAGS = -I../src -Wall -W -pedantic -std=c99
297
298
        unique=`for i in $$list; do \
298
299
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
300
          done | \
300
 
          $(AWK) '    { files[$$0] = 1; } \
301
 
               END { for (i in files) print i; }'`; \
 
301
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
302
              END { if (nonempty) { for (i in files) print i; }; }'`; \
302
303
        mkid -fID $$unique
303
304
tags: TAGS
304
305
 
310
311
        unique=`for i in $$list; do \
311
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
313
          done | \
313
 
          $(AWK) '    { files[$$0] = 1; } \
314
 
               END { for (i in files) print i; }'`; \
 
314
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
315
              END { if (nonempty) { for (i in files) print i; }; }'`; \
315
316
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
316
317
          test -n "$$unique" || unique=$$empty_fix; \
317
318
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321
322
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322
323
                $(TAGS_FILES) $(LISP)
323
324
        tags=; \
324
 
        here=`pwd`; \
325
325
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326
326
        unique=`for i in $$list; do \
327
327
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328
328
          done | \
329
 
          $(AWK) '    { files[$$0] = 1; } \
330
 
               END { for (i in files) print i; }'`; \
 
329
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
330
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
331
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
332
332
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
333
333
             $$tags $$unique