~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Gui/Language/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
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)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = src/Gui/Language
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
39
        $(top_srcdir)/configure.ac
 
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
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
46
libLanguage_la_LIBADD =
 
47
am_libLanguage_la_OBJECTS = Translator.lo
 
48
nodist_libLanguage_la_OBJECTS = qrc_translation.lo
 
49
libLanguage_la_OBJECTS = $(am_libLanguage_la_OBJECTS) \
 
50
        $(nodist_libLanguage_la_OBJECTS)
 
51
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
52
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
53
am__depfiles_maybe = depfiles
 
54
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
55
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
56
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
57
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
58
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
59
CXXLD = $(CXX)
 
60
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
61
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
62
        $(LDFLAGS) -o $@
 
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
68
CCLD = $(CC)
 
69
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
71
        $(LDFLAGS) -o $@
 
72
SOURCES = $(libLanguage_la_SOURCES) $(nodist_libLanguage_la_SOURCES)
 
73
DIST_SOURCES = $(libLanguage_la_SOURCES)
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
77
ACLOCAL = @ACLOCAL@
 
78
AMTAR = @AMTAR@
 
79
AR = @AR@
 
80
AUTOCONF = @AUTOCONF@
 
81
AUTOHEADER = @AUTOHEADER@
 
82
AUTOMAKE = @AUTOMAKE@
 
83
AWK = @AWK@
 
84
BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
 
85
BOOST_PROGOPTIONS_LIB = @BOOST_PROGOPTIONS_LIB@
 
86
BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
 
87
BOOST_SIGNALS_LIB = @BOOST_SIGNALS_LIB@
 
88
BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
 
89
CC = @CC@
 
90
CCDEPMODE = @CCDEPMODE@
 
91
CFLAGS = @CFLAGS@
 
92
CPPFLAGS = @CPPFLAGS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DEFS = @DEFS@
 
99
DEPDIR = @DEPDIR@
 
100
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
101
DSYMUTIL = @DSYMUTIL@
 
102
DUMPBIN = @DUMPBIN@
 
103
ECHO_C = @ECHO_C@
 
104
ECHO_N = @ECHO_N@
 
105
ECHO_T = @ECHO_T@
 
106
EGREP = @EGREP@
 
107
EXEEXT = @EXEEXT@
 
108
FGREP = @FGREP@
 
109
GL_LIBS = @GL_LIBS@
 
110
GREP = @GREP@
 
111
GTSCONFIG = @GTSCONFIG@
 
112
GTS_CFLAGS = @GTS_CFLAGS@
 
113
GTS_LIBS = @GTS_LIBS@
 
114
HAVE_SWIG = @HAVE_SWIG@
 
115
INSTALL = @INSTALL@
 
116
INSTALL_DATA = @INSTALL_DATA@
 
117
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
118
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
119
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
120
LD = @LD@
 
121
LDFLAGS = @LDFLAGS@
 
122
LIBOBJS = @LIBOBJS@
 
123
LIBS = @LIBS@
 
124
LIBTOOL = @LIBTOOL@
 
125
LIB_AGE = @LIB_AGE@
 
126
LIB_CURRENT = @LIB_CURRENT@
 
127
LIB_REVISION = @LIB_REVISION@
 
128
LIPO = @LIPO@
 
129
LN_S = @LN_S@
 
130
LTLIBOBJS = @LTLIBOBJS@
 
131
MAKEINFO = @MAKEINFO@
 
132
MKDIR_P = @MKDIR_P@
 
133
NM = @NM@
 
134
NMEDIT = @NMEDIT@
 
135
OBJEXT = @OBJEXT@
 
136
OCC_INC = @OCC_INC@
 
137
OCC_LIB = @OCC_LIB@
 
138
OTOOL = @OTOOL@
 
139
OTOOL64 = @OTOOL64@
 
140
PACKAGE = @PACKAGE@
 
141
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
142
PACKAGE_NAME = @PACKAGE_NAME@
 
143
PACKAGE_STRING = @PACKAGE_STRING@
 
144
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
145
PACKAGE_VERSION = @PACKAGE_VERSION@
 
146
PATH_SEPARATOR = @PATH_SEPARATOR@
 
147
PKG_CONFIG = @PKG_CONFIG@
 
148
PYTHON = @PYTHON@
 
149
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
150
PYTHON_LIB = @PYTHON_LIB@
 
151
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
152
PYTHON_PREFIX = @PYTHON_PREFIX@
 
153
PYTHON_VERSION = @PYTHON_VERSION@
 
154
QT_CXXFLAGS = @QT_CXXFLAGS@
 
155
QT_DIR = @QT_DIR@
 
156
QT_LIBS = @QT_LIBS@
 
157
QT_MOC = @QT_MOC@
 
158
QT_RCC = @QT_RCC@
 
159
QT_UIC = @QT_UIC@
 
160
RANLIB = @RANLIB@
 
161
SED = @SED@
 
162
SET_MAKE = @SET_MAKE@
 
163
SHELL = @SHELL@
 
164
STRIP = @STRIP@
 
165
SWIG = @SWIG@
 
166
VERSION = @VERSION@
 
167
XMKMF = @XMKMF@
 
168
X_CFLAGS = @X_CFLAGS@
 
169
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
170
X_LIBS = @X_LIBS@
 
171
X_PRE_LIBS = @X_PRE_LIBS@
 
172
abs_builddir = @abs_builddir@
 
173
abs_srcdir = @abs_srcdir@
 
174
abs_top_builddir = @abs_top_builddir@
 
175
abs_top_srcdir = @abs_top_srcdir@
 
176
ac_ct_CC = @ac_ct_CC@
 
177
ac_ct_CXX = @ac_ct_CXX@
 
178
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
179
all_includes = @all_includes@
 
180
all_libraries = @all_libraries@
 
181
am__include = @am__include@
 
182
am__leading_dot = @am__leading_dot@
 
183
am__quote = @am__quote@
 
184
am__tar = @am__tar@
 
185
am__untar = @am__untar@
 
186
bindir = @bindir@
 
187
build = @build@
 
188
build_alias = @build_alias@
 
189
build_cpu = @build_cpu@
 
190
build_os = @build_os@
 
191
build_vendor = @build_vendor@
 
192
builddir = @builddir@
 
193
datadir = @datadir@
 
194
datarootdir = @datarootdir@
 
195
docdir = @docdir@
 
196
dvidir = @dvidir@
 
197
exec_prefix = @exec_prefix@
 
198
host = @host@
 
199
host_alias = @host_alias@
 
200
host_cpu = @host_cpu@
 
201
host_os = @host_os@
 
202
host_vendor = @host_vendor@
 
203
htmldir = @htmldir@
 
204
includedir = @includedir@
 
205
infodir = @infodir@
 
206
install_sh = @install_sh@
 
207
libdir = @libdir@
 
208
libexecdir = @libexecdir@
 
209
localedir = @localedir@
 
210
localstatedir = @localstatedir@
 
211
lt_ECHO = @lt_ECHO@
 
212
mandir = @mandir@
 
213
mkdir_p = @mkdir_p@
 
214
oldincludedir = @oldincludedir@
 
215
opencv_CFLAGS = @opencv_CFLAGS@
 
216
opencv_LIBS = @opencv_LIBS@
 
217
pdfdir = @pdfdir@
 
218
pkgpyexecdir = @pkgpyexecdir@
 
219
pkgpythondir = @pkgpythondir@
 
220
prefix = @prefix@
 
221
program_transform_name = @program_transform_name@
 
222
psdir = @psdir@
 
223
pyexecdir = @pyexecdir@
 
224
pythondir = @pythondir@
 
225
sbindir = @sbindir@
 
226
sharedstatedir = @sharedstatedir@
 
227
sim_ac_coin_configcmd = @sim_ac_coin_configcmd@
 
228
sim_ac_coin_cppflags = @sim_ac_coin_cppflags@
 
229
sim_ac_coin_includedir = @sim_ac_coin_includedir@
 
230
sim_ac_coin_ldflags = @sim_ac_coin_ldflags@
 
231
sim_ac_coin_libs = @sim_ac_coin_libs@
 
232
sim_ac_soqt_configcmd = @sim_ac_soqt_configcmd@
 
233
sim_ac_soqt_cppflags = @sim_ac_soqt_cppflags@
 
234
sim_ac_soqt_includedir = @sim_ac_soqt_includedir@
 
235
sim_ac_soqt_ldflags = @sim_ac_soqt_ldflags@
 
236
sim_ac_soqt_libs = @sim_ac_soqt_libs@
 
237
srcdir = @srcdir@
 
238
sysconfdir = @sysconfdir@
 
239
target_alias = @target_alias@
 
240
top_builddir = @top_builddir@
 
241
top_srcdir = @top_srcdir@
 
242
noinst_LTLIBRARIES = libLanguage.la
 
243
BUILT_SOURCES = \
 
244
                moc_Translator.cpp \
 
245
                qrc_translation.cpp
 
246
 
 
247
nodist_libLanguage_la_SOURCES = \
 
248
                qrc_translation.cpp
 
249
 
 
250
libLanguage_la_SOURCES = \
 
251
                Translator.cpp \
 
252
                Translator.h
 
253
 
 
254
EXTRA_DIST = \
 
255
                translation.qrc \
 
256
                FreeCAD.po \
 
257
                FreeCAD_de.qm \
 
258
                FreeCAD_fr.qm \
 
259
                FreeCAD_it.qm \
 
260
                qt_de.qm \
 
261
                qt_fr.qm
 
262
 
 
263
 
 
264
# set the include path found by configure
 
265
INCLUDES = $(all_includes) -I$(top_srcdir)/src -I$(top_builddir)/src -I$(srcdir)/.. $(QT_CXXFLAGS)
 
266
 
 
267
# set additional defines (for cygwin only)
 
268
AM_CPPFLAGS = -DFCGui
 
269
CLEANFILES = $(BUILT_SOURCES)
 
270
all: $(BUILT_SOURCES)
 
271
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
272
 
 
273
.SUFFIXES:
 
274
.SUFFIXES: .cpp .lo .o .obj
 
275
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
276
        @for dep in $?; do \
 
277
          case '$(am__configure_deps)' in \
 
278
            *$$dep*) \
 
279
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
280
                && exit 0; \
 
281
              exit 1;; \
 
282
          esac; \
 
283
        done; \
 
284
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Gui/Language/Makefile'; \
 
285
        cd $(top_srcdir) && \
 
286
          $(AUTOMAKE) --foreign  src/Gui/Language/Makefile
 
287
.PRECIOUS: Makefile
 
288
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
289
        @case '$?' in \
 
290
          *config.status*) \
 
291
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
292
          *) \
 
293
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
294
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
295
        esac;
 
296
 
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
 
 
300
$(top_srcdir)/configure:  $(am__configure_deps)
 
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
 
 
305
clean-noinstLTLIBRARIES:
 
306
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
307
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
308
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
309
          test "$$dir" != "$$p" || dir=.; \
 
310
          echo "rm -f \"$${dir}/so_locations\""; \
 
311
          rm -f "$${dir}/so_locations"; \
 
312
        done
 
313
libLanguage.la: $(libLanguage_la_OBJECTS) $(libLanguage_la_DEPENDENCIES) 
 
314
        $(CXXLINK)  $(libLanguage_la_OBJECTS) $(libLanguage_la_LIBADD) $(LIBS)
 
315
 
 
316
mostlyclean-compile:
 
317
        -rm -f *.$(OBJEXT)
 
318
 
 
319
distclean-compile:
 
320
        -rm -f *.tab.c
 
321
 
 
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Translator.Plo@am__quote@
 
323
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qrc_translation.Plo@am__quote@
 
324
 
 
325
.cpp.o:
 
326
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
327
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
328
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
329
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
330
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
331
 
 
332
.cpp.obj:
 
333
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
334
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
335
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
336
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
337
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
338
 
 
339
.cpp.lo:
 
340
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
341
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
342
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
343
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
344
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
345
 
 
346
mostlyclean-libtool:
 
347
        -rm -f *.lo
 
348
 
 
349
clean-libtool:
 
350
        -rm -rf .libs _libs
 
351
 
 
352
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
353
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
354
        unique=`for i in $$list; do \
 
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
356
          done | \
 
357
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
359
        mkid -fID $$unique
 
360
tags: TAGS
 
361
 
 
362
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
363
                $(TAGS_FILES) $(LISP)
 
364
        tags=; \
 
365
        here=`pwd`; \
 
366
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
367
        unique=`for i in $$list; do \
 
368
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
369
          done | \
 
370
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
371
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
372
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
373
          test -n "$$unique" || unique=$$empty_fix; \
 
374
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
375
            $$tags $$unique; \
 
376
        fi
 
377
ctags: CTAGS
 
378
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
379
                $(TAGS_FILES) $(LISP)
 
380
        tags=; \
 
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
382
        unique=`for i in $$list; do \
 
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
384
          done | \
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
387
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
388
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
389
             $$tags $$unique
 
390
 
 
391
GTAGS:
 
392
        here=`$(am__cd) $(top_builddir) && pwd` \
 
393
          && cd $(top_srcdir) \
 
394
          && gtags -i $(GTAGS_ARGS) $$here
 
395
 
 
396
distclean-tags:
 
397
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
398
 
 
399
distdir: $(DISTFILES)
 
400
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
401
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
402
        list='$(DISTFILES)'; \
 
403
          dist_files=`for file in $$list; do echo $$file; done | \
 
404
          sed -e "s|^$$srcdirstrip/||;t" \
 
405
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
406
        case $$dist_files in \
 
407
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
408
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
409
                           sort -u` ;; \
 
410
        esac; \
 
411
        for file in $$dist_files; do \
 
412
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
413
          if test -d $$d/$$file; then \
 
414
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
415
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
416
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
417
            fi; \
 
418
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
419
          else \
 
420
            test -f $(distdir)/$$file \
 
421
            || cp -p $$d/$$file $(distdir)/$$file \
 
422
            || exit 1; \
 
423
          fi; \
 
424
        done
 
425
check-am: all-am
 
426
check: $(BUILT_SOURCES)
 
427
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
428
all-am: Makefile $(LTLIBRARIES)
 
429
installdirs:
 
430
install: $(BUILT_SOURCES)
 
431
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
432
install-exec: install-exec-am
 
433
install-data: install-data-am
 
434
uninstall: uninstall-am
 
435
 
 
436
install-am: all-am
 
437
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
438
 
 
439
installcheck: installcheck-am
 
440
install-strip:
 
441
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
442
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
443
          `test -z '$(STRIP)' || \
 
444
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
445
mostlyclean-generic:
 
446
 
 
447
clean-generic:
 
448
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
449
 
 
450
distclean-generic:
 
451
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
452
 
 
453
maintainer-clean-generic:
 
454
        @echo "This command is intended for maintainers to use"
 
455
        @echo "it deletes files that may require special tools to rebuild."
 
456
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
457
clean: clean-am
 
458
 
 
459
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
460
        mostlyclean-am
 
461
 
 
462
distclean: distclean-am
 
463
        -rm -rf ./$(DEPDIR)
 
464
        -rm -f Makefile
 
465
distclean-am: clean-am distclean-compile distclean-generic \
 
466
        distclean-tags
 
467
 
 
468
dvi: dvi-am
 
469
 
 
470
dvi-am:
 
471
 
 
472
html: html-am
 
473
 
 
474
info: info-am
 
475
 
 
476
info-am:
 
477
 
 
478
install-data-am:
 
479
 
 
480
install-dvi: install-dvi-am
 
481
 
 
482
install-exec-am:
 
483
 
 
484
install-html: install-html-am
 
485
 
 
486
install-info: install-info-am
 
487
 
 
488
install-man:
 
489
 
 
490
install-pdf: install-pdf-am
 
491
 
 
492
install-ps: install-ps-am
 
493
 
 
494
installcheck-am:
 
495
 
 
496
maintainer-clean: maintainer-clean-am
 
497
        -rm -rf ./$(DEPDIR)
 
498
        -rm -f Makefile
 
499
maintainer-clean-am: distclean-am maintainer-clean-generic
 
500
 
 
501
mostlyclean: mostlyclean-am
 
502
 
 
503
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
504
        mostlyclean-libtool
 
505
 
 
506
pdf: pdf-am
 
507
 
 
508
pdf-am:
 
509
 
 
510
ps: ps-am
 
511
 
 
512
ps-am:
 
513
 
 
514
uninstall-am:
 
515
 
 
516
.MAKE: install-am install-strip
 
517
 
 
518
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
519
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
520
        distclean-compile distclean-generic distclean-libtool \
 
521
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
522
        install install-am install-data install-data-am install-dvi \
 
523
        install-dvi-am install-exec install-exec-am install-html \
 
524
        install-html-am install-info install-info-am install-man \
 
525
        install-pdf install-pdf-am install-ps install-ps-am \
 
526
        install-strip installcheck installcheck-am installdirs \
 
527
        maintainer-clean maintainer-clean-generic mostlyclean \
 
528
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
529
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
530
 
 
531
 
 
532
# rule for Qt MetaObject Compiler:
 
533
moc_%.cpp: %.h
 
534
        $(QT_MOC) $< -o $(@F)
 
535
 
 
536
# rule for Qt MetaObject Compiler:
 
537
%.moc: %.h
 
538
        $(QT_MOC) $< -o $(@F)
 
539
 
 
540
# rules for Qt Resource Compiler:
 
541
qrc_%.cpp: %.qrc
 
542
        $(QT_RCC) -name $(*F) $< -o $(@F)
 
543
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
544
# Otherwise a system limit (for SysV at least) may be exceeded.
 
545
.NOEXPORT: