~ubuntu-branches/ubuntu/feisty/kvirc/feisty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robin Verduijn
  • Date: 2002-04-16 13:47:41 UTC
  • Revision ID: james.westby@ubuntu.com-20020416134741-02slrqk6ige4cchu
Tags: 1:2.1.2-11
* #138169: The problem in bug #138169 is due to a bug in libtool. See
  bug #98342 for details. KVirc still doesn't build correctly even with
  the latest libtool (1.4.2-4). When this gets properly fixed I'll update
  kvirc's build dependency on libtool. In the mean time, I've applied a
  patch from that bug report which fixes it for me.
  (Closes: #138169)
* Redid debian/rules somewhat; no longer try to build differently
  depending on how KDE is installed. If the preferred configuration breaks
  for some platform, I'd rather know about it.
* Don't link versus qt-mt anymore.
* GNU config automated update: config.sub (20010907 to 20020307),
  config.guess (20010904 to 20020320)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
###############################################################################
 
14
# THIS IS A "READY TO EDIT" MAKEFILE FOR YOUR FIRST PLUGIN
 
15
###############################################################################
 
16
 
 
17
 
 
18
SHELL = @SHELL@
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
prefix = @prefix@
 
24
exec_prefix = @exec_prefix@
 
25
 
 
26
bindir = @bindir@
 
27
sbindir = @sbindir@
 
28
libexecdir = @libexecdir@
 
29
datadir = @datadir@
 
30
sysconfdir = @sysconfdir@
 
31
sharedstatedir = @sharedstatedir@
 
32
localstatedir = @localstatedir@
 
33
libdir = @libdir@
 
34
infodir = @infodir@
 
35
mandir = @mandir@
 
36
includedir = @includedir@
 
37
oldincludedir = /usr/include
 
38
 
 
39
DESTDIR =
 
40
 
 
41
pkgdatadir = $(datadir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
 
44
 
 
45
top_builddir = ../../..
 
46
 
 
47
ACLOCAL = @ACLOCAL@
 
48
AUTOCONF = @AUTOCONF@
 
49
AUTOMAKE = @AUTOMAKE@
 
50
AUTOHEADER = @AUTOHEADER@
 
51
 
 
52
INSTALL = @INSTALL@
 
53
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
54
INSTALL_DATA = @INSTALL_DATA@
 
55
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
56
transform = @program_transform_name@
 
57
 
 
58
NORMAL_INSTALL = :
 
59
PRE_INSTALL = :
 
60
POST_INSTALL = :
 
61
NORMAL_UNINSTALL = :
 
62
PRE_UNINSTALL = :
 
63
POST_UNINSTALL = :
 
64
build_alias = @build_alias@
 
65
build_triplet = @build@
 
66
host_alias = @host_alias@
 
67
host_triplet = @host@
 
68
target_alias = @target_alias@
 
69
target_triplet = @target@
 
70
AS = @AS@
 
71
CC = @CC@
 
72
CXX = @CXX@
 
73
DLLTOOL = @DLLTOOL@
 
74
ECHO = @ECHO@
 
75
EXEEXT = @EXEEXT@
 
76
LIBCRYPT = @LIBCRYPT@
 
77
LIBTOOL = @LIBTOOL@
 
78
LN_S = @LN_S@
 
79
MAKEINFO = @MAKEINFO@
 
80
NEW_PICS_DIRECTORY = @NEW_PICS_DIRECTORY@
 
81
OBJDUMP = @OBJDUMP@
 
82
OBJEXT = @OBJEXT@
 
83
PACKAGE = @PACKAGE@
 
84
RANLIB = @RANLIB@
 
85
SS_FLAGS_INCDIRS = @SS_FLAGS_INCDIRS@
 
86
SS_FLAGS_LIBDIRS = @SS_FLAGS_LIBDIRS@
 
87
SS_FLAGS_LIBLINK = @SS_FLAGS_LIBLINK@
 
88
SS_FLAGS_RPATH = @SS_FLAGS_RPATH@
 
89
SS_KDE_INCLUDE_DIR = @SS_KDE_INCLUDE_DIR@
 
90
SS_KDE_LIBRARY_DIR = @SS_KDE_LIBRARY_DIR@
 
91
SS_MSGFMT = @SS_MSGFMT@
 
92
SS_PLUGINS_DIRECTORY_COMPILE = @SS_PLUGINS_DIRECTORY_COMPILE@
 
93
SS_QT_INCLUDE_DIR = @SS_QT_INCLUDE_DIR@
 
94
SS_QT_LIBRARY_DIR = @SS_QT_LIBRARY_DIR@
 
95
SS_QT_MOC = @SS_QT_MOC@
 
96
SS_X_INCLUDE_DIR = @SS_X_INCLUDE_DIR@
 
97
SS_X_LIBRARY_DIR = @SS_X_LIBRARY_DIR@
 
98
STRIP = @STRIP@
 
99
VERSION = @VERSION@
 
100
charmapsdir = @charmapsdir@
 
101
configdir = @configdir@
 
102
globalkvircdir = @globalkvircdir@
 
103
helpdir = @helpdir@
 
104
imagedir = @imagedir@
 
105
includedir = @includedir@
 
106
localedir = @localedir@
 
107
msgcolordir = @msgcolordir@
 
108
pluglibdir = @pluglibdir@
 
109
sharedir = @sharedir@
 
110
topdir = @topdir@
 
111
 
 
112
CPPFLAGS = $(SS_FLAGS_INCDIRS) -I../../common -I../../kvicore -I../../kvilib -I../../kvirc -I../
 
113
 
 
114
pluglib_LTLIBRARIES = libkvicharpicker.la
 
115
 
 
116
libkvicharpicker_la_LDFLAGS = -module -avoid-version $(SS_FLAGS_LIBDIRS) -L$(topdir)/src/kvicore -L$(topdir)/src/kvilib
 
117
libkvicharpicker_la_SOURCES = libkvicharpicker.cpp
 
118
libkvicharpicker_la_LIBADD = $(SS_FLAGS_LIBLINK) -lkvicore -lkvilib
 
119
 
 
120
###############################################################################
 
121
# Have any headers ?...uncomment the line below
 
122
###############################################################################
 
123
 
 
124
noinst_HEADERS = libkvicharpicker.h
 
125
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
126
CONFIG_HEADER = ../../../src/config.h
 
127
CONFIG_CLEAN_FILES = 
 
128
LTLIBRARIES =  $(pluglib_LTLIBRARIES)
 
129
 
 
130
 
 
131
DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src
 
132
LDFLAGS = @LDFLAGS@
 
133
LIBS = @LIBS@
 
134
X_CFLAGS = @X_CFLAGS@
 
135
X_LIBS = @X_LIBS@
 
136
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
137
X_PRE_LIBS = @X_PRE_LIBS@
 
138
libkvicharpicker_la_DEPENDENCIES = 
 
139
libkvicharpicker_la_OBJECTS =  libkvicharpicker.lo
 
140
CXXFLAGS = @CXXFLAGS@
 
141
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
142
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
143
CXXLD = $(CXX)
 
144
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
 
145
HEADERS =  $(noinst_HEADERS)
 
146
 
 
147
DIST_COMMON =  Makefile.am Makefile.in
 
148
 
 
149
 
 
150
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
151
 
 
152
TAR = tar
 
153
GZIP_ENV = --best
 
154
DEP_FILES =  .deps/libkvicharpicker.P
 
155
SOURCES = $(libkvicharpicker_la_SOURCES)
 
156
OBJECTS = $(libkvicharpicker_la_OBJECTS)
 
157
 
 
158
all: all-redirect
 
159
.SUFFIXES:
 
160
.SUFFIXES: .S .c .cpp .lo .o .obj .s
 
161
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
162
        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/charpicker/Makefile
 
163
 
 
164
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
165
        cd $(top_builddir) \
 
166
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
167
 
 
168
 
 
169
mostlyclean-pluglibLTLIBRARIES:
 
170
 
 
171
clean-pluglibLTLIBRARIES:
 
172
        -test -z "$(pluglib_LTLIBRARIES)" || rm -f $(pluglib_LTLIBRARIES)
 
173
 
 
174
distclean-pluglibLTLIBRARIES:
 
175
 
 
176
maintainer-clean-pluglibLTLIBRARIES:
 
177
 
 
178
install-pluglibLTLIBRARIES: $(pluglib_LTLIBRARIES)
 
179
        @$(NORMAL_INSTALL)
 
180
        $(mkinstalldirs) $(DESTDIR)$(pluglibdir)
 
181
        @list='$(pluglib_LTLIBRARIES)'; for p in $$list; do \
 
182
          if test -f $$p; then \
 
183
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pluglibdir)/$$p"; \
 
184
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pluglibdir)/$$p; \
 
185
          else :; fi; \
 
186
        done
 
187
 
 
188
uninstall-pluglibLTLIBRARIES:
 
189
        @$(NORMAL_UNINSTALL)
 
190
        list='$(pluglib_LTLIBRARIES)'; for p in $$list; do \
 
191
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pluglibdir)/$$p; \
 
192
        done
 
193
 
 
194
# FIXME: We should only use cygpath when building on Windows,
 
195
# and only if it is available.
 
196
.c.obj:
 
197
        $(COMPILE) -c `cygpath -w $<`
 
198
 
 
199
.s.o:
 
200
        $(COMPILE) -c $<
 
201
 
 
202
.S.o:
 
203
        $(COMPILE) -c $<
 
204
 
 
205
mostlyclean-compile:
 
206
        -rm -f *.o core *.core
 
207
        -rm -f *.$(OBJEXT)
 
208
 
 
209
clean-compile:
 
210
 
 
211
distclean-compile:
 
212
        -rm -f *.tab.c
 
213
 
 
214
maintainer-clean-compile:
 
215
 
 
216
.s.lo:
 
217
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
218
 
 
219
.S.lo:
 
220
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
221
 
 
222
mostlyclean-libtool:
 
223
        -rm -f *.lo
 
224
 
 
225
clean-libtool:
 
226
        -rm -rf .libs _libs
 
227
 
 
228
distclean-libtool:
 
229
 
 
230
maintainer-clean-libtool:
 
231
 
 
232
libkvicharpicker.la: $(libkvicharpicker_la_OBJECTS) $(libkvicharpicker_la_DEPENDENCIES)
 
233
        $(CXXLINK) -rpath $(pluglibdir) $(libkvicharpicker_la_LDFLAGS) $(libkvicharpicker_la_OBJECTS) $(libkvicharpicker_la_LIBADD) $(LIBS)
 
234
.cpp.o:
 
235
        $(CXXCOMPILE) -c $<
 
236
.cpp.obj:
 
237
        $(CXXCOMPILE) -c `cygpath -w $<`
 
238
.cpp.lo:
 
239
        $(LTCXXCOMPILE) -c $<
 
240
 
 
241
tags: TAGS
 
242
 
 
243
ID: $(HEADERS) $(SOURCES) $(LISP)
 
244
        list='$(SOURCES) $(HEADERS)'; \
 
245
        unique=`for i in $$list; do echo $$i; done | \
 
246
          awk '    { files[$$0] = 1; } \
 
247
               END { for (i in files) print i; }'`; \
 
248
        here=`pwd` && cd $(srcdir) \
 
249
          && mkid -f$$here/ID $$unique $(LISP)
 
250
 
 
251
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
252
        tags=; \
 
253
        here=`pwd`; \
 
254
        list='$(SOURCES) $(HEADERS)'; \
 
255
        unique=`for i in $$list; do echo $$i; done | \
 
256
          awk '    { files[$$0] = 1; } \
 
257
               END { for (i in files) print i; }'`; \
 
258
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
259
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
260
 
 
261
mostlyclean-tags:
 
262
 
 
263
clean-tags:
 
264
 
 
265
distclean-tags:
 
266
        -rm -f TAGS ID
 
267
 
 
268
maintainer-clean-tags:
 
269
 
 
270
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
271
 
 
272
subdir = src/plugins/charpicker
 
273
 
 
274
distdir: $(DISTFILES)
 
275
        here=`cd $(top_builddir) && pwd`; \
 
276
        top_distdir=`cd $(top_distdir) && pwd`; \
 
277
        distdir=`cd $(distdir) && pwd`; \
 
278
        cd $(top_srcdir) \
 
279
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/plugins/charpicker/Makefile
 
280
        @for file in $(DISTFILES); do \
 
281
          d=$(srcdir); \
 
282
          if test -d $$d/$$file; then \
 
283
            cp -pr $$d/$$file $(distdir)/$$file; \
 
284
          else \
 
285
            test -f $(distdir)/$$file \
 
286
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
287
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
288
          fi; \
 
289
        done
 
290
 
 
291
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
292
 
 
293
-include $(DEP_FILES)
 
294
 
 
295
mostlyclean-depend:
 
296
 
 
297
clean-depend:
 
298
 
 
299
distclean-depend:
 
300
        -rm -rf .deps
 
301
 
 
302
maintainer-clean-depend:
 
303
 
 
304
%.o: %.c
 
305
        @echo '$(COMPILE) -c $<'; \
 
306
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
307
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
308
        tr ' ' '\012' < .deps/$(*F).pp \
 
309
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
310
            >> .deps/$(*F).P; \
 
311
        rm .deps/$(*F).pp
 
312
 
 
313
%.lo: %.c
 
314
        @echo '$(LTCOMPILE) -c $<'; \
 
315
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
316
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
317
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
318
        tr ' ' '\012' < .deps/$(*F).pp \
 
319
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
320
            >> .deps/$(*F).P; \
 
321
        rm -f .deps/$(*F).pp
 
322
 
 
323
%.o: %.cpp
 
324
        @echo '$(CXXCOMPILE) -c $<'; \
 
325
        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
326
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
327
        tr ' ' '\012' < .deps/$(*F).pp \
 
328
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
329
            >> .deps/$(*F).P; \
 
330
        rm .deps/$(*F).pp
 
331
 
 
332
%.lo: %.cpp
 
333
        @echo '$(LTCXXCOMPILE) -c $<'; \
 
334
        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
335
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
336
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
337
        tr ' ' '\012' < .deps/$(*F).pp \
 
338
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
339
            >> .deps/$(*F).P; \
 
340
        rm -f .deps/$(*F).pp
 
341
info-am:
 
342
info: info-am
 
343
dvi-am:
 
344
dvi: dvi-am
 
345
check-am: all-am
 
346
check: check-am
 
347
installcheck-am:
 
348
installcheck: installcheck-am
 
349
install-exec-am:
 
350
install-exec: install-exec-am
 
351
 
 
352
install-data-am: install-pluglibLTLIBRARIES
 
353
install-data: install-data-am
 
354
 
 
355
install-am: all-am
 
356
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
357
install: install-am
 
358
uninstall-am: uninstall-pluglibLTLIBRARIES
 
359
uninstall: uninstall-am
 
360
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
361
all-redirect: all-am
 
362
install-strip:
 
363
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
364
installdirs:
 
365
        $(mkinstalldirs)  $(DESTDIR)$(pluglibdir)
 
366
 
 
367
 
 
368
mostlyclean-generic:
 
369
 
 
370
clean-generic:
 
371
 
 
372
distclean-generic:
 
373
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
374
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
375
 
 
376
maintainer-clean-generic:
 
377
mostlyclean-am:  mostlyclean-pluglibLTLIBRARIES mostlyclean-compile \
 
378
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
 
379
                mostlyclean-generic
 
380
 
 
381
mostlyclean: mostlyclean-am
 
382
 
 
383
clean-am:  clean-pluglibLTLIBRARIES clean-compile clean-libtool \
 
384
                clean-tags clean-depend clean-generic mostlyclean-am
 
385
 
 
386
clean: clean-am
 
387
 
 
388
distclean-am:  distclean-pluglibLTLIBRARIES distclean-compile \
 
389
                distclean-libtool distclean-tags distclean-depend \
 
390
                distclean-generic clean-am
 
391
        -rm -f libtool
 
392
 
 
393
distclean: distclean-am
 
394
 
 
395
maintainer-clean-am:  maintainer-clean-pluglibLTLIBRARIES \
 
396
                maintainer-clean-compile maintainer-clean-libtool \
 
397
                maintainer-clean-tags maintainer-clean-depend \
 
398
                maintainer-clean-generic distclean-am
 
399
        @echo "This command is intended for maintainers to use;"
 
400
        @echo "it deletes files that may require special tools to rebuild."
 
401
 
 
402
maintainer-clean: maintainer-clean-am
 
403
 
 
404
.PHONY: mostlyclean-pluglibLTLIBRARIES distclean-pluglibLTLIBRARIES \
 
405
clean-pluglibLTLIBRARIES maintainer-clean-pluglibLTLIBRARIES \
 
406
uninstall-pluglibLTLIBRARIES install-pluglibLTLIBRARIES \
 
407
mostlyclean-compile distclean-compile clean-compile \
 
408
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
409
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
 
410
distclean-tags clean-tags maintainer-clean-tags distdir \
 
411
mostlyclean-depend distclean-depend clean-depend \
 
412
maintainer-clean-depend info-am info dvi-am dvi check check-am \
 
413
installcheck-am installcheck install-exec-am install-exec \
 
414
install-data-am install-data install-am install uninstall-am uninstall \
 
415
all-redirect all-am all installdirs mostlyclean-generic \
 
416
distclean-generic clean-generic maintainer-clean-generic clean \
 
417
mostlyclean distclean maintainer-clean
 
418
 
 
419
 
 
420
###############################################################################
 
421
# Need moc objects ?
 
422
###############################################################################
 
423
 
 
424
m_%.moc: %.h
 
425
        $(SS_QT_MOC) $< -o $@
 
426
 
 
427
libkvicharpicker.cpp: m_libkvicharpicker.moc
 
428
 
 
429
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
430
# Otherwise a system limit (for SysV at least) may be exceeded.
 
431
.NOEXPORT: