~ubuntu-branches/ubuntu/hoary/kvirc/hoary

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robin Verduijn
  • Date: 2004-12-14 15:32:19 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041214153219-fdink3gyp2s20b6g
Tags: 2:2.1.3.1-2
* Change Recommends on xmms to a Suggests.
* Rebuild against KDE 3.3.1

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
 
# TkJb make file .01 09 October, 2000 <timekepr@excite.com>
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 = libkvitkjb.la
115
 
 
116
 
libkvitkjb_la_LDFLAGS = -module -avoid-version $(SS_FLAGS_LIBDIRS) -L$(topdir)/src/kvicore -L$(topdir)/src/kvilib
117
 
libkvitkjb_la_SOURCES = libkvitkjb.cpp tkjbmp3file.cpp
118
 
libkvitkjb_la_LIBADD = $(SS_FLAGS_LIBLINK) -lkvicore -lkvilib
119
 
 
120
 
noinst_HEADERS = libkvitkjb.h tkjbmp3file.h defines.h
121
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122
 
CONFIG_HEADER = ../../../src/config.h
123
 
CONFIG_CLEAN_FILES = 
124
 
LTLIBRARIES =  $(pluglib_LTLIBRARIES)
125
 
 
126
 
 
127
 
DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src
128
 
LDFLAGS = @LDFLAGS@
129
 
LIBS = @LIBS@
130
 
X_CFLAGS = @X_CFLAGS@
131
 
X_LIBS = @X_LIBS@
132
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
133
 
X_PRE_LIBS = @X_PRE_LIBS@
134
 
libkvitkjb_la_DEPENDENCIES = 
135
 
libkvitkjb_la_OBJECTS =  libkvitkjb.lo tkjbmp3file.lo
136
 
CXXFLAGS = @CXXFLAGS@
137
 
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
138
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
139
 
CXXLD = $(CXX)
140
 
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
141
 
HEADERS =  $(noinst_HEADERS)
142
 
 
143
 
DIST_COMMON =  Makefile.am Makefile.in
144
 
 
145
 
 
146
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
147
 
 
148
 
TAR = tar
149
 
GZIP_ENV = --best
150
 
DEP_FILES =  .deps/libkvitkjb.P .deps/tkjbmp3file.P
151
 
SOURCES = $(libkvitkjb_la_SOURCES)
152
 
OBJECTS = $(libkvitkjb_la_OBJECTS)
153
 
 
154
 
all: all-redirect
155
 
.SUFFIXES:
156
 
.SUFFIXES: .S .c .cpp .lo .o .obj .s
157
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
158
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/tkjb/Makefile
159
 
 
160
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
161
 
        cd $(top_builddir) \
162
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
163
 
 
164
 
 
165
 
mostlyclean-pluglibLTLIBRARIES:
166
 
 
167
 
clean-pluglibLTLIBRARIES:
168
 
        -test -z "$(pluglib_LTLIBRARIES)" || rm -f $(pluglib_LTLIBRARIES)
169
 
 
170
 
distclean-pluglibLTLIBRARIES:
171
 
 
172
 
maintainer-clean-pluglibLTLIBRARIES:
173
 
 
174
 
install-pluglibLTLIBRARIES: $(pluglib_LTLIBRARIES)
175
 
        @$(NORMAL_INSTALL)
176
 
        $(mkinstalldirs) $(DESTDIR)$(pluglibdir)
177
 
        @list='$(pluglib_LTLIBRARIES)'; for p in $$list; do \
178
 
          if test -f $$p; then \
179
 
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pluglibdir)/$$p"; \
180
 
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pluglibdir)/$$p; \
181
 
          else :; fi; \
182
 
        done
183
 
 
184
 
uninstall-pluglibLTLIBRARIES:
185
 
        @$(NORMAL_UNINSTALL)
186
 
        list='$(pluglib_LTLIBRARIES)'; for p in $$list; do \
187
 
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pluglibdir)/$$p; \
188
 
        done
189
 
 
190
 
# FIXME: We should only use cygpath when building on Windows,
191
 
# and only if it is available.
192
 
.c.obj:
193
 
        $(COMPILE) -c `cygpath -w $<`
194
 
 
195
 
.s.o:
196
 
        $(COMPILE) -c $<
197
 
 
198
 
.S.o:
199
 
        $(COMPILE) -c $<
200
 
 
201
 
mostlyclean-compile:
202
 
        -rm -f *.o core *.core
203
 
        -rm -f *.$(OBJEXT)
204
 
 
205
 
clean-compile:
206
 
 
207
 
distclean-compile:
208
 
        -rm -f *.tab.c
209
 
 
210
 
maintainer-clean-compile:
211
 
 
212
 
.s.lo:
213
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
 
 
215
 
.S.lo:
216
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217
 
 
218
 
mostlyclean-libtool:
219
 
        -rm -f *.lo
220
 
 
221
 
clean-libtool:
222
 
        -rm -rf .libs _libs
223
 
 
224
 
distclean-libtool:
225
 
 
226
 
maintainer-clean-libtool:
227
 
 
228
 
libkvitkjb.la: $(libkvitkjb_la_OBJECTS) $(libkvitkjb_la_DEPENDENCIES)
229
 
        $(CXXLINK) -rpath $(pluglibdir) $(libkvitkjb_la_LDFLAGS) $(libkvitkjb_la_OBJECTS) $(libkvitkjb_la_LIBADD) $(LIBS)
230
 
.cpp.o:
231
 
        $(CXXCOMPILE) -c $<
232
 
.cpp.obj:
233
 
        $(CXXCOMPILE) -c `cygpath -w $<`
234
 
.cpp.lo:
235
 
        $(LTCXXCOMPILE) -c $<
236
 
 
237
 
tags: TAGS
238
 
 
239
 
ID: $(HEADERS) $(SOURCES) $(LISP)
240
 
        list='$(SOURCES) $(HEADERS)'; \
241
 
        unique=`for i in $$list; do echo $$i; done | \
242
 
          awk '    { files[$$0] = 1; } \
243
 
               END { for (i in files) print i; }'`; \
244
 
        here=`pwd` && cd $(srcdir) \
245
 
          && mkid -f$$here/ID $$unique $(LISP)
246
 
 
247
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
248
 
        tags=; \
249
 
        here=`pwd`; \
250
 
        list='$(SOURCES) $(HEADERS)'; \
251
 
        unique=`for i in $$list; do echo $$i; done | \
252
 
          awk '    { files[$$0] = 1; } \
253
 
               END { for (i in files) print i; }'`; \
254
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
255
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
256
 
 
257
 
mostlyclean-tags:
258
 
 
259
 
clean-tags:
260
 
 
261
 
distclean-tags:
262
 
        -rm -f TAGS ID
263
 
 
264
 
maintainer-clean-tags:
265
 
 
266
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
267
 
 
268
 
subdir = src/plugins/tkjb
269
 
 
270
 
distdir: $(DISTFILES)
271
 
        here=`cd $(top_builddir) && pwd`; \
272
 
        top_distdir=`cd $(top_distdir) && pwd`; \
273
 
        distdir=`cd $(distdir) && pwd`; \
274
 
        cd $(top_srcdir) \
275
 
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/plugins/tkjb/Makefile
276
 
        @for file in $(DISTFILES); do \
277
 
          d=$(srcdir); \
278
 
          if test -d $$d/$$file; then \
279
 
            cp -pr $$d/$$file $(distdir)/$$file; \
280
 
          else \
281
 
            test -f $(distdir)/$$file \
282
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
283
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
284
 
          fi; \
285
 
        done
286
 
 
287
 
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
288
 
 
289
 
-include $(DEP_FILES)
290
 
 
291
 
mostlyclean-depend:
292
 
 
293
 
clean-depend:
294
 
 
295
 
distclean-depend:
296
 
        -rm -rf .deps
297
 
 
298
 
maintainer-clean-depend:
299
 
 
300
 
%.o: %.c
301
 
        @echo '$(COMPILE) -c $<'; \
302
 
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
303
 
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
304
 
        tr ' ' '\012' < .deps/$(*F).pp \
305
 
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
306
 
            >> .deps/$(*F).P; \
307
 
        rm .deps/$(*F).pp
308
 
 
309
 
%.lo: %.c
310
 
        @echo '$(LTCOMPILE) -c $<'; \
311
 
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
312
 
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
313
 
          < .deps/$(*F).pp > .deps/$(*F).P; \
314
 
        tr ' ' '\012' < .deps/$(*F).pp \
315
 
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
316
 
            >> .deps/$(*F).P; \
317
 
        rm -f .deps/$(*F).pp
318
 
 
319
 
%.o: %.cpp
320
 
        @echo '$(CXXCOMPILE) -c $<'; \
321
 
        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
322
 
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
323
 
        tr ' ' '\012' < .deps/$(*F).pp \
324
 
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
325
 
            >> .deps/$(*F).P; \
326
 
        rm .deps/$(*F).pp
327
 
 
328
 
%.lo: %.cpp
329
 
        @echo '$(LTCXXCOMPILE) -c $<'; \
330
 
        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
331
 
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
332
 
          < .deps/$(*F).pp > .deps/$(*F).P; \
333
 
        tr ' ' '\012' < .deps/$(*F).pp \
334
 
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
335
 
            >> .deps/$(*F).P; \
336
 
        rm -f .deps/$(*F).pp
337
 
info-am:
338
 
info: info-am
339
 
dvi-am:
340
 
dvi: dvi-am
341
 
check-am: all-am
342
 
check: check-am
343
 
installcheck-am:
344
 
installcheck: installcheck-am
345
 
install-exec-am:
346
 
install-exec: install-exec-am
347
 
 
348
 
install-data-am: install-pluglibLTLIBRARIES
349
 
install-data: install-data-am
350
 
 
351
 
install-am: all-am
352
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
353
 
install: install-am
354
 
uninstall-am: uninstall-pluglibLTLIBRARIES
355
 
uninstall: uninstall-am
356
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
357
 
all-redirect: all-am
358
 
install-strip:
359
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
360
 
installdirs:
361
 
        $(mkinstalldirs)  $(DESTDIR)$(pluglibdir)
362
 
 
363
 
 
364
 
mostlyclean-generic:
365
 
 
366
 
clean-generic:
367
 
 
368
 
distclean-generic:
369
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
370
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
371
 
 
372
 
maintainer-clean-generic:
373
 
mostlyclean-am:  mostlyclean-pluglibLTLIBRARIES mostlyclean-compile \
374
 
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
375
 
                mostlyclean-generic
376
 
 
377
 
mostlyclean: mostlyclean-am
378
 
 
379
 
clean-am:  clean-pluglibLTLIBRARIES clean-compile clean-libtool \
380
 
                clean-tags clean-depend clean-generic mostlyclean-am
381
 
 
382
 
clean: clean-am
383
 
 
384
 
distclean-am:  distclean-pluglibLTLIBRARIES distclean-compile \
385
 
                distclean-libtool distclean-tags distclean-depend \
386
 
                distclean-generic clean-am
387
 
        -rm -f libtool
388
 
 
389
 
distclean: distclean-am
390
 
 
391
 
maintainer-clean-am:  maintainer-clean-pluglibLTLIBRARIES \
392
 
                maintainer-clean-compile maintainer-clean-libtool \
393
 
                maintainer-clean-tags maintainer-clean-depend \
394
 
                maintainer-clean-generic distclean-am
395
 
        @echo "This command is intended for maintainers to use;"
396
 
        @echo "it deletes files that may require special tools to rebuild."
397
 
 
398
 
maintainer-clean: maintainer-clean-am
399
 
 
400
 
.PHONY: mostlyclean-pluglibLTLIBRARIES distclean-pluglibLTLIBRARIES \
401
 
clean-pluglibLTLIBRARIES maintainer-clean-pluglibLTLIBRARIES \
402
 
uninstall-pluglibLTLIBRARIES install-pluglibLTLIBRARIES \
403
 
mostlyclean-compile distclean-compile clean-compile \
404
 
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
405
 
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
406
 
distclean-tags clean-tags maintainer-clean-tags distdir \
407
 
mostlyclean-depend distclean-depend clean-depend \
408
 
maintainer-clean-depend info-am info dvi-am dvi check check-am \
409
 
installcheck-am installcheck install-exec-am install-exec \
410
 
install-data-am install-data install-am install uninstall-am uninstall \
411
 
all-redirect all-am all installdirs mostlyclean-generic \
412
 
distclean-generic clean-generic maintainer-clean-generic clean \
413
 
mostlyclean distclean maintainer-clean
414
 
 
415
 
 
416
 
###############################################################################
417
 
# Moc objects
418
 
###############################################################################
419
 
 
420
 
m_%.moc: %.h
421
 
        $(SS_QT_MOC) $< -o $@
422
 
 
423
 
libkvitkjb.cpp: m_libkvitkjb.moc
424
 
 
425
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
426
 
# Otherwise a system limit (for SysV at least) may be exceeded.
427
 
.NOEXPORT: