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

« back to all changes in this revision

Viewing changes to data/Makefile

  • 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
 
# Generated automatically from Makefile.in by configure.
2
 
# Makefile.in generated automatically by automake 1.4-p4 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
 
# KVirc IRC client Makefile - 16.12.98 Szymon Stefanek <stefanek@tin.it>
16
 
###############################################################################
17
 
 
18
 
 
19
 
SHELL = /bin/sh
20
 
 
21
 
srcdir = .
22
 
top_srcdir = ..
23
 
prefix = /usr/local
24
 
exec_prefix = ${prefix}
25
 
 
26
 
bindir = ${exec_prefix}/bin
27
 
sbindir = ${exec_prefix}/sbin
28
 
libexecdir = ${exec_prefix}/libexec
29
 
datadir = ${prefix}/share
30
 
sysconfdir = ${prefix}/etc
31
 
sharedstatedir = ${prefix}/com
32
 
localstatedir = ${prefix}/var
33
 
libdir = ${exec_prefix}/lib
34
 
infodir = ${prefix}/info
35
 
mandir = ${exec_prefix}/man/man1
36
 
includedir = ${exec_prefix}/include/kvirc
37
 
oldincludedir = /usr/include
38
 
 
39
 
DESTDIR =
40
 
 
41
 
pkgdatadir = $(datadir)/kvirc
42
 
pkglibdir = $(libdir)/kvirc
43
 
pkgincludedir = $(includedir)/kvirc
44
 
 
45
 
top_builddir = ..
46
 
 
47
 
ACLOCAL = aclocal
48
 
AUTOCONF = autoconf
49
 
AUTOMAKE = automake
50
 
AUTOHEADER = autoheader
51
 
 
52
 
INSTALL = /usr/bin/install -c
53
 
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
54
 
INSTALL_DATA = ${INSTALL} -m 644
55
 
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
56
 
transform = s,x,x,
57
 
 
58
 
NORMAL_INSTALL = :
59
 
PRE_INSTALL = :
60
 
POST_INSTALL = :
61
 
NORMAL_UNINSTALL = :
62
 
PRE_UNINSTALL = :
63
 
POST_UNINSTALL = :
64
 
build_alias = i686-pc-linux-gnu
65
 
build_triplet = i686-pc-linux-gnu
66
 
host_alias = i686-pc-linux-gnu
67
 
host_triplet = i686-pc-linux-gnu
68
 
target_alias = i686-pc-linux-gnu
69
 
target_triplet = i686-pc-linux-gnu
70
 
AS = @AS@
71
 
CC = gcc
72
 
CXX = c++
73
 
DLLTOOL = @DLLTOOL@
74
 
ECHO = echo
75
 
EXEEXT = 
76
 
LIBCRYPT = -lcrypt
77
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
78
 
LN_S = ln -s
79
 
MAKEINFO = makeinfo
80
 
NEW_PICS_DIRECTORY = newpics
81
 
OBJDUMP = @OBJDUMP@
82
 
OBJEXT = o
83
 
PACKAGE = kvirc
84
 
RANLIB = ranlib
85
 
SS_FLAGS_INCDIRS = -I/usr/include/kde   -I/usr/X11R6/include -I/usr/include/qt -I/usr/X11R6/include -D_REENTRANT
86
 
SS_FLAGS_LIBDIRS = -L/usr/lib -L/usr/lib -L/usr/X11R6/lib
87
 
SS_FLAGS_LIBLINK = -lkfile -lksycoca -lqt  -lXext -lX11 -lpthread -export-dynamic -ldl
88
 
SS_FLAGS_RPATH = 
89
 
SS_KDE_INCLUDE_DIR = /usr/include/kde
90
 
SS_KDE_LIBRARY_DIR = /usr/lib
91
 
SS_MSGFMT = /usr/bin/msgfmt
92
 
SS_PLUGINS_DIRECTORY_COMPILE = plugins
93
 
SS_QT_INCLUDE_DIR = /usr/include/qt
94
 
SS_QT_LIBRARY_DIR = /usr/lib
95
 
SS_QT_MOC = /usr/bin/moc
96
 
SS_X_INCLUDE_DIR = /usr/X11R6/include
97
 
SS_X_LIBRARY_DIR = /usr/X11R6/lib
98
 
STRIP = strip
99
 
VERSION = 2.1.2
100
 
charmapsdir = ${exec_prefix}/share/kvirc/charmaps
101
 
configdir = ${exec_prefix}/share/kvirc/config
102
 
globalkvircdir = ${exec_prefix}/share/kvirc
103
 
helpdir = ${exec_prefix}/share/kvirc/help/en
104
 
imagedir = ${exec_prefix}/share/kvirc/pics
105
 
includedir = ${exec_prefix}/include/kvirc
106
 
localedir = ${exec_prefix}/share/kvirc/locale
107
 
msgcolordir = ${exec_prefix}/share/kvirc/msgcolors
108
 
pluglibdir = ${exec_prefix}/share/kvirc/plugins
109
 
sharedir = ${exec_prefix}/share
110
 
topdir = /home/robin/src/kvirc/build/kvirc-2.1.2
111
 
 
112
 
SUBDIRS = charmaps config help icons kde man msgcolors pics $(NEW_PICS_DIRECTORY)
113
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114
 
CONFIG_HEADER = ../src/config.h
115
 
CONFIG_CLEAN_FILES = 
116
 
DIST_COMMON =  Makefile.am Makefile.in
117
 
 
118
 
 
119
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
 
 
121
 
TAR = tar
122
 
GZIP_ENV = --best
123
 
all: all-redirect
124
 
.SUFFIXES:
125
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
126
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile
127
 
 
128
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
129
 
        cd $(top_builddir) \
130
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
 
 
132
 
 
133
 
# This directory's subdirectories are mostly independent; you can cd
134
 
# into them and run `make' without going through this Makefile.
135
 
# To change the values of `make' variables: instead of editing Makefiles,
136
 
# (1) if the variable is set in `config.status', edit `config.status'
137
 
#     (which will cause the Makefiles to be regenerated when you run `make');
138
 
# (2) otherwise, pass the desired values on the `make' command line.
139
 
 
140
 
 
141
 
 
142
 
all-recursive install-data-recursive install-exec-recursive \
143
 
installdirs-recursive install-recursive uninstall-recursive  \
144
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
145
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
146
 
        dot_seen=no; \
147
 
        target=`echo $@ | sed s/-recursive//`; \
148
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
149
 
          echo "Making $$target in $$subdir"; \
150
 
          if test "$$subdir" = "."; then \
151
 
            dot_seen=yes; \
152
 
            local_target="$$target-am"; \
153
 
          else \
154
 
            local_target="$$target"; \
155
 
          fi; \
156
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
157
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
158
 
        done; \
159
 
        if test "$$dot_seen" = "no"; then \
160
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
161
 
        fi; test -z "$$fail"
162
 
 
163
 
mostlyclean-recursive clean-recursive distclean-recursive \
164
 
maintainer-clean-recursive:
165
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
166
 
        dot_seen=no; \
167
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
168
 
          rev="$$subdir $$rev"; \
169
 
          test "$$subdir" = "." && dot_seen=yes; \
170
 
        done; \
171
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
172
 
        target=`echo $@ | sed s/-recursive//`; \
173
 
        for subdir in $$rev; do \
174
 
          echo "Making $$target in $$subdir"; \
175
 
          if test "$$subdir" = "."; then \
176
 
            local_target="$$target-am"; \
177
 
          else \
178
 
            local_target="$$target"; \
179
 
          fi; \
180
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
181
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
182
 
        done && test -z "$$fail"
183
 
tags-recursive:
184
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
185
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
186
 
        done
187
 
 
188
 
tags: TAGS
189
 
 
190
 
ID: $(HEADERS) $(SOURCES) $(LISP)
191
 
        list='$(SOURCES) $(HEADERS)'; \
192
 
        unique=`for i in $$list; do echo $$i; done | \
193
 
          awk '    { files[$$0] = 1; } \
194
 
               END { for (i in files) print i; }'`; \
195
 
        here=`pwd` && cd $(srcdir) \
196
 
          && mkid -f$$here/ID $$unique $(LISP)
197
 
 
198
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
199
 
        tags=; \
200
 
        here=`pwd`; \
201
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
202
 
   if test "$$subdir" = .; then :; else \
203
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
204
 
   fi; \
205
 
        done; \
206
 
        list='$(SOURCES) $(HEADERS)'; \
207
 
        unique=`for i in $$list; do echo $$i; done | \
208
 
          awk '    { files[$$0] = 1; } \
209
 
               END { for (i in files) print i; }'`; \
210
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
211
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
212
 
 
213
 
mostlyclean-tags:
214
 
 
215
 
clean-tags:
216
 
 
217
 
distclean-tags:
218
 
        -rm -f TAGS ID
219
 
 
220
 
maintainer-clean-tags:
221
 
 
222
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
223
 
 
224
 
subdir = data
225
 
 
226
 
distdir: $(DISTFILES)
227
 
        here=`cd $(top_builddir) && pwd`; \
228
 
        top_distdir=`cd $(top_distdir) && pwd`; \
229
 
        distdir=`cd $(distdir) && pwd`; \
230
 
        cd $(top_srcdir) \
231
 
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/Makefile
232
 
        @for file in $(DISTFILES); do \
233
 
          d=$(srcdir); \
234
 
          if test -d $$d/$$file; then \
235
 
            cp -pr $$d/$$file $(distdir)/$$file; \
236
 
          else \
237
 
            test -f $(distdir)/$$file \
238
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
240
 
          fi; \
241
 
        done
242
 
        for subdir in $(SUBDIRS); do \
243
 
          if test "$$subdir" = .; then :; else \
244
 
            test -d $(distdir)/$$subdir \
245
 
            || mkdir $(distdir)/$$subdir \
246
 
            || exit 1; \
247
 
            chmod 777 $(distdir)/$$subdir; \
248
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
249
 
              || exit 1; \
250
 
          fi; \
251
 
        done
252
 
info-am:
253
 
info: info-recursive
254
 
dvi-am:
255
 
dvi: dvi-recursive
256
 
check-am: all-am
257
 
check: check-recursive
258
 
installcheck-am:
259
 
installcheck: installcheck-recursive
260
 
install-exec-am:
261
 
install-exec: install-exec-recursive
262
 
 
263
 
install-data-am:
264
 
install-data: install-data-recursive
265
 
 
266
 
install-am: all-am
267
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268
 
install: install-recursive
269
 
uninstall-am:
270
 
uninstall: uninstall-recursive
271
 
all-am: Makefile
272
 
all-redirect: all-recursive
273
 
install-strip:
274
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
275
 
installdirs: installdirs-recursive
276
 
installdirs-am:
277
 
 
278
 
 
279
 
mostlyclean-generic:
280
 
 
281
 
clean-generic:
282
 
 
283
 
distclean-generic:
284
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
285
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
286
 
 
287
 
maintainer-clean-generic:
288
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
289
 
 
290
 
mostlyclean: mostlyclean-recursive
291
 
 
292
 
clean-am:  clean-tags clean-generic mostlyclean-am
293
 
 
294
 
clean: clean-recursive
295
 
 
296
 
distclean-am:  distclean-tags distclean-generic clean-am
297
 
        -rm -f libtool
298
 
 
299
 
distclean: distclean-recursive
300
 
 
301
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
302
 
                distclean-am
303
 
        @echo "This command is intended for maintainers to use;"
304
 
        @echo "it deletes files that may require special tools to rebuild."
305
 
 
306
 
maintainer-clean: maintainer-clean-recursive
307
 
 
308
 
.PHONY: install-data-recursive uninstall-data-recursive \
309
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
310
 
uninstalldirs-recursive all-recursive check-recursive \
311
 
installcheck-recursive info-recursive dvi-recursive \
312
 
mostlyclean-recursive distclean-recursive clean-recursive \
313
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
314
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
315
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
316
 
install-exec install-data-am install-data install-am install \
317
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
318
 
installdirs mostlyclean-generic distclean-generic clean-generic \
319
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320
 
 
321
 
 
322
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
323
 
# Otherwise a system limit (for SysV at least) may be exceeded.
324
 
.NOEXPORT: