~aw/usbs-directory/trunk

« back to all changes in this revision

Viewing changes to contrib/ldapc++/examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-08-11 20:26:05 UTC
  • mto: (0.2.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080811202605-gz5k22gasx0gsbp4
Tags: upstream-2.4.11
ImportĀ upstreamĀ versionĀ 2.4.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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# $OpenLDAP: pkg/ldap/contrib/ldapc++/examples/Makefile.in,v 1.3.2.3 2008/04/14 23:18:59 quanah Exp $
 
17
# $OpenLDAP: pkg/ldap/contrib/ldapc++/examples/Makefile.in,v 1.3.2.4 2008/07/09 22:48:25 quanah Exp $
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
54
54
am_urlTest_OBJECTS = urlTest.$(OBJEXT)
55
55
urlTest_OBJECTS = $(am_urlTest_OBJECTS)
56
56
urlTest_DEPENDENCIES = ../src/libldapcpp.la
57
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
 
57
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
58
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
59
59
am__depfiles_maybe = depfiles
60
60
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91
91
CYGPATH_W = @CYGPATH_W@
92
92
DEFS = @DEFS@
93
93
DEPDIR = @DEPDIR@
 
94
DSYMUTIL = @DSYMUTIL@
94
95
ECHO = @ECHO@
95
96
ECHO_C = @ECHO_C@
96
97
ECHO_N = @ECHO_N@
113
114
LTLIBOBJS = @LTLIBOBJS@
114
115
MAKEINFO = @MAKEINFO@
115
116
MKDIR_P = @MKDIR_P@
 
117
NMEDIT = @NMEDIT@
116
118
OBJEXT = @OBJEXT@
 
119
OPENLDAP_CPP_API_VERSION = @OPENLDAP_CPP_API_VERSION@
117
120
PACKAGE = @PACKAGE@
118
121
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
119
122
PACKAGE_NAME = @PACKAGE_NAME@
280
283
        unique=`for i in $$list; do \
281
284
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
282
285
          done | \
283
 
          $(AWK) '    { files[$$0] = 1; } \
284
 
               END { for (i in files) print i; }'`; \
 
286
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
287
              END { if (nonempty) { for (i in files) print i; }; }'`; \
285
288
        mkid -fID $$unique
286
289
tags: TAGS
287
290
 
293
296
        unique=`for i in $$list; do \
294
297
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295
298
          done | \
296
 
          $(AWK) '    { files[$$0] = 1; } \
297
 
               END { for (i in files) print i; }'`; \
 
299
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
300
              END { if (nonempty) { for (i in files) print i; }; }'`; \
298
301
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
299
302
          test -n "$$unique" || unique=$$empty_fix; \
300
303
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
304
307
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
305
308
                $(TAGS_FILES) $(LISP)
306
309
        tags=; \
307
 
        here=`pwd`; \
308
310
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
309
311
        unique=`for i in $$list; do \
310
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311
313
          done | \
312
 
          $(AWK) '    { files[$$0] = 1; } \
313
 
               END { for (i in files) print i; }'`; \
 
314
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
315
              END { if (nonempty) { for (i in files) print i; }; }'`; \
314
316
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
315
317
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
316
318
             $$tags $$unique