~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to tagmanager/include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
15
 
 
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
 
15
@SET_MAKE@
 
16
 
18
17
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
18
pkgdatadir = $(datadir)/@PACKAGE@
38
19
pkglibdir = $(libdir)/@PACKAGE@
39
20
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
 
top_builddir = ../..
42
 
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
48
 
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
54
27
NORMAL_INSTALL = :
55
28
PRE_INSTALL = :
56
29
POST_INSTALL = :
57
30
NORMAL_UNINSTALL = :
58
31
PRE_UNINSTALL = :
59
32
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
 
33
build_triplet = @build@
61
34
host_triplet = @host@
 
35
subdir = tagmanager/include
 
36
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(tagmanager_include_HEADERS)
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
SOURCES =
 
46
DIST_SOURCES =
 
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
48
am__vpath_adj = case $$p in \
 
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
50
    *) f=$$p;; \
 
51
  esac;
 
52
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
53
am__installdirs = "$(DESTDIR)$(tagmanager_includedir)"
 
54
tagmanager_includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
55
HEADERS = $(noinst_HEADERS) $(tagmanager_include_HEADERS)
 
56
ETAGS = etags
 
57
CTAGS = ctags
 
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
59
ACLOCAL = @ACLOCAL@
 
60
ALL_LINGUAS = @ALL_LINGUAS@
 
61
AMTAR = @AMTAR@
 
62
AR = @AR@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AWK = @AWK@
62
67
CATALOGS = @CATALOGS@
63
68
CATOBJEXT = @CATOBJEXT@
64
69
CC = @CC@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
65
72
CPP = @CPP@
 
73
CPPFLAGS = @CPPFLAGS@
66
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
67
79
DATADIRNAME = @DATADIRNAME@
 
80
DEFS = @DEFS@
 
81
DEPDIR = @DEPDIR@
 
82
DSYMUTIL = @DSYMUTIL@
 
83
ECHO = @ECHO@
 
84
ECHO_C = @ECHO_C@
 
85
ECHO_N = @ECHO_N@
 
86
ECHO_T = @ECHO_T@
 
87
EGREP = @EGREP@
68
88
EXEEXT = @EXEEXT@
 
89
F77 = @F77@
 
90
FFLAGS = @FFLAGS@
69
91
GEANY_DATA_DIR = @GEANY_DATA_DIR@
70
92
GEANY_PIXMAPS_DIR = @GEANY_PIXMAPS_DIR@
71
93
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
72
94
GMOFILES = @GMOFILES@
73
95
GMSGFMT = @GMSGFMT@
74
 
HAVE_LIB = @HAVE_LIB@
 
96
GREP = @GREP@
 
97
GTK_CFLAGS = @GTK_CFLAGS@
 
98
GTK_LIBS = @GTK_LIBS@
 
99
INSTALL = @INSTALL@
 
100
INSTALL_DATA = @INSTALL_DATA@
 
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
103
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75
104
INSTOBJEXT = @INSTOBJEXT@
76
105
INTLLIBS = @INTLLIBS@
77
 
LIB = @LIB@
 
106
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
107
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
108
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
109
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
110
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
111
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
112
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
113
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
114
INTLTOOL_PERL = @INTLTOOL_PERL@
 
115
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
116
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
117
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
118
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
119
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
120
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
121
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
122
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
123
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
124
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
125
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
126
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
127
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
128
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
129
LDFLAGS = @LDFLAGS@
 
130
LIBOBJS = @LIBOBJS@
 
131
LIBS = @LIBS@
 
132
LIBTOOL = @LIBTOOL@
78
133
LN_S = @LN_S@
79
 
LTLIB = @LTLIB@
 
134
LTLIBOBJS = @LTLIBOBJS@
80
135
MAKEINFO = @MAKEINFO@
 
136
MKDIR_P = @MKDIR_P@
81
137
MKINSTALLDIRS = @MKINSTALLDIRS@
 
138
MSGFMT = @MSGFMT@
 
139
MSGFMT_OPTS = @MSGFMT_OPTS@
 
140
MSGMERGE = @MSGMERGE@
 
141
NMEDIT = @NMEDIT@
 
142
OBJEXT = @OBJEXT@
82
143
PACKAGE = @PACKAGE@
83
 
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
84
 
PACKAGE_LIBS = @PACKAGE_LIBS@
 
144
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
145
PACKAGE_NAME = @PACKAGE_NAME@
 
146
PACKAGE_STRING = @PACKAGE_STRING@
 
147
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
148
PACKAGE_VERSION = @PACKAGE_VERSION@
 
149
PATH_SEPARATOR = @PATH_SEPARATOR@
85
150
PKG_CONFIG = @PKG_CONFIG@
86
151
POFILES = @POFILES@
87
152
POSUB = @POSUB@
88
153
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
89
154
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
90
155
RANLIB = @RANLIB@
 
156
SED = @SED@
 
157
SET_MAKE = @SET_MAKE@
 
158
SHELL = @SHELL@
 
159
STRIP = @STRIP@
91
160
USE_NLS = @USE_NLS@
92
161
VERSION = @VERSION@
93
 
 
94
 
noinst_HEADERS =        tm_project.h    tm_source_file.h        tm_tag.h        tm_work_object.h        tm_workspace.h  tm_symbol.h     tm_tagmanager.h         tm_file_entry.h
95
 
 
96
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97
 
CONFIG_HEADER = ../../config.h
98
 
CONFIG_CLEAN_FILES = 
99
 
HEADERS =  $(noinst_HEADERS)
100
 
 
101
 
DIST_COMMON =  Makefile.am Makefile.in
102
 
 
103
 
 
104
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
 
 
106
 
TAR = tar
107
 
GZIP_ENV = --best
108
 
all: all-redirect
 
162
XGETTEXT = @XGETTEXT@
 
163
abs_builddir = @abs_builddir@
 
164
abs_srcdir = @abs_srcdir@
 
165
abs_top_builddir = @abs_top_builddir@
 
166
abs_top_srcdir = @abs_top_srcdir@
 
167
ac_ct_CC = @ac_ct_CC@
 
168
ac_ct_CXX = @ac_ct_CXX@
 
169
ac_ct_F77 = @ac_ct_F77@
 
170
am__include = @am__include@
 
171
am__leading_dot = @am__leading_dot@
 
172
am__quote = @am__quote@
 
173
am__tar = @am__tar@
 
174
am__untar = @am__untar@
 
175
bindir = @bindir@
 
176
build = @build@
 
177
build_alias = @build_alias@
 
178
build_cpu = @build_cpu@
 
179
build_os = @build_os@
 
180
build_vendor = @build_vendor@
 
181
builddir = @builddir@
 
182
datadir = @datadir@
 
183
datarootdir = @datarootdir@
 
184
docdir = @docdir@
 
185
dvidir = @dvidir@
 
186
exec_prefix = @exec_prefix@
 
187
have_cxx = @have_cxx@
 
188
host = @host@
 
189
host_alias = @host_alias@
 
190
host_cpu = @host_cpu@
 
191
host_os = @host_os@
 
192
host_vendor = @host_vendor@
 
193
htmldir = @htmldir@
 
194
includedir = @includedir@
 
195
infodir = @infodir@
 
196
install_sh = @install_sh@
 
197
libdir = @libdir@
 
198
libexecdir = @libexecdir@
 
199
localedir = @localedir@
 
200
localstatedir = @localstatedir@
 
201
mandir = @mandir@
 
202
mkdir_p = @mkdir_p@
 
203
oldincludedir = @oldincludedir@
 
204
pdfdir = @pdfdir@
 
205
prefix = @prefix@
 
206
program_transform_name = @program_transform_name@
 
207
psdir = @psdir@
 
208
sbindir = @sbindir@
 
209
sharedstatedir = @sharedstatedir@
 
210
srcdir = @srcdir@
 
211
sysconfdir = @sysconfdir@
 
212
target_alias = @target_alias@
 
213
top_builddir = @top_builddir@
 
214
top_srcdir = @top_srcdir@
 
215
noinst_HEADERS = \
 
216
        regex.h
 
217
 
 
218
tagmanager_includedir = $(includedir)/geany/tagmanager/
 
219
tagmanager_include_HEADERS = \
 
220
        tm_project.h \
 
221
        tm_source_file.h \
 
222
        tm_tag.h \
 
223
        tm_work_object.h \
 
224
        tm_workspace.h \
 
225
        tm_symbol.h \
 
226
        tm_tagmanager.h \
 
227
        tm_file_entry.h
 
228
 
 
229
all: all-am
 
230
 
109
231
.SUFFIXES:
110
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
111
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps tagmanager/include/Makefile
112
 
 
113
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
114
 
        cd $(top_builddir) \
115
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
 
 
117
 
 
 
232
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
233
        @for dep in $?; do \
 
234
          case '$(am__configure_deps)' in \
 
235
            *$$dep*) \
 
236
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
237
                && exit 0; \
 
238
              exit 1;; \
 
239
          esac; \
 
240
        done; \
 
241
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tagmanager/include/Makefile'; \
 
242
        cd $(top_srcdir) && \
 
243
          $(AUTOMAKE) --gnu  tagmanager/include/Makefile
 
244
.PRECIOUS: Makefile
 
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
246
        @case '$?' in \
 
247
          *config.status*) \
 
248
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
249
          *) \
 
250
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
251
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
252
        esac;
 
253
 
 
254
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
 
 
257
$(top_srcdir)/configure:  $(am__configure_deps)
 
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
259
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
260
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
261
 
 
262
mostlyclean-libtool:
 
263
        -rm -f *.lo
 
264
 
 
265
clean-libtool:
 
266
        -rm -rf .libs _libs
 
267
install-tagmanager_includeHEADERS: $(tagmanager_include_HEADERS)
 
268
        @$(NORMAL_INSTALL)
 
269
        test -z "$(tagmanager_includedir)" || $(MKDIR_P) "$(DESTDIR)$(tagmanager_includedir)"
 
270
        @list='$(tagmanager_include_HEADERS)'; for p in $$list; do \
 
271
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
272
          f=$(am__strip_dir) \
 
273
          echo " $(tagmanager_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(tagmanager_includedir)/$$f'"; \
 
274
          $(tagmanager_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(tagmanager_includedir)/$$f"; \
 
275
        done
 
276
 
 
277
uninstall-tagmanager_includeHEADERS:
 
278
        @$(NORMAL_UNINSTALL)
 
279
        @list='$(tagmanager_include_HEADERS)'; for p in $$list; do \
 
280
          f=$(am__strip_dir) \
 
281
          echo " rm -f '$(DESTDIR)$(tagmanager_includedir)/$$f'"; \
 
282
          rm -f "$(DESTDIR)$(tagmanager_includedir)/$$f"; \
 
283
        done
 
284
 
 
285
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
286
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
287
        unique=`for i in $$list; do \
 
288
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
289
          done | \
 
290
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
291
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
292
        mkid -fID $$unique
118
293
tags: TAGS
119
294
 
120
 
ID: $(HEADERS) $(SOURCES) $(LISP)
121
 
        list='$(SOURCES) $(HEADERS)'; \
122
 
        unique=`for i in $$list; do echo $$i; done | \
123
 
          awk '    { files[$$0] = 1; } \
124
 
               END { for (i in files) print i; }'`; \
125
 
        here=`pwd` && cd $(srcdir) \
126
 
          && mkid -f$$here/ID $$unique $(LISP)
127
 
 
128
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
295
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
296
                $(TAGS_FILES) $(LISP)
129
297
        tags=; \
130
298
        here=`pwd`; \
131
 
        list='$(SOURCES) $(HEADERS)'; \
132
 
        unique=`for i in $$list; do echo $$i; done | \
133
 
          awk '    { files[$$0] = 1; } \
134
 
               END { for (i in files) print i; }'`; \
135
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
136
 
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
137
 
 
138
 
mostlyclean-tags:
139
 
 
140
 
clean-tags:
 
299
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
300
        unique=`for i in $$list; do \
 
301
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
302
          done | \
 
303
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
304
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
305
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
306
          test -n "$$unique" || unique=$$empty_fix; \
 
307
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
308
            $$tags $$unique; \
 
309
        fi
 
310
ctags: CTAGS
 
311
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
312
                $(TAGS_FILES) $(LISP)
 
313
        tags=; \
 
314
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
315
        unique=`for i in $$list; do \
 
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
317
          done | \
 
318
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
320
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
321
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
322
             $$tags $$unique
 
323
 
 
324
GTAGS:
 
325
        here=`$(am__cd) $(top_builddir) && pwd` \
 
326
          && cd $(top_srcdir) \
 
327
          && gtags -i $(GTAGS_ARGS) $$here
141
328
 
142
329
distclean-tags:
143
 
        -rm -f TAGS ID
144
 
 
145
 
maintainer-clean-tags:
146
 
 
147
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148
 
 
149
 
subdir = tagmanager/include
 
330
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
150
331
 
151
332
distdir: $(DISTFILES)
152
 
        @for file in $(DISTFILES); do \
153
 
          d=$(srcdir); \
 
333
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
334
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
335
        list='$(DISTFILES)'; \
 
336
          dist_files=`for file in $$list; do echo $$file; done | \
 
337
          sed -e "s|^$$srcdirstrip/||;t" \
 
338
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
339
        case $$dist_files in \
 
340
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
341
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
342
                           sort -u` ;; \
 
343
        esac; \
 
344
        for file in $$dist_files; do \
 
345
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
154
346
          if test -d $$d/$$file; then \
155
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
347
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
348
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
349
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
350
            fi; \
 
351
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
156
352
          else \
157
353
            test -f $(distdir)/$$file \
158
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
159
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
354
            || cp -p $$d/$$file $(distdir)/$$file \
 
355
            || exit 1; \
160
356
          fi; \
161
357
        done
162
 
info-am:
163
 
info: info-am
164
 
dvi-am:
165
 
dvi: dvi-am
166
358
check-am: all-am
167
359
check: check-am
168
 
installcheck-am:
169
 
installcheck: installcheck-am
170
 
install-exec-am:
 
360
all-am: Makefile $(HEADERS)
 
361
installdirs:
 
362
        for dir in "$(DESTDIR)$(tagmanager_includedir)"; do \
 
363
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
364
        done
 
365
install: install-am
171
366
install-exec: install-exec-am
172
 
 
173
 
install-data-am:
174
367
install-data: install-data-am
 
368
uninstall: uninstall-am
175
369
 
176
370
install-am: all-am
177
371
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178
 
install: install-am
179
 
uninstall-am:
180
 
uninstall: uninstall-am
181
 
all-am: Makefile $(HEADERS)
182
 
all-redirect: all-am
 
372
 
 
373
installcheck: installcheck-am
183
374
install-strip:
184
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
185
 
installdirs:
186
 
 
187
 
 
 
375
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
376
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
377
          `test -z '$(STRIP)' || \
 
378
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
188
379
mostlyclean-generic:
189
380
 
190
381
clean-generic:
191
382
 
192
383
distclean-generic:
193
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
194
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
384
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
195
385
 
196
386
maintainer-clean-generic:
197
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
198
 
 
199
 
mostlyclean: mostlyclean-am
200
 
 
201
 
clean-am:  clean-tags clean-generic mostlyclean-am
202
 
 
 
387
        @echo "This command is intended for maintainers to use"
 
388
        @echo "it deletes files that may require special tools to rebuild."
203
389
clean: clean-am
204
390
 
205
 
distclean-am:  distclean-tags distclean-generic clean-am
 
391
clean-am: clean-generic clean-libtool mostlyclean-am
206
392
 
207
393
distclean: distclean-am
208
 
 
209
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
210
 
                distclean-am
211
 
        @echo "This command is intended for maintainers to use;"
212
 
        @echo "it deletes files that may require special tools to rebuild."
 
394
        -rm -f Makefile
 
395
distclean-am: clean-am distclean-generic distclean-tags
 
396
 
 
397
dvi: dvi-am
 
398
 
 
399
dvi-am:
 
400
 
 
401
html: html-am
 
402
 
 
403
info: info-am
 
404
 
 
405
info-am:
 
406
 
 
407
install-data-am: install-tagmanager_includeHEADERS
 
408
 
 
409
install-dvi: install-dvi-am
 
410
 
 
411
install-exec-am:
 
412
 
 
413
install-html: install-html-am
 
414
 
 
415
install-info: install-info-am
 
416
 
 
417
install-man:
 
418
 
 
419
install-pdf: install-pdf-am
 
420
 
 
421
install-ps: install-ps-am
 
422
 
 
423
installcheck-am:
213
424
 
214
425
maintainer-clean: maintainer-clean-am
215
 
 
216
 
.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
217
 
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
218
 
installcheck-am installcheck install-exec-am install-exec \
219
 
install-data-am install-data install-am install uninstall-am uninstall \
220
 
all-redirect all-am all installdirs mostlyclean-generic \
221
 
distclean-generic clean-generic maintainer-clean-generic clean \
222
 
mostlyclean distclean maintainer-clean
223
 
 
 
426
        -rm -f Makefile
 
427
maintainer-clean-am: distclean-am maintainer-clean-generic
 
428
 
 
429
mostlyclean: mostlyclean-am
 
430
 
 
431
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
432
 
 
433
pdf: pdf-am
 
434
 
 
435
pdf-am:
 
436
 
 
437
ps: ps-am
 
438
 
 
439
ps-am:
 
440
 
 
441
uninstall-am: uninstall-tagmanager_includeHEADERS
 
442
 
 
443
.MAKE: install-am install-strip
 
444
 
 
445
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
446
        clean-libtool ctags distclean distclean-generic \
 
447
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
448
        html-am info info-am install install-am install-data \
 
449
        install-data-am install-dvi install-dvi-am install-exec \
 
450
        install-exec-am install-html install-html-am install-info \
 
451
        install-info-am install-man install-pdf install-pdf-am \
 
452
        install-ps install-ps-am install-strip \
 
453
        install-tagmanager_includeHEADERS installcheck installcheck-am \
 
454
        installdirs maintainer-clean maintainer-clean-generic \
 
455
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
456
        ps ps-am tags uninstall uninstall-am \
 
457
        uninstall-tagmanager_includeHEADERS
224
458
 
225
459
# Tell versions [3.59,3.63) of GNU make to not export all variables.
226
460
# Otherwise a system limit (for SysV at least) may be exceeded.