~ubuntu-branches/debian/sid/axis2c/sid

« back to all changes in this revision

Viewing changes to samples/user_guide/clients/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kyo Lee
  • Date: 2009-12-16 20:27:31 UTC
  • mfrom: (6.1.9 karmic)
  • Revision ID: james.westby@ubuntu.com-20091216202731-ucim9tlbmpwucfz0
Tags: 1.6.0-1
Build for debian package based largely on Ubuntu package (#497594)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
81
81
am_echo_rest_OBJECTS = echo_util.$(OBJEXT) echo_rest.$(OBJEXT)
82
82
echo_rest_OBJECTS = $(am_echo_rest_OBJECTS)
83
83
echo_rest_DEPENDENCIES = $(am__DEPENDENCIES_2)
84
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
84
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
85
85
depcomp = $(SHELL) $(top_srcdir)/depcomp
86
86
am__depfiles_maybe = depfiles
87
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127
127
DEFS = @DEFS@
128
128
DEPDIR = @DEPDIR@
129
129
DICLIENT_DIR = @DICLIENT_DIR@
130
 
DSYMUTIL = @DSYMUTIL@
131
130
ECHO = @ECHO@
132
131
ECHO_C = @ECHO_C@
133
132
ECHO_N = @ECHO_N@
152
151
LTLIBOBJS = @LTLIBOBJS@
153
152
MAKEINFO = @MAKEINFO@
154
153
MKDIR_P = @MKDIR_P@
155
 
NMEDIT = @NMEDIT@
156
154
OBJEXT = @OBJEXT@
157
155
PACKAGE = @PACKAGE@
158
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222
220
target_vendor = @target_vendor@
223
221
top_builddir = @top_builddir@
224
222
top_srcdir = @top_srcdir@
225
 
prgbindir = $(prefix)/bin/samples
 
223
prgbindir = $(prefix)/samples/bin
226
224
echo_blocking_SOURCES = echo_blocking.c echo_util.c
227
225
echo_non_blocking_SOURCES = echo_non_blocking.c echo_util.c
228
226
echo_blocking_addr_SOURCES = echo_blocking_addr.c echo_util.c
294
292
             || test -f $$p1 \
295
293
          ; then \
296
294
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
297
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(prgbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(prgbindir)/$$f'"; \
298
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(prgbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(prgbindir)/$$f" || exit 1; \
 
295
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(prgbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(prgbindir)/$$f'"; \
 
296
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(prgbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(prgbindir)/$$f" || exit 1; \
299
297
          else :; fi; \
300
298
        done
301
299
 
386
384
        unique=`for i in $$list; do \
387
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388
386
          done | \
389
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
390
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
387
          $(AWK) '    { files[$$0] = 1; } \
 
388
               END { for (i in files) print i; }'`; \
391
389
        mkid -fID $$unique
392
390
tags: TAGS
393
391
 
399
397
        unique=`for i in $$list; do \
400
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401
399
          done | \
402
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
400
          $(AWK) '    { files[$$0] = 1; } \
 
401
               END { for (i in files) print i; }'`; \
404
402
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
405
403
          test -n "$$unique" || unique=$$empty_fix; \
406
404
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410
408
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411
409
                $(TAGS_FILES) $(LISP)
412
410
        tags=; \
 
411
        here=`pwd`; \
413
412
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
414
413
        unique=`for i in $$list; do \
415
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416
415
          done | \
417
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
416
          $(AWK) '    { files[$$0] = 1; } \
 
417
               END { for (i in files) print i; }'`; \
419
418
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
420
419
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421
420
             $$tags $$unique