~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to mimetic/codec/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-06-16 13:16:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060616131607-245mqjypkjuahq6b
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 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
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
oldincludedir = /usr/include
 
33
 
 
34
DESTDIR =
 
35
 
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
 
 
40
top_builddir = ../..
 
41
 
 
42
ACLOCAL = @ACLOCAL@
 
43
AUTOCONF = @AUTOCONF@
 
44
AUTOMAKE = @AUTOMAKE@
 
45
AUTOHEADER = @AUTOHEADER@
 
46
 
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
51
transform = @program_transform_name@
 
52
 
 
53
NORMAL_INSTALL = :
 
54
PRE_INSTALL = :
 
55
POST_INSTALL = :
 
56
NORMAL_UNINSTALL = :
 
57
PRE_UNINSTALL = :
 
58
POST_UNINSTALL = :
 
59
build_alias = @build_alias@
 
60
build_triplet = @build@
 
61
host_alias = @host_alias@
 
62
host_triplet = @host@
 
63
target_alias = @target_alias@
 
64
target_triplet = @target@
 
65
AR = @AR@
 
66
AS = @AS@
 
67
CC = @CC@
 
68
CXX = @CXX@
 
69
CXXCPP = @CXXCPP@
 
70
DLLTOOL = @DLLTOOL@
 
71
ECHO = @ECHO@
 
72
EGREP = @EGREP@
 
73
EXEEXT = @EXEEXT@
 
74
F77 = @F77@
 
75
GCJ = @GCJ@
 
76
GCJFLAGS = @GCJFLAGS@
 
77
HAVE_LIB = @HAVE_LIB@
 
78
INCLUDEDIR = @INCLUDEDIR@
 
79
LIB = @LIB@
 
80
LIBTOOL = @LIBTOOL@
 
81
LN_S = @LN_S@
 
82
LTLIB = @LTLIB@
 
83
MAKEINFO = @MAKEINFO@
 
84
OBJDUMP = @OBJDUMP@
 
85
OBJEXT = @OBJEXT@
 
86
PACKAGE = @PACKAGE@
 
87
RANLIB = @RANLIB@
 
88
RC = @RC@
 
89
STRIP = @STRIP@
 
90
VERSION = @VERSION@
 
91
 
 
92
INCLUDES = -I$(top_srcdir) 
 
93
includedir = @INCLUDEDIR@/codec
 
94
 
 
95
noinst_LTLIBRARIES = libmimeticcodec.la
 
96
 
 
97
include_HEADERS = base64.h codec_base.h  codec_chain.h code.h other_codecs.h qp.h codec.h
 
98
 
 
99
 
 
100
libmimeticcodec_la_SOURCES = base64.cxx qp.cxx 
 
101
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
102
CONFIG_HEADER = ../../mimetic/config.h
 
103
CONFIG_CLEAN_FILES = 
 
104
LTLIBRARIES =  $(noinst_LTLIBRARIES)
 
105
 
 
106
 
 
107
DEFS = @DEFS@ -I. -I$(srcdir) -I../../mimetic
 
108
CPPFLAGS = @CPPFLAGS@
 
109
LDFLAGS = @LDFLAGS@
 
110
LIBS = @LIBS@
 
111
libmimeticcodec_la_LDFLAGS = 
 
112
libmimeticcodec_la_LIBADD = 
 
113
libmimeticcodec_la_OBJECTS =  base64.lo qp.lo
 
114
CXXFLAGS = @CXXFLAGS@
 
115
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
116
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
117
CXXLD = $(CXX)
 
118
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
 
119
HEADERS =  $(include_HEADERS)
 
120
 
 
121
DIST_COMMON =  Makefile.am Makefile.in
 
122
 
 
123
 
 
124
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
125
 
 
126
TAR = tar
 
127
GZIP_ENV = --best
 
128
SOURCES = $(libmimeticcodec_la_SOURCES)
 
129
OBJECTS = $(libmimeticcodec_la_OBJECTS)
 
130
 
 
131
all: all-redirect
 
132
.SUFFIXES:
 
133
.SUFFIXES: .S .c .cxx .lo .o .obj .s
 
134
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
135
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mimetic/codec/Makefile
 
136
 
 
137
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
138
        cd $(top_builddir) \
 
139
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
140
 
 
141
 
 
142
mostlyclean-noinstLTLIBRARIES:
 
143
 
 
144
clean-noinstLTLIBRARIES:
 
145
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
146
 
 
147
distclean-noinstLTLIBRARIES:
 
148
 
 
149
maintainer-clean-noinstLTLIBRARIES:
 
150
 
 
151
.c.o:
 
152
        $(COMPILE) -c $<
 
153
 
 
154
# FIXME: We should only use cygpath when building on Windows,
 
155
# and only if it is available.
 
156
.c.obj:
 
157
        $(COMPILE) -c `cygpath -w $<`
 
158
 
 
159
.s.o:
 
160
        $(COMPILE) -c $<
 
161
 
 
162
.S.o:
 
163
        $(COMPILE) -c $<
 
164
 
 
165
mostlyclean-compile:
 
166
        -rm -f *.o core *.core
 
167
        -rm -f *.$(OBJEXT)
 
168
 
 
169
clean-compile:
 
170
 
 
171
distclean-compile:
 
172
        -rm -f *.tab.c
 
173
 
 
174
maintainer-clean-compile:
 
175
 
 
176
.c.lo:
 
177
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
178
 
 
179
.s.lo:
 
180
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
181
 
 
182
.S.lo:
 
183
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
184
 
 
185
mostlyclean-libtool:
 
186
        -rm -f *.lo
 
187
 
 
188
clean-libtool:
 
189
        -rm -rf .libs _libs
 
190
 
 
191
distclean-libtool:
 
192
 
 
193
maintainer-clean-libtool:
 
194
 
 
195
libmimeticcodec.la: $(libmimeticcodec_la_OBJECTS) $(libmimeticcodec_la_DEPENDENCIES)
 
196
        $(CXXLINK)  $(libmimeticcodec_la_LDFLAGS) $(libmimeticcodec_la_OBJECTS) $(libmimeticcodec_la_LIBADD) $(LIBS)
 
197
.cxx.o:
 
198
        $(CXXCOMPILE) -c $<
 
199
.cxx.obj:
 
200
        $(CXXCOMPILE) -c `cygpath -w $<`
 
201
.cxx.lo:
 
202
        $(LTCXXCOMPILE) -c $<
 
203
 
 
204
install-includeHEADERS: $(include_HEADERS)
 
205
        @$(NORMAL_INSTALL)
 
206
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
207
        @list='$(include_HEADERS)'; for p in $$list; do \
 
208
          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
 
209
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
 
210
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
 
211
        done
 
212
 
 
213
uninstall-includeHEADERS:
 
214
        @$(NORMAL_UNINSTALL)
 
215
        list='$(include_HEADERS)'; for p in $$list; do \
 
216
          rm -f $(DESTDIR)$(includedir)/$$p; \
 
217
        done
 
218
 
 
219
tags: TAGS
 
220
 
 
221
ID: $(HEADERS) $(SOURCES) $(LISP)
 
222
        list='$(SOURCES) $(HEADERS)'; \
 
223
        unique=`for i in $$list; do echo $$i; done | \
 
224
          awk '    { files[$$0] = 1; } \
 
225
               END { for (i in files) print i; }'`; \
 
226
        here=`pwd` && cd $(srcdir) \
 
227
          && mkid -f$$here/ID $$unique $(LISP)
 
228
 
 
229
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
230
        tags=; \
 
231
        here=`pwd`; \
 
232
        list='$(SOURCES) $(HEADERS)'; \
 
233
        unique=`for i in $$list; do echo $$i; done | \
 
234
          awk '    { files[$$0] = 1; } \
 
235
               END { for (i in files) print i; }'`; \
 
236
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
237
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
238
 
 
239
mostlyclean-tags:
 
240
 
 
241
clean-tags:
 
242
 
 
243
distclean-tags:
 
244
        -rm -f TAGS ID
 
245
 
 
246
maintainer-clean-tags:
 
247
 
 
248
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
249
 
 
250
subdir = mimetic/codec
 
251
 
 
252
distdir: $(DISTFILES)
 
253
        @for file in $(DISTFILES); do \
 
254
          d=$(srcdir); \
 
255
          if test -d $$d/$$file; then \
 
256
            cp -pr $$d/$$file $(distdir)/$$file; \
 
257
          else \
 
258
            test -f $(distdir)/$$file \
 
259
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
260
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
261
          fi; \
 
262
        done
 
263
base64.lo base64.o : base64.cxx base64.h ../../mimetic/circular_buffer.h \
 
264
        codec_base.h codec_chain.h
 
265
qp.lo qp.o : qp.cxx qp.h ../../mimetic/libconfig.h \
 
266
        ../../mimetic/config.h ../../mimetic/utils.h \
 
267
        ../../mimetic/strutils.h ../../mimetic/circular_buffer.h \
 
268
        codec_base.h codec_chain.h
 
269
 
 
270
info-am:
 
271
info: info-am
 
272
dvi-am:
 
273
dvi: dvi-am
 
274
check-am: all-am
 
275
check: check-am
 
276
installcheck-am:
 
277
installcheck: installcheck-am
 
278
install-exec-am:
 
279
install-exec: install-exec-am
 
280
 
 
281
install-data-am: install-includeHEADERS
 
282
install-data: install-data-am
 
283
 
 
284
install-am: all-am
 
285
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
286
install: install-am
 
287
uninstall-am: uninstall-includeHEADERS
 
288
uninstall: uninstall-am
 
289
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
290
all-redirect: all-am
 
291
install-strip:
 
292
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
293
installdirs:
 
294
        $(mkinstalldirs)  $(DESTDIR)$(includedir)
 
295
 
 
296
 
 
297
mostlyclean-generic:
 
298
 
 
299
clean-generic:
 
300
 
 
301
distclean-generic:
 
302
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
303
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
304
 
 
305
maintainer-clean-generic:
 
306
mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
 
307
                mostlyclean-libtool mostlyclean-tags \
 
308
                mostlyclean-generic
 
309
 
 
310
mostlyclean: mostlyclean-am
 
311
 
 
312
clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
 
313
                clean-tags clean-generic mostlyclean-am
 
314
 
 
315
clean: clean-am
 
316
 
 
317
distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
 
318
                distclean-libtool distclean-tags distclean-generic \
 
319
                clean-am
 
320
        -rm -f libtool
 
321
 
 
322
distclean: distclean-am
 
323
 
 
324
maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
 
325
                maintainer-clean-compile maintainer-clean-libtool \
 
326
                maintainer-clean-tags maintainer-clean-generic \
 
327
                distclean-am
 
328
        @echo "This command is intended for maintainers to use;"
 
329
        @echo "it deletes files that may require special tools to rebuild."
 
330
 
 
331
maintainer-clean: maintainer-clean-am
 
332
 
 
333
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
 
334
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
 
335
mostlyclean-compile distclean-compile clean-compile \
 
336
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
337
clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
 
338
install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
 
339
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
 
340
installcheck-am installcheck install-exec-am install-exec \
 
341
install-data-am install-data install-am install uninstall-am uninstall \
 
342
all-redirect all-am all installdirs mostlyclean-generic \
 
343
distclean-generic clean-generic maintainer-clean-generic clean \
 
344
mostlyclean distclean maintainer-clean
 
345
 
 
346
 
 
347
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
348
# Otherwise a system limit (for SysV at least) may be exceeded.
 
349
.NOEXPORT: