~ubuntu-branches/ubuntu/oneiric/fso-usaged/oneiric

« back to all changes in this revision

Viewing changes to src/plugins/lowlevel_openmoko/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Heiko Stuebner
  • Date: 2010-01-10 20:56:10 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100110205610-agwkolecbltith3b
Tags: 0.9.1+git20100106-1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
50
am__vpath_adj = case $$p in \
48
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
52
    *) f=$$p;; \
50
53
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
70
am__installdirs = "$(DESTDIR)$(modlibexecdir)"
53
 
modlibexecLTLIBRARIES_INSTALL = $(INSTALL)
54
71
LTLIBRARIES = $(modlibexec_LTLIBRARIES)
55
72
am__DEPENDENCIES_1 =
56
73
am__DEPENDENCIES_2 = $(top_srcdir)/src/lib/libfsousage.la \
59
76
lowlevel_openmoko_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
60
77
am_lowlevel_openmoko_la_OBJECTS = lowlevel_openmoko_la-plugin.lo
61
78
lowlevel_openmoko_la_OBJECTS = $(am_lowlevel_openmoko_la_OBJECTS)
62
 
lowlevel_openmoko_la_LINK = $(LIBTOOL) --tag=CC \
 
79
AM_V_lt = $(am__v_lt_$(V))
 
80
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
81
am__v_lt_0 = --silent
 
82
lowlevel_openmoko_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
63
83
        $(lowlevel_openmoko_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64
84
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65
85
        $(lowlevel_openmoko_la_LDFLAGS) $(LDFLAGS) -o $@
67
87
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68
88
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
89
am__depfiles_maybe = depfiles
 
90
am__mv = mv -f
70
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
93
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
94
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
95
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
96
        $(AM_CFLAGS) $(CFLAGS)
 
97
AM_V_CC = $(am__v_CC_$(V))
 
98
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
99
am__v_CC_0 = @echo "  CC    " $@;
 
100
AM_V_at = $(am__v_at_$(V))
 
101
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_at_0 = @
75
103
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78
 
        $(LDFLAGS) -o $@
 
104
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
105
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
106
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
107
AM_V_CCLD = $(am__v_CCLD_$(V))
 
108
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
109
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
110
AM_V_GEN = $(am__v_GEN_$(V))
 
111
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
112
am__v_GEN_0 = @echo "  GEN   " $@;
79
113
SOURCES = $(lowlevel_openmoko_la_SOURCES)
80
114
DIST_SOURCES = $(lowlevel_openmoko_la_SOURCES)
81
115
ETAGS = etags
83
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84
118
ACLOCAL = @ACLOCAL@
85
119
AMTAR = @AMTAR@
 
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
86
121
AR = @AR@
87
122
AUTOCONF = @AUTOCONF@
88
123
AUTOHEADER = @AUTOHEADER@
141
176
PACKAGE_NAME = @PACKAGE_NAME@
142
177
PACKAGE_STRING = @PACKAGE_STRING@
143
178
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
179
PACKAGE_URL = @PACKAGE_URL@
144
180
PACKAGE_VERSION = @PACKAGE_VERSION@
145
181
PATH_SEPARATOR = @PATH_SEPARATOR@
146
182
PERSISTENCE_CFLAGS = @PERSISTENCE_CFLAGS@
268
304
              exit 1;; \
269
305
          esac; \
270
306
        done; \
271
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/lowlevel_openmoko/Makefile'; \
272
 
        cd $(top_srcdir) && \
273
 
          $(AUTOMAKE) --gnu  src/plugins/lowlevel_openmoko/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/lowlevel_openmoko/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --gnu src/plugins/lowlevel_openmoko/Makefile
274
310
.PRECIOUS: Makefile
275
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276
312
        @case '$?' in \
288
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
325
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
290
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
291
328
install-modlibexecLTLIBRARIES: $(modlibexec_LTLIBRARIES)
292
329
        @$(NORMAL_INSTALL)
293
330
        test -z "$(modlibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(modlibexecdir)"
294
 
        @list='$(modlibexec_LTLIBRARIES)'; for p in $$list; do \
 
331
        @list='$(modlibexec_LTLIBRARIES)'; test -n "$(modlibexecdir)" || list=; \
 
332
        list2=; for p in $$list; do \
295
333
          if test -f $$p; then \
296
 
            f=$(am__strip_dir) \
297
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(modlibexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(modlibexecdir)/$$f'"; \
298
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(modlibexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(modlibexecdir)/$$f"; \
 
334
            list2="$$list2 $$p"; \
299
335
          else :; fi; \
300
 
        done
 
336
        done; \
 
337
        test -z "$$list2" || { \
 
338
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modlibexecdir)'"; \
 
339
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modlibexecdir)"; \
 
340
        }
301
341
 
302
342
uninstall-modlibexecLTLIBRARIES:
303
343
        @$(NORMAL_UNINSTALL)
304
 
        @list='$(modlibexec_LTLIBRARIES)'; for p in $$list; do \
305
 
          p=$(am__strip_dir) \
306
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(modlibexecdir)/$$p'"; \
307
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(modlibexecdir)/$$p"; \
 
344
        @list='$(modlibexec_LTLIBRARIES)'; test -n "$(modlibexecdir)" || list=; \
 
345
        for p in $$list; do \
 
346
          $(am__strip_dir) \
 
347
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(modlibexecdir)/$$f'"; \
 
348
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(modlibexecdir)/$$f"; \
308
349
        done
309
350
 
310
351
clean-modlibexecLTLIBRARIES:
316
357
          rm -f "$${dir}/so_locations"; \
317
358
        done
318
359
lowlevel_openmoko.la: $(lowlevel_openmoko_la_OBJECTS) $(lowlevel_openmoko_la_DEPENDENCIES) 
319
 
        $(lowlevel_openmoko_la_LINK) -rpath $(modlibexecdir) $(lowlevel_openmoko_la_OBJECTS) $(lowlevel_openmoko_la_LIBADD) $(LIBS)
 
360
        $(AM_V_CCLD)$(lowlevel_openmoko_la_LINK) -rpath $(modlibexecdir) $(lowlevel_openmoko_la_OBJECTS) $(lowlevel_openmoko_la_LIBADD) $(LIBS)
320
361
 
321
362
clean-noinstPROGRAMS:
322
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
323
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
324
 
          echo " rm -f $$p $$f"; \
325
 
          rm -f $$p $$f ; \
326
 
        done
 
363
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
364
        echo " rm -f" $$list; \
 
365
        rm -f $$list || exit $$?; \
 
366
        test -n "$(EXEEXT)" || exit 0; \
 
367
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
368
        echo " rm -f" $$list; \
 
369
        rm -f $$list
327
370
 
328
371
mostlyclean-compile:
329
372
        -rm -f *.$(OBJEXT)
334
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lowlevel_openmoko_la-plugin.Plo@am__quote@
335
378
 
336
379
.c.o:
337
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
380
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
381
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
382
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
339
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
385
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
342
386
 
343
387
.c.obj:
344
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
388
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
389
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
390
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
346
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
393
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
394
 
350
395
.c.lo:
351
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
396
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
397
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
398
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
353
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
401
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
356
402
 
357
403
lowlevel_openmoko_la-plugin.lo: plugin.c
358
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(lowlevel_openmoko_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lowlevel_openmoko_la-plugin.lo -MD -MP -MF $(DEPDIR)/lowlevel_openmoko_la-plugin.Tpo -c -o lowlevel_openmoko_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
359
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/lowlevel_openmoko_la-plugin.Tpo $(DEPDIR)/lowlevel_openmoko_la-plugin.Plo
 
404
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(lowlevel_openmoko_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lowlevel_openmoko_la-plugin.lo -MD -MP -MF $(DEPDIR)/lowlevel_openmoko_la-plugin.Tpo -c -o lowlevel_openmoko_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
 
405
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/lowlevel_openmoko_la-plugin.Tpo $(DEPDIR)/lowlevel_openmoko_la-plugin.Plo
 
406
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
360
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='lowlevel_openmoko_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
361
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(lowlevel_openmoko_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lowlevel_openmoko_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
 
409
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(lowlevel_openmoko_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lowlevel_openmoko_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
363
410
 
364
411
mostlyclean-libtool:
365
412
        -rm -f *.lo
379
426
 
380
427
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
428
                $(TAGS_FILES) $(LISP)
382
 
        tags=; \
 
429
        set x; \
383
430
        here=`pwd`; \
384
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385
432
        unique=`for i in $$list; do \
387
434
          done | \
388
435
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
436
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
437
        shift; \
 
438
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391
439
          test -n "$$unique" || unique=$$empty_fix; \
392
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
 
            $$tags $$unique; \
 
440
          if test $$# -gt 0; then \
 
441
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
442
              "$$@" $$unique; \
 
443
          else \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              $$unique; \
 
446
          fi; \
394
447
        fi
395
448
ctags: CTAGS
396
449
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397
450
                $(TAGS_FILES) $(LISP)
398
 
        tags=; \
399
451
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
452
        unique=`for i in $$list; do \
401
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
454
          done | \
403
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
457
        test -z "$(CTAGS_ARGS)$$unique" \
406
458
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
 
             $$tags $$unique
 
459
             $$unique
408
460
 
409
461
GTAGS:
410
462
        here=`$(am__cd) $(top_builddir) && pwd` \
411
 
          && cd $(top_srcdir) \
412
 
          && gtags -i $(GTAGS_ARGS) $$here
 
463
          && $(am__cd) $(top_srcdir) \
 
464
          && gtags -i $(GTAGS_ARGS) "$$here"
413
465
 
414
466
distclean-tags:
415
467
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
482
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
483
          if test -d $$d/$$file; then \
432
484
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
485
            if test -d "$(distdir)/$$file"; then \
 
486
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
487
            fi; \
433
488
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
489
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
490
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435
491
            fi; \
436
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
492
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437
493
          else \
438
 
            test -f $(distdir)/$$file \
439
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
494
            test -f "$(distdir)/$$file" \
 
495
            || cp -p $$d/$$file "$(distdir)/$$file" \
440
496
            || exit 1; \
441
497
          fi; \
442
498
        done
468
524
 
469
525
distclean-generic:
470
526
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
527
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
471
528
 
472
529
maintainer-clean-generic:
473
530
        @echo "This command is intended for maintainers to use"
490
547
 
491
548
html: html-am
492
549
 
 
550
html-am:
 
551
 
493
552
info: info-am
494
553
 
495
554
info-am:
498
557
 
499
558
install-dvi: install-dvi-am
500
559
 
 
560
install-dvi-am:
 
561
 
501
562
install-exec-am: install-modlibexecLTLIBRARIES
502
563
 
503
564
install-html: install-html-am
504
565
 
 
566
install-html-am:
 
567
 
505
568
install-info: install-info-am
506
569
 
 
570
install-info-am:
 
571
 
507
572
install-man:
508
573
 
509
574
install-pdf: install-pdf-am
510
575
 
 
576
install-pdf-am:
 
577
 
511
578
install-ps: install-ps-am
512
579
 
 
580
install-ps-am:
 
581
 
513
582
installcheck-am:
514
583
 
515
584
maintainer-clean: maintainer-clean-am
552
621
$(lowlevel_openmoko_la_SOURCES): $(lowlevel_openmoko_la_VALASOURCES)
553
622
        $(VALAC) -C $(VALAC_ARGS) $^
554
623
        touch $@
 
624
 
555
625
# Tell versions [3.59,3.63) of GNU make to not export all variables.
556
626
# Otherwise a system limit (for SysV at least) may be exceeded.
557
627
.NOEXPORT: