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

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lauri Niskanen
  • Date: 2009-01-23 17:51:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123175157-gqk9qzud3oou1met
Tags: 0.6.5-0ubuntu1
New upstream release

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.
59
59
        typespeed-network.$(OBJEXT) typespeed-typespeed.$(OBJEXT)
60
60
typespeed_OBJECTS = $(am_typespeed_OBJECTS)
61
61
typespeed_DEPENDENCIES =
62
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
62
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
63
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
64
64
am__depfiles_maybe = depfiles
65
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
185
185
srcdir = @srcdir@
186
186
sysconfdir = @sysconfdir@
187
187
target_alias = @target_alias@
 
188
top_build_prefix = @top_build_prefix@
188
189
top_builddir = @top_builddir@
189
190
top_srcdir = @top_srcdir@
190
191
AM_CFLAGS = -Wall -W -pedantic -std=c99
387
388
        unique=`for i in $$list; do \
388
389
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389
390
          done | \
390
 
          $(AWK) '    { files[$$0] = 1; } \
391
 
               END { for (i in files) print i; }'`; \
 
391
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
392
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
393
        mkid -fID $$unique
393
394
tags: TAGS
394
395
 
400
401
        unique=`for i in $$list; do \
401
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
403
          done | \
403
 
          $(AWK) '    { files[$$0] = 1; } \
404
 
               END { for (i in files) print i; }'`; \
 
404
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
406
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
406
407
          test -n "$$unique" || unique=$$empty_fix; \
407
408
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411
412
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
412
413
                $(TAGS_FILES) $(LISP)
413
414
        tags=; \
414
 
        here=`pwd`; \
415
415
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
416
416
        unique=`for i in $$list; do \
417
417
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418
418
          done | \
419
 
          $(AWK) '    { files[$$0] = 1; } \
420
 
               END { for (i in files) print i; }'`; \
 
419
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
420
              END { if (nonempty) { for (i in files) print i; }; }'`; \
421
421
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
422
422
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423
423
             $$tags $$unique