~ubuntu-branches/ubuntu/hardy/proj/hardy

« back to all changes in this revision

Viewing changes to jniwrap/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2007-04-08 11:23:57 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070408112357-ldp4r5hux2x63xje
Tags: 4.5.0-2
Releasing for unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
subdir = jniwrap
38
39
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
88
89
INSTALL_PROGRAM = @INSTALL_PROGRAM@
89
90
INSTALL_SCRIPT = @INSTALL_SCRIPT@
90
91
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
92
JNI_INCLUDE = @JNI_INCLUDE@
91
93
LDFLAGS = @LDFLAGS@
92
94
LIBOBJS = @LIBOBJS@
93
95
LIBS = @LIBS@
124
126
am__include = @am__include@
125
127
am__leading_dot = @am__leading_dot@
126
128
am__quote = @am__quote@
 
129
am__tar = @am__tar@
 
130
am__untar = @am__untar@
127
131
bindir = @bindir@
128
132
build = @build@
129
133
build_alias = @build_alias@
204
208
#     (which will cause the Makefiles to be regenerated when you run `make');
205
209
# (2) otherwise, pass the desired values on the `make' command line.
206
210
$(RECURSIVE_TARGETS):
207
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
211
        @failcom='exit 1'; \
 
212
        for f in x $$MAKEFLAGS; do \
 
213
          case $$f in \
 
214
            *=* | --[!k]*);; \
 
215
            *k*) failcom='fail=yes';; \
 
216
          esac; \
 
217
        done; \
208
218
        dot_seen=no; \
209
219
        target=`echo $@ | sed s/-recursive//`; \
210
220
        list='$(SUBDIRS)'; for subdir in $$list; do \
216
226
            local_target="$$target"; \
217
227
          fi; \
218
228
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
219
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
229
          || eval $$failcom; \
220
230
        done; \
221
231
        if test "$$dot_seen" = "no"; then \
222
232
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
224
234
 
225
235
mostlyclean-recursive clean-recursive distclean-recursive \
226
236
maintainer-clean-recursive:
227
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
237
        @failcom='exit 1'; \
 
238
        for f in x $$MAKEFLAGS; do \
 
239
          case $$f in \
 
240
            *=* | --[!k]*);; \
 
241
            *k*) failcom='fail=yes';; \
 
242
          esac; \
 
243
        done; \
228
244
        dot_seen=no; \
229
245
        case "$@" in \
230
246
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
245
261
            local_target="$$target"; \
246
262
          fi; \
247
263
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
248
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
264
          || eval $$failcom; \
249
265
        done && test -z "$$fail"
250
266
tags-recursive:
251
267
        list='$(SUBDIRS)'; for subdir in $$list; do \
270
286
                $(TAGS_FILES) $(LISP)
271
287
        tags=; \
272
288
        here=`pwd`; \
273
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
289
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
274
290
          include_option=--etags-include; \
 
291
          empty_fix=.; \
275
292
        else \
276
293
          include_option=--include; \
 
294
          empty_fix=; \
277
295
        fi; \
278
296
        list='$(SUBDIRS)'; for subdir in $$list; do \
279
297
          if test "$$subdir" = .; then :; else \
280
 
            test -f $$subdir/TAGS && \
 
298
            test ! -f $$subdir/TAGS || \
281
299
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
282
300
          fi; \
283
301
        done; \
287
305
          done | \
288
306
          $(AWK) '    { files[$$0] = 1; } \
289
307
               END { for (i in files) print i; }'`; \
290
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
291
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
292
 
             $$tags $$unique
 
308
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
309
          test -n "$$unique" || unique=$$empty_fix; \
 
310
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
311
            $$tags $$unique; \
 
312
        fi
293
313
ctags: CTAGS
294
314
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
295
315
                $(TAGS_FILES) $(LISP)
340
360
            || exit 1; \
341
361
          fi; \
342
362
        done
343
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
363
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
344
364
          if test "$$subdir" = .; then :; else \
345
365
            test -d "$(distdir)/$$subdir" \
346
 
            || mkdir "$(distdir)/$$subdir" \
 
366
            || $(mkdir_p) "$(distdir)/$$subdir" \
347
367
            || exit 1; \
 
368
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
369
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
348
370
            (cd $$subdir && \
349
371
              $(MAKE) $(AM_MAKEFLAGS) \
350
 
                top_distdir="../$(top_distdir)" \
351
 
                distdir="../$(distdir)/$$subdir" \
 
372
                top_distdir="$$top_distdir" \
 
373
                distdir="$$distdir/$$subdir" \
352
374
                distdir) \
353
375
              || exit 1; \
354
376
          fi; \
377
399
clean-generic:
378
400
 
379
401
distclean-generic:
380
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
402
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
381
403
 
382
404
maintainer-clean-generic:
383
405
        @echo "This command is intended for maintainers to use"