~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/libMpeg2Dec/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2007-12-18 13:53:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218135304-cdqec2lg2bglyz15
Tags: 1:2.4~preview3-0.0ubuntu1
* Upload to Ubuntu. (LP: #163287, LP: #126572)
* debian/changelog: re-added Ubuntu releases.
* debian/control:
  - Require debhelper >= 5.0.51 (for dh_icons) and imagemagick.
  - Build-depend on libsdl1.2-dev instead of libsdl-dev.
  - Build against newer libx264-dev. (LP: #138854)
  - Removed libamrnb-dev, not in Ubuntu yet.
* debian/rules:
  - Install all icon sizes, using convert (upstream installs none).
  - Added missing calls to dh_installmenu, dh_installman, dh_icons and
    dh_desktop.
* debian/menu, debian/avidemux-qt.menu:
  - Corrected package and executable names.
* debian/avidemux-common.install: Install icons.
* debian/avidemux.common.manpages: Install man/avidemux.1.
* debian/links, debian/avidemux-cli.links, debian/avidemux-gtk.links:
  - Link manpages to avidemux.1.gz.
* debian/install, debian/avidemux-qt.install, debian/avidemux-gtk.desktop,
  debian/avidemux-qt.desktop: Install desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
subdir = avidemux/libMpeg2Dec
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.in
44
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
 
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
47
 
CONFIG_HEADER = $(top_builddir)/config.h
48
 
CONFIG_CLEAN_FILES =
49
 
LIBRARIES = $(noinst_LIBRARIES)
50
 
AR = ar
51
 
ARFLAGS = cru
52
 
liblibMpeg2Dec_a_AR = $(AR) $(ARFLAGS)
53
 
liblibMpeg2Dec_a_LIBADD =
54
 
am_liblibMpeg2Dec_a_OBJECTS = alloc.$(OBJEXT) cpu_accel.$(OBJEXT) \
55
 
        cpu_state.$(OBJEXT) decode.$(OBJEXT) header.$(OBJEXT) \
56
 
        idct.$(OBJEXT) idct_alpha.$(OBJEXT) idct_altivec.$(OBJEXT) \
57
 
        idct_mlib.$(OBJEXT) idct_mmx.$(OBJEXT) motion_comp.$(OBJEXT) \
58
 
        motion_comp_alpha.$(OBJEXT) motion_comp_altivec.$(OBJEXT) \
59
 
        motion_comp_mlib.$(OBJEXT) motion_comp_mmx.$(OBJEXT) \
60
 
        slice.$(OBJEXT)
61
 
liblibMpeg2Dec_a_OBJECTS = $(am_liblibMpeg2Dec_a_OBJECTS)
62
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
63
 
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
64
 
am__depfiles_maybe = depfiles
65
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
68
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
69
 
        $(AM_CFLAGS) $(CFLAGS)
70
 
CCLD = $(CC)
71
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
72
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
73
 
SOURCES = $(liblibMpeg2Dec_a_SOURCES)
74
 
DIST_SOURCES = $(liblibMpeg2Dec_a_SOURCES)
75
 
ETAGS = etags
76
 
CTAGS = ctags
77
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
 
ACLOCAL = @ACLOCAL@
79
 
ADM_LOCALEDIR = @ADM_LOCALEDIR@
80
 
ADM_SUBVERSION = @ADM_SUBVERSION@
81
 
ALTIVEC_SWITCH = @ALTIVEC_SWITCH@
82
 
AMDEP_FALSE = @AMDEP_FALSE@
83
 
AMDEP_TRUE = @AMDEP_TRUE@
84
 
AMTAR = @AMTAR@
85
 
ARTS_CFLAGS = @ARTS_CFLAGS@
86
 
ARTS_LIBS = @ARTS_LIBS@
87
 
ART_CONFIG = @ART_CONFIG@
88
 
AS = @AS@
89
 
ASFLAGS = @ASFLAGS@
90
 
AUTOCONF = @AUTOCONF@
91
 
AUTODIRS = @AUTODIRS@
92
 
AUTOHEADER = @AUTOHEADER@
93
 
AUTOMAKE = @AUTOMAKE@
94
 
AWK = @AWK@
95
 
BUILD_A64_FALSE = @BUILD_A64_FALSE@
96
 
BUILD_A64_TRUE = @BUILD_A64_TRUE@
97
 
BUILD_ALTIVEC_FALSE = @BUILD_ALTIVEC_FALSE@
98
 
BUILD_ALTIVEC_TRUE = @BUILD_ALTIVEC_TRUE@
99
 
BUILD_DARWIN_FALSE = @BUILD_DARWIN_FALSE@
100
 
BUILD_DARWIN_TRUE = @BUILD_DARWIN_TRUE@
101
 
BUILD_MMX_COMPATIBLE_FALSE = @BUILD_MMX_COMPATIBLE_FALSE@
102
 
BUILD_MMX_COMPATIBLE_TRUE = @BUILD_MMX_COMPATIBLE_TRUE@
103
 
BUILD_PPC_FALSE = @BUILD_PPC_FALSE@
104
 
BUILD_PPC_TRUE = @BUILD_PPC_TRUE@
105
 
CC = @CC@
106
 
CCAS = @CCAS@
107
 
CCASFLAGS = @CCASFLAGS@
108
 
CCDEPMODE = @CCDEPMODE@
109
 
CFLAGS = @CFLAGS@
110
 
CPP = @CPP@
111
 
CPPFLAGS = @CPPFLAGS@
112
 
CXX = @CXX@
113
 
CXXCPP = @CXXCPP@
114
 
CXXDEPMODE = @CXXDEPMODE@
115
 
CXXFLAGS = @CXXFLAGS@
116
 
CYGPATH_W = @CYGPATH_W@
117
 
DEFS = @DEFS@
118
 
DEPDIR = @DEPDIR@
119
 
ECHO = @ECHO@
120
 
ECHO_C = @ECHO_C@
121
 
ECHO_N = @ECHO_N@
122
 
ECHO_T = @ECHO_T@
123
 
EGREP = @EGREP@
124
 
EXEEXT = @EXEEXT@
125
 
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
126
 
FREETYPE_LIBS = @FREETYPE_LIBS@
127
 
GMSGFMT = @GMSGFMT@
128
 
GMSGFMT_015 = @GMSGFMT_015@
129
 
GREP = @GREP@
130
 
GTK_CFLAGS = @GTK_CFLAGS@
131
 
GTK_LIBS = @GTK_LIBS@
132
 
GTK_VERSION = @GTK_VERSION@
133
 
HAVE_FREETYPE_FALSE = @HAVE_FREETYPE_FALSE@
134
 
HAVE_FREETYPE_TRUE = @HAVE_FREETYPE_TRUE@
135
 
INSTALL_DATA = @INSTALL_DATA@
136
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139
 
INTLLIBS = @INTLLIBS@
140
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
141
 
LDFLAGS = @LDFLAGS@
142
 
LIBICONV = @LIBICONV@
143
 
LIBINTL = @LIBINTL@
144
 
LIBOBJS = @LIBOBJS@
145
 
LIBS = @LIBS@
146
 
LIBTOOL = @LIBTOOL@
147
 
LMPG_OPT = @LMPG_OPT@
148
 
LN_S = @LN_S@
149
 
LTLIBICONV = @LTLIBICONV@
150
 
LTLIBINTL = @LTLIBINTL@
151
 
LTLIBOBJS = @LTLIBOBJS@
152
 
MAKEINFO = @MAKEINFO@
153
 
MSGFMT = @MSGFMT@
154
 
MSGFMT_015 = @MSGFMT_015@
155
 
MSGMERGE = @MSGMERGE@
156
 
OBJEXT = @OBJEXT@
157
 
PACKAGE = @PACKAGE@
158
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159
 
PACKAGE_NAME = @PACKAGE_NAME@
160
 
PACKAGE_STRING = @PACKAGE_STRING@
161
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
162
 
PACKAGE_VERSION = @PACKAGE_VERSION@
163
 
PATH_SEPARATOR = @PATH_SEPARATOR@
164
 
PKG_CONFIG = @PKG_CONFIG@
165
 
POSUB = @POSUB@
166
 
RANLIB = @RANLIB@
167
 
SDL_CFLAGS = @SDL_CFLAGS@
168
 
SDL_CONFIG = @SDL_CONFIG@
169
 
SDL_LIBS = @SDL_LIBS@
170
 
SET_MAKE = @SET_MAKE@
171
 
SHELL = @SHELL@
172
 
SMONKEY_CFLAGS = @SMONKEY_CFLAGS@
173
 
STRIP = @STRIP@
174
 
USE_NLS = @USE_NLS@
175
 
VERSION = @VERSION@
176
 
XGETTEXT = @XGETTEXT@
177
 
XGETTEXT_015 = @XGETTEXT_015@
178
 
XML_CFLAGS = @XML_CFLAGS@
179
 
XML_CONFIG = @XML_CONFIG@
180
 
XML_LIBS = @XML_LIBS@
181
 
ac_ct_CC = @ac_ct_CC@
182
 
ac_ct_CXX = @ac_ct_CXX@
183
 
all_includes = @all_includes@
184
 
all_libraries = @all_libraries@
185
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
186
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
187
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
188
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
189
 
am__include = @am__include@
190
 
am__leading_dot = @am__leading_dot@
191
 
am__quote = @am__quote@
192
 
am__tar = @am__tar@
193
 
am__untar = @am__untar@
194
 
bindir = @bindir@
195
 
build = @build@
196
 
build_alias = @build_alias@
197
 
build_cpu = @build_cpu@
198
 
build_os = @build_os@
199
 
build_vendor = @build_vendor@
200
 
datadir = @datadir@
201
 
datarootdir = @datarootdir@
202
 
docdir = @docdir@
203
 
dvidir = @dvidir@
204
 
exec_prefix = @exec_prefix@
205
 
host = @host@
206
 
host_alias = @host_alias@
207
 
host_cpu = @host_cpu@
208
 
host_os = @host_os@
209
 
host_vendor = @host_vendor@
210
 
htmldir = @htmldir@
211
 
includedir = @includedir@
212
 
infodir = @infodir@
213
 
install_sh = @install_sh@
214
 
libdir = @libdir@
215
 
libexecdir = @libexecdir@
216
 
localedir = @localedir@
217
 
localstatedir = @localstatedir@
218
 
mandir = @mandir@
219
 
mkdir_p = @mkdir_p@
220
 
oldincludedir = @oldincludedir@
221
 
pdfdir = @pdfdir@
222
 
prefix = @prefix@
223
 
program_transform_name = @program_transform_name@
224
 
psdir = @psdir@
225
 
sbindir = @sbindir@
226
 
sharedstatedir = @sharedstatedir@
227
 
sysconfdir = @sysconfdir@
228
 
target_alias = @target_alias@
229
 
 
230
 
####### kdevelop will overwrite this part!!! (begin)##########
231
 
noinst_LIBRARIES = liblibMpeg2Dec.a
232
 
liblibMpeg2Dec_a_METASOURCES = AUTO
233
 
liblibMpeg2Dec_a_SOURCES = alloc.c attributes.h convert.h cpu_accel.c cpu_state.c decode.c header.c idct.c idct_alpha.c idct_altivec.c idct_mlib.c idct_mmx.c mmx.h motion_comp.c motion_comp_alpha.c motion_comp_altivec.c motion_comp_mlib.c motion_comp_mmx.c mpeg2.h mpeg2_internal.h slice.c  video_out.h vlc.h
234
 
EXTRA_DIST = alloc.c       cpu_state.c  idct_alpha.c    mmx.h     \
235
 
motion_comp_mlib.c  slice.c \
236
 
attributes.h  decode.c     idct_altivec.c  motion_comp.c          motion_comp_mmx.c   video_out.h \
237
 
convert.h     header.c     idct_mlib.c     motion_comp_alpha.c    mpeg2.h             vlc.h \
238
 
cpu_accel.c   idct.c       idct_mmx.c      motion_comp_altivec.c  mpeg2_internal.h 
239
 
 
240
 
 
241
 
####### kdevelop will overwrite this part!!! (end)############
242
 
 
243
 
#ugly trick to enable MMX
244
 
#INCLUDES = $(all_includes) $(LMPG_OPT)
245
 
INCLUDES = $(all_includes)  $(ALTIVEC_SWITCH)
246
 
all: all-am
247
 
 
248
 
.SUFFIXES:
249
 
.SUFFIXES: .c .lo .o .obj
250
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
251
 
        @for dep in $?; do \
252
 
          case '$(am__configure_deps)' in \
253
 
            *$$dep*) \
254
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
255
 
                && exit 0; \
256
 
              exit 1;; \
257
 
          esac; \
258
 
        done; \
259
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  avidemux/libMpeg2Dec/Makefile'; \
260
 
        cd $(top_srcdir) && \
261
 
          $(AUTOMAKE) --gnu  avidemux/libMpeg2Dec/Makefile
262
 
.PRECIOUS: Makefile
263
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264
 
        @case '$?' in \
265
 
          *config.status*) \
266
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
267
 
          *) \
268
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
269
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
270
 
        esac;
271
 
 
272
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
 
 
275
 
$(top_srcdir)/configure:  $(am__configure_deps)
276
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
278
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
 
 
280
 
clean-noinstLIBRARIES:
281
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
282
 
liblibMpeg2Dec.a: $(liblibMpeg2Dec_a_OBJECTS) $(liblibMpeg2Dec_a_DEPENDENCIES) 
283
 
        -rm -f liblibMpeg2Dec.a
284
 
        $(liblibMpeg2Dec_a_AR) liblibMpeg2Dec.a $(liblibMpeg2Dec_a_OBJECTS) $(liblibMpeg2Dec_a_LIBADD)
285
 
        $(RANLIB) liblibMpeg2Dec.a
286
 
 
287
 
mostlyclean-compile:
288
 
        -rm -f *.$(OBJEXT)
289
 
 
290
 
distclean-compile:
291
 
        -rm -f *.tab.c
292
 
 
293
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@
294
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu_accel.Po@am__quote@
295
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu_state.Po@am__quote@
296
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Po@am__quote@
297
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
298
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idct.Po@am__quote@
299
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idct_alpha.Po@am__quote@
300
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idct_altivec.Po@am__quote@
301
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idct_mlib.Po@am__quote@
302
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idct_mmx.Po@am__quote@
303
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motion_comp.Po@am__quote@
304
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motion_comp_alpha.Po@am__quote@
305
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motion_comp_altivec.Po@am__quote@
306
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motion_comp_mlib.Po@am__quote@
307
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motion_comp_mmx.Po@am__quote@
308
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slice.Po@am__quote@
309
 
 
310
 
.c.o:
311
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
312
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
313
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
316
 
 
317
 
.c.obj:
318
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
319
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
320
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
323
 
 
324
 
.c.lo:
325
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
326
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
327
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
328
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
330
 
 
331
 
mostlyclean-libtool:
332
 
        -rm -f *.lo
333
 
 
334
 
clean-libtool:
335
 
        -rm -rf .libs _libs
336
 
 
337
 
distclean-libtool:
338
 
        -rm -f libtool
339
 
uninstall-info-am:
340
 
 
341
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
342
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343
 
        unique=`for i in $$list; do \
344
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345
 
          done | \
346
 
          $(AWK) '    { files[$$0] = 1; } \
347
 
               END { for (i in files) print i; }'`; \
348
 
        mkid -fID $$unique
349
 
tags: TAGS
350
 
 
351
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
352
 
                $(TAGS_FILES) $(LISP)
353
 
        tags=; \
354
 
        here=`pwd`; \
355
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
356
 
        unique=`for i in $$list; do \
357
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358
 
          done | \
359
 
          $(AWK) '    { files[$$0] = 1; } \
360
 
               END { for (i in files) print i; }'`; \
361
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
362
 
          test -n "$$unique" || unique=$$empty_fix; \
363
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364
 
            $$tags $$unique; \
365
 
        fi
366
 
ctags: CTAGS
367
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368
 
                $(TAGS_FILES) $(LISP)
369
 
        tags=; \
370
 
        here=`pwd`; \
371
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372
 
        unique=`for i in $$list; do \
373
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
 
          done | \
375
 
          $(AWK) '    { files[$$0] = 1; } \
376
 
               END { for (i in files) print i; }'`; \
377
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
378
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379
 
             $$tags $$unique
380
 
 
381
 
GTAGS:
382
 
        here=`$(am__cd) $(top_builddir) && pwd` \
383
 
          && cd $(top_srcdir) \
384
 
          && gtags -i $(GTAGS_ARGS) $$here
385
 
 
386
 
distclean-tags:
387
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388
 
 
389
 
distdir: $(DISTFILES)
390
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
391
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
392
 
        list='$(DISTFILES)'; for file in $$list; do \
393
 
          case $$file in \
394
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
395
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
396
 
          esac; \
397
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
398
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
399
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
400
 
            dir="/$$dir"; \
401
 
            $(mkdir_p) "$(distdir)$$dir"; \
402
 
          else \
403
 
            dir=''; \
404
 
          fi; \
405
 
          if test -d $$d/$$file; then \
406
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
408
 
            fi; \
409
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
410
 
          else \
411
 
            test -f $(distdir)/$$file \
412
 
            || cp -p $$d/$$file $(distdir)/$$file \
413
 
            || exit 1; \
414
 
          fi; \
415
 
        done
416
 
check-am: all-am
417
 
check: check-am
418
 
all-am: Makefile $(LIBRARIES)
419
 
installdirs:
420
 
install: install-am
421
 
install-exec: install-exec-am
422
 
install-data: install-data-am
423
 
uninstall: uninstall-am
424
 
 
425
 
install-am: all-am
426
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
427
 
 
428
 
installcheck: installcheck-am
429
 
install-strip:
430
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
431
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
432
 
          `test -z '$(STRIP)' || \
433
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
434
 
mostlyclean-generic:
435
 
 
436
 
clean-generic:
437
 
 
438
 
distclean-generic:
439
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
440
 
 
441
 
maintainer-clean-generic:
442
 
        @echo "This command is intended for maintainers to use"
443
 
        @echo "it deletes files that may require special tools to rebuild."
444
 
clean: clean-am
445
 
 
446
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
447
 
        mostlyclean-am
448
 
 
449
 
distclean: distclean-am
450
 
        -rm -rf ./$(DEPDIR)
451
 
        -rm -f Makefile
452
 
distclean-am: clean-am distclean-compile distclean-generic \
453
 
        distclean-libtool distclean-tags
454
 
 
455
 
dvi: dvi-am
456
 
 
457
 
dvi-am:
458
 
 
459
 
html: html-am
460
 
 
461
 
info: info-am
462
 
 
463
 
info-am:
464
 
 
465
 
install-data-am:
466
 
 
467
 
install-exec-am:
468
 
 
469
 
install-info: install-info-am
470
 
 
471
 
install-man:
472
 
 
473
 
installcheck-am:
474
 
 
475
 
maintainer-clean: maintainer-clean-am
476
 
        -rm -rf ./$(DEPDIR)
477
 
        -rm -f Makefile
478
 
maintainer-clean-am: distclean-am maintainer-clean-generic
479
 
 
480
 
mostlyclean: mostlyclean-am
481
 
 
482
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
483
 
        mostlyclean-libtool
484
 
 
485
 
pdf: pdf-am
486
 
 
487
 
pdf-am:
488
 
 
489
 
ps: ps-am
490
 
 
491
 
ps-am:
492
 
 
493
 
uninstall-am: uninstall-info-am
494
 
 
495
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
496
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
497
 
        distclean-compile distclean-generic distclean-libtool \
498
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
499
 
        install install-am install-data install-data-am install-exec \
500
 
        install-exec-am install-info install-info-am install-man \
501
 
        install-strip installcheck installcheck-am installdirs \
502
 
        maintainer-clean maintainer-clean-generic mostlyclean \
503
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
504
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
505
 
        uninstall-info-am
506
 
 
507
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
508
 
# Otherwise a system limit (for SysV at least) may be exceeded.
509
 
.NOEXPORT: