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

« back to all changes in this revision

Viewing changes to scintilla/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 = scintilla/include
 
36
DIST_COMMON = $(noinst_HEADERS) $(scintilla_include_HEADERS) \
 
37
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
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)$(scintilla_includedir)"
 
54
scintilla_includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
55
HEADERS = $(noinst_HEADERS) $(scintilla_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
 
scintilla_INCLUDES =    Accessor.h      KeyWords.h      Platform.h      PropSet.h       SciLexer.h      Scintilla.h     ScintillaWidget.h       WindowAccessor.h        SString.h 
95
 
 
96
 
 
97
 
EXTRA_DIST = $(scintilla_INCLUDES)      Face.py         HFacer.py       Scintilla.iface
98
 
 
99
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100
 
CONFIG_HEADER = ../../config.h
101
 
CONFIG_CLEAN_FILES = 
102
 
DIST_COMMON =  Makefile.am Makefile.in
103
 
 
104
 
 
105
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
 
 
107
 
TAR = tar
108
 
GZIP_ENV = --best
109
 
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
        Accessor.h \
 
217
        KeyWords.h \
 
218
        Platform.h \
 
219
        PropSet.h \
 
220
        WindowAccessor.h \
 
221
        SString.h
 
222
 
 
223
scintilla_includedir = $(includedir)/geany/scintilla/
 
224
scintilla_include_HEADERS = \
 
225
        SciLexer.h \
 
226
        Scintilla.h \
 
227
        Scintilla.iface \
 
228
        ScintillaWidget.h
 
229
 
 
230
all: all-am
 
231
 
110
232
.SUFFIXES:
111
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps scintilla/include/Makefile
113
 
 
114
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
115
 
        cd $(top_builddir) \
116
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
 
 
 
233
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
234
        @for dep in $?; do \
 
235
          case '$(am__configure_deps)' in \
 
236
            *$$dep*) \
 
237
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
238
                && exit 0; \
 
239
              exit 1;; \
 
240
          esac; \
 
241
        done; \
 
242
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  scintilla/include/Makefile'; \
 
243
        cd $(top_srcdir) && \
 
244
          $(AUTOMAKE) --gnu  scintilla/include/Makefile
 
245
.PRECIOUS: Makefile
 
246
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
247
        @case '$?' in \
 
248
          *config.status*) \
 
249
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
250
          *) \
 
251
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
252
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
253
        esac;
 
254
 
 
255
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
257
 
 
258
$(top_srcdir)/configure:  $(am__configure_deps)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
 
 
263
mostlyclean-libtool:
 
264
        -rm -f *.lo
 
265
 
 
266
clean-libtool:
 
267
        -rm -rf .libs _libs
 
268
install-scintilla_includeHEADERS: $(scintilla_include_HEADERS)
 
269
        @$(NORMAL_INSTALL)
 
270
        test -z "$(scintilla_includedir)" || $(MKDIR_P) "$(DESTDIR)$(scintilla_includedir)"
 
271
        @list='$(scintilla_include_HEADERS)'; for p in $$list; do \
 
272
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
273
          f=$(am__strip_dir) \
 
274
          echo " $(scintilla_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(scintilla_includedir)/$$f'"; \
 
275
          $(scintilla_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(scintilla_includedir)/$$f"; \
 
276
        done
 
277
 
 
278
uninstall-scintilla_includeHEADERS:
 
279
        @$(NORMAL_UNINSTALL)
 
280
        @list='$(scintilla_include_HEADERS)'; for p in $$list; do \
 
281
          f=$(am__strip_dir) \
 
282
          echo " rm -f '$(DESTDIR)$(scintilla_includedir)/$$f'"; \
 
283
          rm -f "$(DESTDIR)$(scintilla_includedir)/$$f"; \
 
284
        done
 
285
 
 
286
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
287
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
288
        unique=`for i in $$list; do \
 
289
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
290
          done | \
 
291
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
292
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
293
        mkid -fID $$unique
118
294
tags: TAGS
119
 
TAGS:
120
 
 
121
 
 
122
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
123
 
 
124
 
subdir = scintilla/include
 
295
 
 
296
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
297
                $(TAGS_FILES) $(LISP)
 
298
        tags=; \
 
299
        here=`pwd`; \
 
300
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
301
        unique=`for i in $$list; do \
 
302
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
303
          done | \
 
304
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
305
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
306
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
307
          test -n "$$unique" || unique=$$empty_fix; \
 
308
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
309
            $$tags $$unique; \
 
310
        fi
 
311
ctags: CTAGS
 
312
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
313
                $(TAGS_FILES) $(LISP)
 
314
        tags=; \
 
315
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
316
        unique=`for i in $$list; do \
 
317
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
318
          done | \
 
319
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
320
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
321
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
322
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
323
             $$tags $$unique
 
324
 
 
325
GTAGS:
 
326
        here=`$(am__cd) $(top_builddir) && pwd` \
 
327
          && cd $(top_srcdir) \
 
328
          && gtags -i $(GTAGS_ARGS) $$here
 
329
 
 
330
distclean-tags:
 
331
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
125
332
 
126
333
distdir: $(DISTFILES)
127
 
        @for file in $(DISTFILES); do \
128
 
          d=$(srcdir); \
 
334
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
335
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
336
        list='$(DISTFILES)'; \
 
337
          dist_files=`for file in $$list; do echo $$file; done | \
 
338
          sed -e "s|^$$srcdirstrip/||;t" \
 
339
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
340
        case $$dist_files in \
 
341
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
342
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
343
                           sort -u` ;; \
 
344
        esac; \
 
345
        for file in $$dist_files; do \
 
346
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
129
347
          if test -d $$d/$$file; then \
130
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
348
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
349
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
350
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
351
            fi; \
 
352
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
131
353
          else \
132
354
            test -f $(distdir)/$$file \
133
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
134
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
355
            || cp -p $$d/$$file $(distdir)/$$file \
 
356
            || exit 1; \
135
357
          fi; \
136
358
        done
137
 
info-am:
138
 
info: info-am
139
 
dvi-am:
140
 
dvi: dvi-am
141
359
check-am: all-am
142
360
check: check-am
143
 
installcheck-am:
144
 
installcheck: installcheck-am
145
 
install-exec-am:
 
361
all-am: Makefile $(HEADERS)
 
362
installdirs:
 
363
        for dir in "$(DESTDIR)$(scintilla_includedir)"; do \
 
364
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
365
        done
 
366
install: install-am
146
367
install-exec: install-exec-am
147
 
 
148
 
install-data-am:
149
368
install-data: install-data-am
 
369
uninstall: uninstall-am
150
370
 
151
371
install-am: all-am
152
372
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
153
 
install: install-am
154
 
uninstall-am:
155
 
uninstall: uninstall-am
156
 
all-am: Makefile
157
 
all-redirect: all-am
 
373
 
 
374
installcheck: installcheck-am
158
375
install-strip:
159
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
160
 
installdirs:
161
 
 
162
 
 
 
376
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
377
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
378
          `test -z '$(STRIP)' || \
 
379
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
163
380
mostlyclean-generic:
164
381
 
165
382
clean-generic:
166
383
 
167
384
distclean-generic:
168
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
169
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
385
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
170
386
 
171
387
maintainer-clean-generic:
172
 
mostlyclean-am:  mostlyclean-generic
173
 
 
174
 
mostlyclean: mostlyclean-am
175
 
 
176
 
clean-am:  clean-generic mostlyclean-am
177
 
 
 
388
        @echo "This command is intended for maintainers to use"
 
389
        @echo "it deletes files that may require special tools to rebuild."
178
390
clean: clean-am
179
391
 
180
 
distclean-am:  distclean-generic clean-am
 
392
clean-am: clean-generic clean-libtool mostlyclean-am
181
393
 
182
394
distclean: distclean-am
183
 
 
184
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
185
 
        @echo "This command is intended for maintainers to use;"
186
 
        @echo "it deletes files that may require special tools to rebuild."
 
395
        -rm -f Makefile
 
396
distclean-am: clean-am distclean-generic distclean-tags
 
397
 
 
398
dvi: dvi-am
 
399
 
 
400
dvi-am:
 
401
 
 
402
html: html-am
 
403
 
 
404
info: info-am
 
405
 
 
406
info-am:
 
407
 
 
408
install-data-am: install-scintilla_includeHEADERS
 
409
 
 
410
install-dvi: install-dvi-am
 
411
 
 
412
install-exec-am:
 
413
 
 
414
install-html: install-html-am
 
415
 
 
416
install-info: install-info-am
 
417
 
 
418
install-man:
 
419
 
 
420
install-pdf: install-pdf-am
 
421
 
 
422
install-ps: install-ps-am
 
423
 
 
424
installcheck-am:
187
425
 
188
426
maintainer-clean: maintainer-clean-am
189
 
 
190
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
191
 
installcheck-am installcheck install-exec-am install-exec \
192
 
install-data-am install-data install-am install uninstall-am uninstall \
193
 
all-redirect all-am all installdirs mostlyclean-generic \
194
 
distclean-generic clean-generic maintainer-clean-generic clean \
195
 
mostlyclean distclean maintainer-clean
196
 
 
 
427
        -rm -f Makefile
 
428
maintainer-clean-am: distclean-am maintainer-clean-generic
 
429
 
 
430
mostlyclean: mostlyclean-am
 
431
 
 
432
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
433
 
 
434
pdf: pdf-am
 
435
 
 
436
pdf-am:
 
437
 
 
438
ps: ps-am
 
439
 
 
440
ps-am:
 
441
 
 
442
uninstall-am: uninstall-scintilla_includeHEADERS
 
443
 
 
444
.MAKE: install-am install-strip
 
445
 
 
446
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
447
        clean-libtool ctags distclean distclean-generic \
 
448
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
449
        html-am info info-am install install-am install-data \
 
450
        install-data-am install-dvi install-dvi-am install-exec \
 
451
        install-exec-am install-html install-html-am install-info \
 
452
        install-info-am install-man install-pdf install-pdf-am \
 
453
        install-ps install-ps-am install-scintilla_includeHEADERS \
 
454
        install-strip installcheck installcheck-am installdirs \
 
455
        maintainer-clean maintainer-clean-generic mostlyclean \
 
456
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
457
        tags uninstall uninstall-am uninstall-scintilla_includeHEADERS
197
458
 
198
459
# Tell versions [3.59,3.63) of GNU make to not export all variables.
199
460
# Otherwise a system limit (for SysV at least) may be exceeded.