~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to lib/kscript/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# KDE tags expanded automatically by am_edit - $Revision: 1.265 $ 
2
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
 
 
4
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5
 
# This Makefile.in is free software; the Free Software Foundation
6
 
# gives unlimited permission to copy and/or distribute it,
7
 
# with or without modifications, as long as this notice is preserved.
8
 
 
9
 
# This program is distributed in the hope that it will be useful,
10
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
 
# PARTICULAR PURPOSE.
13
 
 
14
 
 
15
 
SHELL = @SHELL@
16
 
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
prefix = @prefix@
21
 
exec_prefix = @exec_prefix@
22
 
#>- 
23
 
bindir = @bindir@
24
 
#>+ 3
25
 
DEPDIR = .deps
26
 
 
27
 
bindir = @bindir@
28
 
sbindir = @sbindir@
29
 
libexecdir = @libexecdir@
30
 
datadir = @datadir@
31
 
sysconfdir = @sysconfdir@
32
 
sharedstatedir = @sharedstatedir@
33
 
localstatedir = @localstatedir@
34
 
libdir = @libdir@
35
 
infodir = @infodir@
36
 
mandir = @mandir@
37
 
includedir = @includedir@
38
 
oldincludedir = /usr/include
39
 
 
40
 
DESTDIR =
41
 
 
42
 
pkgdatadir = $(datadir)/@PACKAGE@
43
 
pkglibdir = $(libdir)/@PACKAGE@
44
 
pkgincludedir = $(includedir)/@PACKAGE@
45
 
 
46
 
top_builddir = ../..
47
 
 
48
 
ACLOCAL = @ACLOCAL@
49
 
AUTOCONF = @AUTOCONF@
50
 
AUTOMAKE = @AUTOMAKE@
51
 
AUTOHEADER = @AUTOHEADER@
52
 
 
53
 
INSTALL = @INSTALL@
54
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55
 
INSTALL_DATA = @INSTALL_DATA@
56
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
57
 
transform = @program_transform_name@
58
 
 
59
 
NORMAL_INSTALL = :
60
 
PRE_INSTALL = :
61
 
POST_INSTALL = :
62
 
NORMAL_UNINSTALL = :
63
 
PRE_UNINSTALL = :
64
 
POST_UNINSTALL = :
65
 
build_alias = @build_alias@
66
 
build_triplet = @build@
67
 
host_alias = @host_alias@
68
 
host_triplet = @host@
69
 
target_alias = @target_alias@
70
 
target_triplet = @target@
71
 
ARTSCCONFIG = @ARTSCCONFIG@
72
 
AS = @AS@
73
 
AUTODIRS = @AUTODIRS@
74
 
CC = @CC@
75
 
CONF_FILES = @CONF_FILES@
76
 
CPP = @CPP@
77
 
CXX = @CXX@
78
 
CXXCPP = @CXXCPP@
79
 
DCOPIDL = @DCOPIDL@
80
 
DCOPIDL2CPP = @DCOPIDL2CPP@
81
 
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
82
 
DLLTOOL = @DLLTOOL@
83
 
DPMSINC = @DPMSINC@
84
 
DPMSLIB = @DPMSLIB@
85
 
EXEEXT = @EXEEXT@
86
 
GCJ = @GCJ@
87
 
GCJFLAGS = @GCJFLAGS@
88
 
GLINC = @GLINC@
89
 
GLLIB = @GLLIB@
90
 
GMSGFMT = @GMSGFMT@
91
 
IDL = @IDL@
92
 
IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
93
 
JAR = @JAR@
94
 
JAVAC = @JAVAC@
95
 
JAVAH = @JAVAH@
96
 
JVMLIBS = @JVMLIBS@
97
 
KDECONFIG = @KDECONFIG@
98
 
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
99
 
KDE_INCLUDES = @KDE_INCLUDES@
100
 
KDE_LDFLAGS = @KDE_LDFLAGS@
101
 
KDE_PLUGIN = @KDE_PLUGIN@
102
 
KDE_RPATH = @KDE_RPATH@
103
 
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
104
 
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
105
 
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
106
 
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
107
 
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
108
 
KOFFICECORE_INCLUDES = @KOFFICECORE_INCLUDES@
109
 
KOFFICEUI_INCLUDES = @KOFFICEUI_INCLUDES@
110
 
KOFFICE_INCLUDES = @KOFFICE_INCLUDES@
111
 
KOFFICE_LIBS = @KOFFICE_LIBS@
112
 
KSTORE_INCLUDES = @KSTORE_INCLUDES@
113
 
KWMF_INCLUDES = @KWMF_INCLUDES@
114
 
LIBCOMPAT = @LIBCOMPAT@
115
 
LIBCRYPT = @LIBCRYPT@
116
 
LIBDL = @LIBDL@
117
 
LIBGEN = @LIBGEN@
118
 
LIBJPEG = @LIBJPEG@
119
 
LIBMICO = @LIBMICO@
120
 
LIBOBJS = @LIBOBJS@
121
 
LIBPNG = @LIBPNG@
122
 
LIBPTHREAD = @LIBPTHREAD@
123
 
LIBPYTHON = @LIBPYTHON@
124
 
LIBQIMGIO = @LIBQIMGIO@
125
 
LIBRESOLV = @LIBRESOLV@
126
 
LIBSHADOW = @LIBSHADOW@
127
 
LIBSM = @LIBSM@
128
 
LIBSOCKET = @LIBSOCKET@
129
 
LIBTIFF = @LIBTIFF@
130
 
LIBTOOL = @LIBTOOL@
131
 
LIBUCB = @LIBUCB@
132
 
LIBUTIL = @LIBUTIL@
133
 
LIBXINERAMA = @LIBXINERAMA@
134
 
LIBZ = @LIBZ@
135
 
LIB_KAB = @LIB_KAB@
136
 
LIB_KDECORE = @LIB_KDECORE@
137
 
LIB_KDEPRINT = @LIB_KDEPRINT@
138
 
LIB_KDEUI = @LIB_KDEUI@
139
 
LIB_KFILE = @LIB_KFILE@
140
 
LIB_KFM = @LIB_KFM@
141
 
LIB_KFORMULA = @LIB_KFORMULA@
142
 
LIB_KHTML = @LIB_KHTML@
143
 
LIB_KIMGIO = @LIB_KIMGIO@
144
 
LIB_KIO = @LIB_KIO@
145
 
LIB_KOFFICECORE = @LIB_KOFFICECORE@
146
 
LIB_KOFFICEUI = @LIB_KOFFICEUI@
147
 
LIB_KPARTS = @LIB_KPARTS@
148
 
LIB_KSPELL = @LIB_KSPELL@
149
 
LIB_KSTORE = @LIB_KSTORE@
150
 
LIB_KSYCOCA = @LIB_KSYCOCA@
151
 
LIB_KWMF = @LIB_KWMF@
152
 
LIB_KWRITE = @LIB_KWRITE@
153
 
LIB_QT = @LIB_QT@
154
 
LIB_SMB = @LIB_SMB@
155
 
LIB_X11 = @LIB_X11@
156
 
LN_S = @LN_S@
157
 
MAKEINFO = @MAKEINFO@
158
 
MCOPIDL = @MCOPIDL@
159
 
MEINPROC = @MEINPROC@
160
 
MICO_INCLUDES = @MICO_INCLUDES@
161
 
MICO_LDFLAGS = @MICO_LDFLAGS@
162
 
MOC = @MOC@
163
 
MSGFMT = @MSGFMT@
164
 
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
165
 
NOREPO = @NOREPO@
166
 
OBJDUMP = @OBJDUMP@
167
 
OBJEXT = @OBJEXT@
168
 
PACKAGE = @PACKAGE@
169
 
PAMLIBS = @PAMLIBS@
170
 
PASSWDLIBS = @PASSWDLIBS@
171
 
PYTHONINC = @PYTHONINC@
172
 
PYTHONLIB = @PYTHONLIB@
173
 
PYTHONMODDIR = @PYTHONMODDIR@
174
 
QT_INCLUDES = @QT_INCLUDES@
175
 
QT_LDFLAGS = @QT_LDFLAGS@
176
 
RANLIB = @RANLIB@
177
 
REPO = @REPO@
178
 
SCANDIR = @SCANDIR@
179
 
SETUIDFLAGS = @SETUIDFLAGS@
180
 
STRIP = @STRIP@
181
 
TOPSUBDIRS = @TOPSUBDIRS@
182
 
UIC = @UIC@
183
 
USER_INCLUDES = @USER_INCLUDES@
184
 
USER_LDFLAGS = @USER_LDFLAGS@
185
 
USE_EXCEPTIONS = @USE_EXCEPTIONS@
186
 
USE_RTTI = @USE_RTTI@
187
 
USE_THREADS = @USE_THREADS@
188
 
VERSION = @VERSION@
189
 
XGETTEXT = @XGETTEXT@
190
 
XPMINC = @XPMINC@
191
 
XPMLIB = @XPMLIB@
192
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
193
 
X_INCLUDES = @X_INCLUDES@
194
 
X_LDFLAGS = @X_LDFLAGS@
195
 
X_PRE_LIBS = @X_PRE_LIBS@
196
 
all_includes = @all_includes@
197
 
all_libraries = @all_libraries@
198
 
idldir = @idldir@
199
 
interfacedir = @interfacedir@
200
 
jni_includes = @jni_includes@
201
 
kde_appsdir = @kde_appsdir@
202
 
kde_bindir = @kde_bindir@
203
 
kde_confdir = @kde_confdir@
204
 
kde_datadir = @kde_datadir@
205
 
kde_htmldir = @kde_htmldir@
206
 
kde_icondir = @kde_icondir@
207
 
kde_includes = @kde_includes@
208
 
kde_libraries = @kde_libraries@
209
 
kde_libs_htmldir = @kde_libs_htmldir@
210
 
kde_libs_prefix = @kde_libs_prefix@
211
 
kde_locale = @kde_locale@
212
 
kde_mimedir = @kde_mimedir@
213
 
kde_moduledir = @kde_moduledir@
214
 
kde_servicesdir = @kde_servicesdir@
215
 
kde_servicetypesdir = @kde_servicetypesdir@
216
 
kde_sounddir = @kde_sounddir@
217
 
kde_templatesdir = @kde_templatesdir@
218
 
kde_wallpaperdir = @kde_wallpaperdir@
219
 
micodir = @micodir@
220
 
qt_includes = @qt_includes@
221
 
qt_libraries = @qt_libraries@
222
 
x_includes = @x_includes@
223
 
x_libraries = @x_libraries@
224
 
 
225
 
KDE_CXXFLAGS = $(USE_RTTI)
226
 
INCLUDES = $(all_includes)
227
 
LDFLAGS = $(all_libraries)
228
 
 
229
 
####### Files
230
 
 
231
 
lib_LTLIBRARIES = libkscript.la
232
 
libkscript_la_SOURCES = kscript_proxy.cc kscript_eval.cc kscript_object.cc kscript_class.cc kscript_func.cc               kscript_context.cc kscript_value.cc kscript_parser.cc kscript_parsenode.cc yacc.cc                   scanner.cc kscript.cc kscript_util.cc kscript_struct.cc kscript_scriptmenu.cc                   kscript_ext_qstructs.cc kscript_ext_qt.cc kscript_ext_qwidget.cc                   kscript_ext_qdialog.cc kscript_ext_qapplication.cc kscript_ext_qlineedit.cc             kscript_ext_qbutton.cc kscript_ext_qcheckbox.cc kscript_ext_qradiobutton.cc             kscript_ext_qpushbutton.cc kscript_ext_qcombobox.cc kscript_ext_qlabel.cc               kscript_ext_qboxlayout.cc kscript_ext_qvboxlayout.cc kscript_ext_qhboxlayout.cc                 kscript_ext_qbuttongroup.cc kscript_ext_qlistbox.cc
233
 
 
234
 
 
235
 
#>- libkscript_la_METASOURCES = AUTO
236
 
 
237
 
libkscript_la_LDFLAGS = -version-info 1:0:0 -no-undefined
238
 
 
239
 
libkscript_la_LIBADD = $(LIB_KDEUI)
240
 
 
241
 
bin_PROGRAMS = kscript
242
 
 
243
 
kscript_SOURCES = main.cc
244
 
noinst_HEADERS = kscript_eval.h kscript_object.h kscript_class.h kscript_func.h kscript_context.h kscript_value.h                kscript_parser.h kscript_parsenode.h kscript.h kscript_util.h kscript_struct.h kscript_proxy.h                  kscript_ptr.h kscript_synext.h kscript_types.h kscript_qt.h kscript_qstructs.h
245
 
 
246
 
 
247
 
kscript_LDADD = ./libkscript.la
248
 
kscript_LDFLAGS = $(KDE_RPATH)
249
 
 
250
 
DISTCLEANFILES = $(idl_DATA:.idl=.cc) $(idl_HEADERS) $(SRCMETA)
251
 
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
252
 
CONFIG_HEADER = ../../config.h
253
 
CONFIG_CLEAN_FILES = 
254
 
LTLIBRARIES =  $(lib_LTLIBRARIES)
255
 
 
256
 
 
257
 
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
258
 
CPPFLAGS = @CPPFLAGS@
259
 
LIBS = @LIBS@
260
 
libkscript_la_DEPENDENCIES = 
261
 
#>- libkscript_la_OBJECTS =  kscript_proxy.lo kscript_eval.lo \
262
 
#>- kscript_object.lo kscript_class.lo kscript_func.lo kscript_context.lo \
263
 
#>- kscript_value.lo kscript_parser.lo kscript_parsenode.lo yacc.lo \
264
 
#>- scanner.lo kscript.lo kscript_util.lo kscript_struct.lo \
265
 
#>- kscript_scriptmenu.lo kscript_ext_qstructs.lo kscript_ext_qt.lo \
266
 
#>- kscript_ext_qwidget.lo kscript_ext_qdialog.lo \
267
 
#>- kscript_ext_qapplication.lo kscript_ext_qlineedit.lo \
268
 
#>- kscript_ext_qbutton.lo kscript_ext_qcheckbox.lo \
269
 
#>- kscript_ext_qradiobutton.lo kscript_ext_qpushbutton.lo \
270
 
#>- kscript_ext_qcombobox.lo kscript_ext_qlabel.lo \
271
 
#>- kscript_ext_qboxlayout.lo kscript_ext_qvboxlayout.lo \
272
 
#>- kscript_ext_qhboxlayout.lo kscript_ext_qbuttongroup.lo \
273
 
#>- kscript_ext_qlistbox.lo
274
 
#>+ 17
275
 
libkscript_la_final_OBJECTS = libkscript_la.all_cc.lo 
276
 
libkscript_la_nofinal_OBJECTS = kscript_proxy.lo kscript_eval.lo \
277
 
kscript_object.lo kscript_class.lo kscript_func.lo kscript_context.lo \
278
 
kscript_value.lo kscript_parser.lo kscript_parsenode.lo yacc.lo \
279
 
scanner.lo kscript.lo kscript_util.lo kscript_struct.lo \
280
 
kscript_scriptmenu.lo kscript_ext_qstructs.lo kscript_ext_qt.lo \
281
 
kscript_ext_qwidget.lo kscript_ext_qdialog.lo \
282
 
kscript_ext_qapplication.lo kscript_ext_qlineedit.lo \
283
 
kscript_ext_qbutton.lo kscript_ext_qcheckbox.lo \
284
 
kscript_ext_qradiobutton.lo kscript_ext_qpushbutton.lo \
285
 
kscript_ext_qcombobox.lo kscript_ext_qlabel.lo \
286
 
kscript_ext_qboxlayout.lo kscript_ext_qvboxlayout.lo \
287
 
kscript_ext_qhboxlayout.lo kscript_ext_qbuttongroup.lo \
288
 
kscript_ext_qlistbox.lo \
289
 
libkscript_la_meta_unload.lo 
290
 
@KDE_USE_FINAL_FALSE@libkscript_la_OBJECTS = $(libkscript_la_nofinal_OBJECTS)
291
 
@KDE_USE_FINAL_TRUE@libkscript_la_OBJECTS = $(libkscript_la_final_OBJECTS)
292
 
bin_PROGRAMS =  kscript$(EXEEXT)
293
 
PROGRAMS =  $(bin_PROGRAMS)
294
 
 
295
 
#>- kscript_OBJECTS =  main.$(OBJEXT)
296
 
#>+ 1
297
 
kscript_OBJECTS = main.$(OBJEXT)
298
 
kscript_DEPENDENCIES =  ./libkscript.la
299
 
CXXFLAGS = @CXXFLAGS@
300
 
#>- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
301
 
#>+ 1
302
 
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
303
 
#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
304
 
#>+ 1
305
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
306
 
CXXLD = $(CXX)
307
 
#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
308
 
#>+ 1
309
 
CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(LDFLAGS) -o $@
310
 
HEADERS =  $(noinst_HEADERS)
311
 
 
312
 
DIST_COMMON =  Makefile.am Makefile.in TODO
313
 
 
314
 
 
315
 
#>- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
316
 
#>+ 4
317
 
KDE_DIST=example19.ks kscript_corbafunc.h kscript_corba.cc kscript_ext_qvboxlayout.h example10.ks kscript_ext_qlabel.h example21.ks example3.ks Manual example14.ks kscript_ext_qboxlayout.h kscript_ext_qcombobox.h example25.ks example7.ks example18.ks kscript_ext_qcheckbox.h kscript_interface.cc kscript_typecode.cc kscript_ext_qbutton.h kscript_ext_qt.h kscript_ext_qbuttongroup.h example20.ks example2.ks dcopconsole.ks example13.ks kscript_ext_qwidget.h kscript_ext_qlistbox.h kscript_ext_qstructs.h konqueror.ks example24.ks example6.ks example17.ks kscript_typecode.h example28.ks kscript_qobject.cc kscript_ext_qpushbutton.h examplewidgets.ks kscript_qobject.h kscript_qstructs.cc kscript_ext_qdialog.h example1.ks scanner.ll example12.ks kscript_interface.h example23.ks kscript_scriptmenu.h example5.ks example16.ks example27.ks example9.ks kscript_corba.h kscript_ext_qradiobutton.h kscript_corbafunc.cc kscript_qt.cc kscript_ext_qlineedit.h example11.ks yacc.cc.h kscript_ext_qapplication.h example22.ks example4.ks example15.ks kscript_ext_qhboxlayout.h yacc.yy example26.ks example8.ks 
318
 
 
319
 
DISTFILES= $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
320
 
 
321
 
 
322
 
TAR = gtar
323
 
GZIP_ENV = --best
324
 
SOURCES = $(libkscript_la_SOURCES) $(kscript_SOURCES)
325
 
OBJECTS = $(libkscript_la_OBJECTS) $(kscript_OBJECTS)
326
 
 
327
 
#>- all: all-redirect
328
 
#>+ 1
329
 
all: docs-am  all-redirect
330
 
.SUFFIXES:
331
 
.SUFFIXES: .S .c .cc .lo .o .obj .s
332
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
333
 
#>-     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/kscript/Makefile
334
 
#>+ 2
335
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/kscript/Makefile
336
 
        cd $(top_srcdir) && perl admin/am_edit lib/kscript/Makefile.in
337
 
 
338
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
339
 
        cd $(top_builddir) \
340
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
341
 
 
342
 
 
343
 
mostlyclean-libLTLIBRARIES:
344
 
 
345
 
clean-libLTLIBRARIES:
346
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
347
 
 
348
 
distclean-libLTLIBRARIES:
349
 
 
350
 
maintainer-clean-libLTLIBRARIES:
351
 
 
352
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
353
 
        @$(NORMAL_INSTALL)
354
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
355
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
356
 
          if test -f $$p; then \
357
 
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
358
 
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
359
 
          else :; fi; \
360
 
        done
361
 
 
362
 
uninstall-libLTLIBRARIES:
363
 
        @$(NORMAL_UNINSTALL)
364
 
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
365
 
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
366
 
        done
367
 
 
368
 
.c.o:
369
 
        $(COMPILE) -c $<
370
 
 
371
 
# FIXME: We should only use cygpath when building on Windows,
372
 
# and only if it is available.
373
 
.c.obj:
374
 
        $(COMPILE) -c `cygpath -w $<`
375
 
 
376
 
.s.o:
377
 
        $(COMPILE) -c $<
378
 
 
379
 
.S.o:
380
 
        $(COMPILE) -c $<
381
 
 
382
 
mostlyclean-compile:
383
 
        -rm -f *.o core *.core
384
 
        -rm -f *.$(OBJEXT)
385
 
 
386
 
clean-compile:
387
 
 
388
 
distclean-compile:
389
 
        -rm -f *.tab.c
390
 
 
391
 
maintainer-clean-compile:
392
 
 
393
 
.c.lo:
394
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
395
 
 
396
 
.s.lo:
397
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
398
 
 
399
 
.S.lo:
400
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
401
 
 
402
 
mostlyclean-libtool:
403
 
        -rm -f *.lo
404
 
 
405
 
clean-libtool:
406
 
        -rm -rf .libs _libs
407
 
 
408
 
distclean-libtool:
409
 
 
410
 
maintainer-clean-libtool:
411
 
 
412
 
#>- libkscript.la: $(libkscript_la_OBJECTS) $(libkscript_la_DEPENDENCIES)
413
 
#>+ 2
414
 
@KDE_USE_CLOSURE_TRUE@libkscript.la: libkscript.la.closure $(libkscript_la_OBJECTS) $(libkscript_la_DEPENDENCIES)
415
 
@KDE_USE_CLOSURE_FALSE@libkscript.la: $(libkscript_la_OBJECTS) $(libkscript_la_DEPENDENCIES)
416
 
        $(CXXLINK) -rpath $(libdir) $(libkscript_la_LDFLAGS) $(libkscript_la_OBJECTS) $(libkscript_la_LIBADD) $(LIBS)
417
 
 
418
 
mostlyclean-binPROGRAMS:
419
 
 
420
 
clean-binPROGRAMS:
421
 
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
422
 
 
423
 
distclean-binPROGRAMS:
424
 
 
425
 
maintainer-clean-binPROGRAMS:
426
 
 
427
 
install-binPROGRAMS: $(bin_PROGRAMS)
428
 
        @$(NORMAL_INSTALL)
429
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
430
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
431
 
          if test -f $$p; then \
432
 
            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
433
 
            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
434
 
          else :; fi; \
435
 
        done
436
 
 
437
 
uninstall-binPROGRAMS:
438
 
        @$(NORMAL_UNINSTALL)
439
 
        list='$(bin_PROGRAMS)'; for p in $$list; do \
440
 
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
441
 
        done
442
 
 
443
 
kscript$(EXEEXT): $(kscript_OBJECTS) $(kscript_DEPENDENCIES)
444
 
        @rm -f kscript$(EXEEXT)
445
 
        $(CXXLINK) $(kscript_LDFLAGS) $(kscript_OBJECTS) $(kscript_LDADD) $(LIBS)
446
 
.cc.o:
447
 
        $(CXXCOMPILE) -c $<
448
 
.cc.obj:
449
 
        $(CXXCOMPILE) -c `cygpath -w $<`
450
 
.cc.lo:
451
 
        $(LTCXXCOMPILE) -c $<
452
 
 
453
 
tags: TAGS
454
 
 
455
 
ID: $(HEADERS) $(SOURCES) $(LISP)
456
 
        list='$(SOURCES) $(HEADERS)'; \
457
 
        unique=`for i in $$list; do echo $$i; done | \
458
 
          awk '    { files[$$0] = 1; } \
459
 
               END { for (i in files) print i; }'`; \
460
 
        here=`pwd` && cd $(srcdir) \
461
 
          && mkid -f$$here/ID $$unique $(LISP)
462
 
 
463
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
464
 
        tags=; \
465
 
        here=`pwd`; \
466
 
        list='$(SOURCES) $(HEADERS)'; \
467
 
        unique=`for i in $$list; do echo $$i; done | \
468
 
          awk '    { files[$$0] = 1; } \
469
 
               END { for (i in files) print i; }'`; \
470
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
471
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
472
 
 
473
 
mostlyclean-tags:
474
 
 
475
 
clean-tags:
476
 
 
477
 
distclean-tags:
478
 
        -rm -f TAGS ID
479
 
 
480
 
maintainer-clean-tags:
481
 
 
482
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
483
 
 
484
 
subdir = lib/kscript
485
 
 
486
 
distdir: $(DISTFILES)
487
 
#>-     @for file in $(DISTFILES); do \
488
 
#>-       d=$(srcdir); \
489
 
#>-       if test -d $$d/$$file; then \
490
 
#>-         cp -pr $$/$$file $(distdir)/$$file; \
491
 
#>-       else \
492
 
#>-         test -f $(distdir)/$$file \
493
 
#>-         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
494
 
#>-         || cp -p $$d/$$file $(distdir)/$$file || :; \
495
 
#>-       fi; \
496
 
#>-     done
497
 
#>+ 10
498
 
        @for file in $(DISTFILES); do \
499
 
          d=$(srcdir); \
500
 
          if test -d $$d/$$file; then \
501
 
            cp -pr $$d/$$file $(distdir)/$$file; \
502
 
          else \
503
 
            test -f $(distdir)/$$file \
504
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
505
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
506
 
          fi; \
507
 
        done
508
 
info-am:
509
 
info: info-am
510
 
dvi-am:
511
 
dvi: dvi-am
512
 
check-am: all-am
513
 
check: check-am
514
 
installcheck-am:
515
 
installcheck: installcheck-am
516
 
install-exec-am: install-libLTLIBRARIES install-binPROGRAMS
517
 
install-exec: install-exec-am
518
 
 
519
 
install-data-am:
520
 
install-data: install-data-am
521
 
 
522
 
install-am: all-am
523
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
 
install: install-am
525
 
uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS
526
 
uninstall: uninstall-am
527
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
528
 
all-redirect: all-am
529
 
install-strip:
530
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
531
 
installdirs:
532
 
        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
533
 
 
534
 
 
535
 
mostlyclean-generic:
536
 
 
537
 
clean-generic:
538
 
 
539
 
distclean-generic:
540
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
541
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
542
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
543
 
 
544
 
maintainer-clean-generic:
545
 
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
546
 
                mostlyclean-libtool mostlyclean-binPROGRAMS \
547
 
                mostlyclean-tags mostlyclean-generic
548
 
 
549
 
mostlyclean: mostlyclean-am
550
 
 
551
 
#>- clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool \
552
 
#>-             clean-binPROGRAMS clean-tags clean-generic \
553
 
#>-             mostlyclean-am
554
 
#>+ 3
555
 
clean-am: clean-metasources clean-closures clean-moc-classes clean-final   clean-libLTLIBRARIES clean-compile clean-libtool \
556
 
                clean-binPROGRAMS clean-tags clean-generic \
557
 
                mostlyclean-am
558
 
 
559
 
#>- clean: clean-am
560
 
#>+ 1
561
 
clean: kde-rpo-clean  clean-am
562
 
 
563
 
distclean-am:  distclean-libLTLIBRARIES distclean-compile \
564
 
                distclean-libtool distclean-binPROGRAMS distclean-tags \
565
 
                distclean-generic clean-am
566
 
        -rm -f libtool
567
 
 
568
 
distclean: distclean-am
569
 
 
570
 
maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
571
 
                maintainer-clean-compile maintainer-clean-libtool \
572
 
                maintainer-clean-binPROGRAMS maintainer-clean-tags \
573
 
                maintainer-clean-generic distclean-am
574
 
        @echo "This command is intended for maintainers to use;"
575
 
        @echo "it deletes files that may require special tools to rebuild."
576
 
 
577
 
maintainer-clean: maintainer-clean-am
578
 
 
579
 
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
580
 
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
581
 
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
582
 
distclean-compile clean-compile maintainer-clean-compile \
583
 
mostlyclean-libtool distclean-libtool clean-libtool \
584
 
maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \
585
 
clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
586
 
install-binPROGRAMS tags mostlyclean-tags distclean-tags clean-tags \
587
 
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
588
 
installcheck-am installcheck install-exec-am install-exec \
589
 
install-data-am install-data install-am install uninstall-am uninstall \
590
 
all-redirect all-am all installdirs mostlyclean-generic \
591
 
distclean-generic clean-generic maintainer-clean-generic clean \
592
 
mostlyclean distclean maintainer-clean
593
 
 
594
 
 
595
 
# SUBDIRS = ksidl
596
 
 
597
 
####### Implicit rules
598
 
 
599
 
####### Build rules
600
 
 
601
 
parser:
602
 
        cd $(srcdir) && flex -B -8 -oscanner.cc scanner.ll  ;\
603
 
        bison -d -t -v -o yacc.cc yacc.yy
604
 
 
605
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
606
 
# Otherwise a system limit (for SysV at least) may be exceeded.
607
 
.NOEXPORT:
608
 
 
609
 
#>+ 8
610
 
libkscript.la.closure: $(libkscript_la_OBJECTS) $(libkscript_la_DEPENDENCIES)
611
 
        @echo "int main() {return 0;}" > libkscript_la_closure.cc
612
 
        @$(LTCXXCOMPILE) -c libkscript_la_closure.cc
613
 
        @$(CXXLINK) libkscript_la_closure.lo $(libkscript_la_LDFLAGS) $(libkscript_la_OBJECTS) $(libkscript_la_LIBADD) $(LIBS)
614
 
        @rm -f libkscript_la_closure.* libkscript.la.closure
615
 
        @echo "timestamp" > libkscript.la.closure
616
 
 
617
 
 
618
 
#>+ 3
619
 
kscript_ext_qt.moc: $(srcdir)/kscript_ext_qt.h
620
 
        $(MOC) $(srcdir)/kscript_ext_qt.h -o kscript_ext_qt.moc
621
 
 
622
 
#>+ 3
623
 
kscript_scriptmenu.moc: $(srcdir)/kscript_scriptmenu.h
624
 
        $(MOC) $(srcdir)/kscript_scriptmenu.h -o kscript_scriptmenu.moc
625
 
 
626
 
#>+ 3
627
 
clean-metasources:
628
 
        -rm -f  kscript_ext_qt.moc kscript_scriptmenu.moc
629
 
 
630
 
#>+ 3
631
 
clean-closures:
632
 
        -rm -f  libkscript.la.closure
633
 
 
634
 
#>+ 2
635
 
docs-am:
636
 
 
637
 
#>+ 5
638
 
force-reedit:
639
 
                cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/kscript/Makefile
640
 
        cd $(top_srcdir) && perl admin/am_edit lib/kscript/Makefile.in
641
 
 
642
 
 
643
 
#>+ 10
644
 
libkscript_la_meta_unload.cc:  kscript_ext_qt.moc kscript_scriptmenu.moc
645
 
        @echo 'creating libkscript_la_meta_unload.cc'
646
 
        @-rm -f libkscript_la_meta_unload.cc
647
 
        @echo 'static const char * _metalist_libkscript_la[] = {' > libkscript_la_meta_unload.cc
648
 
        @cat  kscript_ext_qt.moc kscript_scriptmenu.moc | grep 'char.*className' | sed -e 's/.*[^A-Za-z0-9_:]\([A-Za-z0-9_:]*\)::className.*$$/\"\1\",/' | sort | uniq >> libkscript_la_meta_unload.cc
649
 
        @echo '0};' >> libkscript_la_meta_unload.cc
650
 
        @echo '#include <kunload.h>' >> libkscript_la_meta_unload.cc
651
 
        @echo '_UNLOAD(libkscript_la)' >> libkscript_la_meta_unload.cc
652
 
 
653
 
 
654
 
#>+ 3
655
 
clean-moc-classes:
656
 
        -rm -f  libkscript_la_meta_unload.cc
657
 
 
658
 
#>+ 11
659
 
libkscript_la.all_cc.cc: $(srcdir)/Makefile.in $(srcdir)/kscript_proxy.cc $(srcdir)/kscript_eval.cc $(srcdir)/kscript_object.cc $(srcdir)/kscript_class.cc $(srcdir)/kscript_func.cc $(srcdir)/kscript_context.cc $(srcdir)/kscript_value.cc $(srcdir)/kscript_parser.cc $(srcdir)/kscript_parsenode.cc $(srcdir)/yacc.cc $(srcdir)/scanner.cc $(srcdir)/kscript.cc $(srcdir)/kscript_util.cc $(srcdir)/kscript_struct.cc $(srcdir)/kscript_scriptmenu.cc $(srcdir)/kscript_ext_qstructs.cc $(srcdir)/kscript_ext_qt.cc $(srcdir)/kscript_ext_qwidget.cc $(srcdir)/kscript_ext_qdialog.cc $(srcdir)/kscript_ext_qapplication.cc $(srcdir)/kscript_ext_qlineedit.cc $(srcdir)/kscript_ext_qbutton.cc $(srcdir)/kscript_ext_qcheckbox.cc $(srcdir)/kscript_ext_qradiobutton.cc $(srcdir)/kscript_ext_qpushbutton.cc $(srcdir)/kscript_ext_qcombobox.cc $(srcdir)/kscript_ext_qlabel.cc $(srcdir)/kscript_ext_qboxlayout.cc $(srcdir)/kscript_ext_qvboxlayout.cc $(srcdir)/kscript_ext_qhboxlayout.cc $(srcdir)/kscript_ext_qbuttongroup.cc $(srcdir)/kscript_ext_qlistbox.cc libkscript_la_meta_unload.cc   kscript_ext_qt.moc kscript_scriptmenu.moc 
660
 
        @echo 'creating libkscript_la.all_cc.cc ...'; \
661
 
        rm -f libkscript_la.all_cc.files libkscript_la.all_cc.final; \
662
 
        echo "#define KDE_USE_FINAL 1" >> libkscript_la.all_cc.final; \
663
 
        for file in kscript_proxy.cc kscript_eval.cc kscript_object.cc kscript_class.cc kscript_func.cc kscript_context.cc kscript_value.cc kscript_parser.cc kscript_parsenode.cc yacc.cc scanner.cc kscript.cc kscript_util.cc kscript_struct.cc kscript_scriptmenu.cc kscript_ext_qstructs.cc kscript_ext_qt.cc kscript_ext_qwidget.cc kscript_ext_qdialog.cc kscript_ext_qapplication.cc kscript_ext_qlineedit.cc kscript_ext_qbutton.cc kscript_ext_qcheckbox.cc kscript_ext_qradiobutton.cc kscript_ext_qpushbutton.cc kscript_ext_qcombobox.cc kscript_ext_qlabel.cc kscript_ext_qboxlayout.cc kscript_ext_qvboxlayout.cc kscript_ext_qhboxlayout.cc kscript_ext_qbuttongroup.cc kscript_ext_qlistbox.cc libkscript_la_meta_unload.cc ; do \
664
 
          echo "#include \"$$file\"" >> libkscript_la.all_cc.files; \
665
 
          test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> libkscript_la.all_cc.final; \
666
 
        done; \
667
 
        cat libkscript_la.all_cc.final libkscript_la.all_cc.files  > libkscript_la.all_cc.cc; \
668
 
        rm -f libkscript_la.all_cc.final libkscript_la.all_cc.files
669
 
 
670
 
#>+ 11
671
 
kscript.all_cc.cc: $(srcdir)/Makefile.in $(srcdir)/main.cc  
672
 
        @echo 'creating kscript.all_cc.cc ...'; \
673
 
        rm -f kscript.all_cc.files kscript.all_cc.final; \
674
 
        echo "#define KDE_USE_FINAL 1" >> kscript.all_cc.final; \
675
 
        for file in main.cc ; do \
676
 
          echo "#include \"$$file\"" >> kscript.all_cc.files; \
677
 
          test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> kscript.all_cc.final; \
678
 
        done; \
679
 
        cat kscript.all_cc.final kscript.all_cc.files  > kscript.all_cc.cc; \
680
 
        rm -f kscript.all_cc.final kscript.all_cc.files
681
 
 
682
 
#>+ 3
683
 
clean-final:
684
 
        -rm -f libkscript_la.all_cc.cc kscript.all_cc.cc
685
 
 
686
 
#>+ 2
687
 
final:
688
 
        $(MAKE) libkscript_la_OBJECTS="$(libkscript_la_final_OBJECTS)" all-am
689
 
#>+ 2
690
 
no-final:
691
 
        $(MAKE) libkscript_la_OBJECTS="$(libkscript_la_nofinal_OBJECTS)" all-am
692
 
#>+ 3
693
 
cvs-clean:
694
 
        $(MAKE) -f $(top_srcdir)/admin/Makefile.common cvs-clean
695
 
 
696
 
#>+ 3
697
 
kde-rpo-clean:
698
 
        -rm -f *.rpo
699
 
 
700
 
#>+ 3
701
 
$(srcdir)/kscript_ext_qt.cc: kscript_ext_qt.moc 
702
 
$(srcdir)/kscript_scriptmenu.cc: kscript_scriptmenu.moc