~ubuntu-branches/ubuntu/trusty/electricsheep/trusty-proposed

« back to all changes in this revision

Viewing changes to mpeg2dec/libmpeg2/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexis Sukrieh
  • Date: 2005-06-17 18:28:17 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050617182817-3ju56pnktawusjt8
Tags: 2.6.2-1
* New upstream release: 2.6.2.
  (closes: #309852)
* Added myself as maintainer (Sander Smeenk offered it to me).
* Added dpatch for handling changes applied on upstream sources.
* Added all missing manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
SHELL = @SHELL@
 
16
 
 
17
SOURCES = $(libmpeg2_a_SOURCES)
17
18
 
18
19
srcdir = @srcdir@
19
20
top_srcdir = @top_srcdir@
20
21
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
22
pkgdatadir = $(datadir)/@PACKAGE@
37
23
pkglibdir = $(libdir)/@PACKAGE@
38
24
pkgincludedir = $(includedir)/@PACKAGE@
39
25
top_builddir = ..
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
46
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
27
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
28
install_sh_DATA = $(install_sh) -c -m 644
51
29
install_sh_PROGRAM = $(install_sh) -c
52
30
install_sh_SCRIPT = $(install_sh) -c
53
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
31
INSTALL_HEADER = $(INSTALL_DATA)
55
 
transform = @program_transform_name@
 
32
transform = $(program_transform_name)
56
33
NORMAL_INSTALL = :
57
34
PRE_INSTALL = :
58
35
POST_INSTALL = :
59
36
NORMAL_UNINSTALL = :
60
37
PRE_UNINSTALL = :
61
38
POST_UNINSTALL = :
62
 
host_alias = @host_alias@
63
39
host_triplet = @host@
64
 
 
65
 
EXEEXT = @EXEEXT@
66
 
OBJEXT = @OBJEXT@
67
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
40
subdir = libmpeg2
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
        $(top_srcdir)/configure.in
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
 
48
CONFIG_HEADER = $(top_builddir)/include/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
ARFLAGS = cru
 
51
LIBRARIES = $(noinst_LIBRARIES)
 
52
libmpeg2_a_AR = $(AR) $(ARFLAGS)
 
53
libmpeg2_a_DEPENDENCIES =
 
54
am_libmpeg2_a_OBJECTS = decode.$(OBJEXT) header.$(OBJEXT) \
 
55
        stats.$(OBJEXT) cpu_state.$(OBJEXT) slice.$(OBJEXT) \
 
56
        motion_comp.$(OBJEXT) motion_comp_mlib.$(OBJEXT) \
 
57
        motion_comp_mmx.$(OBJEXT) motion_comp_altivec.$(OBJEXT) \
 
58
        idct.$(OBJEXT) idct_mlib.$(OBJEXT) idct_mmx.$(OBJEXT) \
 
59
        idct_altivec.$(OBJEXT)
 
60
libmpeg2_a_OBJECTS = $(am_libmpeg2_a_OBJECTS)
 
61
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
 
62
depcomp =
 
63
am__depfiles_maybe =
 
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
66
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
67
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
68
        $(AM_CFLAGS) $(CFLAGS)
 
69
CCLD = $(CC)
 
70
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
71
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
72
SOURCES = $(libmpeg2_a_SOURCES)
 
73
DIST_SOURCES = $(libmpeg2_a_SOURCES)
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
77
ACLOCAL = @ACLOCAL@
 
78
AMDEP_FALSE = @AMDEP_FALSE@
 
79
AMDEP_TRUE = @AMDEP_TRUE@
68
80
AMTAR = @AMTAR@
 
81
AR = @AR@
69
82
AS = @AS@
 
83
AUTOCONF = @AUTOCONF@
 
84
AUTOHEADER = @AUTOHEADER@
 
85
AUTOMAKE = @AUTOMAKE@
70
86
AWK = @AWK@
71
87
CC = @CC@
 
88
CCDEPMODE = @CCDEPMODE@
 
89
CFLAGS = @CFLAGS@ @LIBMPEG2_CFLAGS@
 
90
CPP = @CPP@
 
91
CPPFLAGS = @CPPFLAGS@
 
92
CXX = @CXX@
 
93
CXXCPP = @CXXCPP@
 
94
CXXDEPMODE = @CXXDEPMODE@
 
95
CXXFLAGS = @CXXFLAGS@
 
96
CYGPATH_W = @CYGPATH_W@
 
97
DEFS = @DEFS@
72
98
DEPDIR = @DEPDIR@
73
99
DLLTOOL = @DLLTOOL@
74
100
ECHO = @ECHO@
 
101
ECHO_C = @ECHO_C@
 
102
ECHO_N = @ECHO_N@
 
103
ECHO_T = @ECHO_T@
 
104
EGREP = @EGREP@
 
105
EXEEXT = @EXEEXT@
 
106
F77 = @F77@
 
107
FFLAGS = @FFLAGS@
75
108
INCLUDES = @INCLUDES@
 
109
INSTALL_DATA = @INSTALL_DATA@
 
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
76
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
LDFLAGS = @LDFLAGS@
 
114
LIBMPEG2_CFLAGS = @LIBMPEG2_CFLAGS@
 
115
LIBMPEG2_LIBS = @LIBMPEG2_LIBS@
 
116
LIBOBJS = @LIBOBJS@
 
117
LIBS = @LIBS@
77
118
LIBTOOL = @LIBTOOL@
 
119
LIBVO_CFLAGS = @LIBVO_CFLAGS@
 
120
LIBVO_LIBS = @LIBVO_LIBS@
78
121
LN_S = @LN_S@
 
122
LTLIBOBJS = @LTLIBOBJS@
79
123
MAINT = @MAINT@
 
124
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
125
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
126
MAKEINFO = @MAKEINFO@
 
127
MPEG2DEC_CFLAGS = @MPEG2DEC_CFLAGS@
80
128
OBJDUMP = @OBJDUMP@
 
129
OBJEXT = @OBJEXT@
81
130
PACKAGE = @PACKAGE@
 
131
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
132
PACKAGE_NAME = @PACKAGE_NAME@
 
133
PACKAGE_STRING = @PACKAGE_STRING@
 
134
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
135
PACKAGE_VERSION = @PACKAGE_VERSION@
 
136
PATH_SEPARATOR = @PATH_SEPARATOR@
82
137
RANLIB = @RANLIB@
 
138
SDLCONFIG = @SDLCONFIG@
 
139
SET_MAKE = @SET_MAKE@
 
140
SHELL = @SHELL@
83
141
STRIP = @STRIP@
84
142
VERSION = @VERSION@
 
143
X_CFLAGS = @X_CFLAGS@
 
144
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
145
X_LIBS = @X_LIBS@
 
146
X_PRE_LIBS = @X_PRE_LIBS@
 
147
ac_ct_AR = @ac_ct_AR@
 
148
ac_ct_AS = @ac_ct_AS@
 
149
ac_ct_CC = @ac_ct_CC@
 
150
ac_ct_CXX = @ac_ct_CXX@
 
151
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
152
ac_ct_F77 = @ac_ct_F77@
 
153
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
154
ac_ct_RANLIB = @ac_ct_RANLIB@
 
155
ac_ct_STRIP = @ac_ct_STRIP@
 
156
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
157
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
158
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
159
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
85
160
am__include = @am__include@
 
161
am__leading_dot = @am__leading_dot@
86
162
am__quote = @am__quote@
 
163
bindir = @bindir@
 
164
build = @build@
 
165
build_alias = @build_alias@
 
166
build_cpu = @build_cpu@
 
167
build_os = @build_os@
 
168
build_vendor = @build_vendor@
 
169
datadir = @datadir@
 
170
exec_prefix = @exec_prefix@
 
171
host = @host@
 
172
host_alias = @host_alias@
 
173
host_cpu = @host_cpu@
 
174
host_os = @host_os@
 
175
host_vendor = @host_vendor@
 
176
includedir = @includedir@
 
177
infodir = @infodir@
87
178
install_sh = @install_sh@
 
179
libdir = @libdir@
 
180
libexecdir = @libexecdir@
 
181
localstatedir = @localstatedir@
 
182
mandir = @mandir@
 
183
mkdir_p = @mkdir_p@
 
184
oldincludedir = @oldincludedir@
 
185
prefix = @prefix@
 
186
program_transform_name = @program_transform_name@
 
187
sbindir = @sbindir@
 
188
sharedstatedir = @sharedstatedir@
 
189
sysconfdir = @sysconfdir@
 
190
target_alias = @target_alias@
88
191
AUTOMAKE_OPTIONS = no-dependencies
89
 
 
90
 
CFLAGS = @CFLAGS@ @LIBMPEG2_CFLAGS@
91
 
 
92
192
noinst_LIBRARIES = libmpeg2.a
93
193
libmpeg2_a_SOURCES = decode.c header.c stats.c cpu_state.c slice.c \
94
194
                      motion_comp.c motion_comp_mlib.c motion_comp_mmx.c \
95
195
                      motion_comp_altivec.c \
96
196
                      idct.c idct_mlib.c idct_mmx.c idct_altivec.c
97
197
 
98
 
 
99
198
libmpeg2_a_LIBADD = @LIBMPEG2_LIBS@
100
 
 
101
199
EXTRA_DIST = configure.incl vlc.h mpeg2_internal.h
102
 
subdir = libmpeg2
103
 
mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
104
 
CONFIG_HEADER = $(top_builddir)/include/config.h
105
 
CONFIG_CLEAN_FILES =
106
 
LIBRARIES = $(noinst_LIBRARIES)
107
 
 
108
 
libmpeg2_a_AR = $(AR) cru
109
 
libmpeg2_a_DEPENDENCIES =
110
 
am_libmpeg2_a_OBJECTS = decode.$(OBJEXT) header.$(OBJEXT) \
111
 
        stats.$(OBJEXT) cpu_state.$(OBJEXT) slice.$(OBJEXT) \
112
 
        motion_comp.$(OBJEXT) motion_comp_mlib.$(OBJEXT) \
113
 
        motion_comp_mmx.$(OBJEXT) motion_comp_altivec.$(OBJEXT) \
114
 
        idct.$(OBJEXT) idct_mlib.$(OBJEXT) idct_mmx.$(OBJEXT) \
115
 
        idct_altivec.$(OBJEXT)
116
 
libmpeg2_a_OBJECTS = $(am_libmpeg2_a_OBJECTS)
117
 
 
118
 
DEFS = @DEFS@
119
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/include
120
 
CPPFLAGS = @CPPFLAGS@
121
 
LDFLAGS = @LDFLAGS@
122
 
LIBS = @LIBS@
123
 
depcomp =
124
 
am__depfiles_maybe =
125
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
128
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129
 
CCLD = $(CC)
130
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
132
 
DIST_SOURCES = $(libmpeg2_a_SOURCES)
133
 
DIST_COMMON = Makefile.am Makefile.in
134
 
SOURCES = $(libmpeg2_a_SOURCES)
135
 
 
136
200
all: all-am
137
201
 
138
202
.SUFFIXES:
139
203
.SUFFIXES: .c .lo .o .obj
140
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
204
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
205
        @for dep in $?; do \
 
206
          case '$(am__configure_deps)' in \
 
207
            *$$dep*) \
 
208
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
209
                && exit 0; \
 
210
              exit 1;; \
 
211
          esac; \
 
212
        done; \
 
213
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libmpeg2/Makefile'; \
141
214
        cd $(top_srcdir) && \
142
215
          $(AUTOMAKE) --gnu  libmpeg2/Makefile
143
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
144
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
145
 
 
146
 
AR = ar
 
216
.PRECIOUS: Makefile
 
217
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
218
        @case '$?' in \
 
219
          *config.status*) \
 
220
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
221
          *) \
 
222
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
223
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
224
        esac;
 
225
 
 
226
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
228
 
 
229
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
230
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
231
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
232
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
147
233
 
148
234
clean-noinstLIBRARIES:
149
235
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
153
239
        $(RANLIB) libmpeg2.a
154
240
 
155
241
mostlyclean-compile:
156
 
        -rm -f *.$(OBJEXT) core *.core
 
242
        -rm -f *.$(OBJEXT)
157
243
 
158
244
distclean-compile:
159
245
        -rm -f *.tab.c
160
246
 
161
247
.c.o:
162
 
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
248
        $(COMPILE) -c $<
163
249
 
164
250
.c.obj:
165
 
        $(COMPILE) -c `cygpath -w $<`
 
251
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
166
252
 
167
253
.c.lo:
168
 
        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
254
        $(LTCOMPILE) -c -o $@ $<
169
255
 
170
256
mostlyclean-libtool:
171
257
        -rm -f *.lo
177
263
        -rm -f libtool
178
264
uninstall-info-am:
179
265
 
180
 
ETAGS = etags
181
 
ETAGSFLAGS =
182
 
 
183
 
tags: TAGS
184
 
 
185
266
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
186
267
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
187
268
        unique=`for i in $$list; do \
190
271
          $(AWK) '    { files[$$0] = 1; } \
191
272
               END { for (i in files) print i; }'`; \
192
273
        mkid -fID $$unique
 
274
tags: TAGS
193
275
 
194
276
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
195
277
                $(TAGS_FILES) $(LISP)
204
286
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
205
287
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
206
288
             $$tags $$unique
 
289
ctags: CTAGS
 
290
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
291
                $(TAGS_FILES) $(LISP)
 
292
        tags=; \
 
293
        here=`pwd`; \
 
294
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
295
        unique=`for i in $$list; do \
 
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
297
          done | \
 
298
          $(AWK) '    { files[$$0] = 1; } \
 
299
               END { for (i in files) print i; }'`; \
 
300
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
301
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
302
             $$tags $$unique
207
303
 
208
304
GTAGS:
209
305
        here=`$(am__cd) $(top_builddir) && pwd` \
211
307
          && gtags -i $(GTAGS_ARGS) $$here
212
308
 
213
309
distclean-tags:
214
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
215
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216
 
 
217
 
top_distdir = ..
218
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
310
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
219
311
 
220
312
distdir: $(DISTFILES)
221
 
        @list='$(DISTFILES)'; for file in $$list; do \
 
313
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
314
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
315
        list='$(DISTFILES)'; for file in $$list; do \
 
316
          case $$file in \
 
317
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
318
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
319
          esac; \
222
320
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
223
321
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
224
322
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
225
323
            dir="/$$dir"; \
226
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
324
            $(mkdir_p) "$(distdir)$$dir"; \
227
325
          else \
228
326
            dir=''; \
229
327
          fi; \
241
339
check-am: all-am
242
340
check: check-am
243
341
all-am: Makefile $(LIBRARIES)
244
 
 
245
342
installdirs:
246
 
 
247
343
install: install-am
248
344
install-exec: install-exec-am
249
345
install-data: install-data-am
255
351
installcheck: installcheck-am
256
352
install-strip:
257
353
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
258
 
          INSTALL_STRIP_FLAG=-s \
 
354
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
259
355
          `test -z '$(STRIP)' || \
260
356
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
261
357
mostlyclean-generic:
263
359
clean-generic:
264
360
 
265
361
distclean-generic:
266
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
362
        -rm -f $(CONFIG_CLEAN_FILES)
267
363
 
268
364
maintainer-clean-generic:
269
365
        @echo "This command is intended for maintainers to use"
274
370
        mostlyclean-am
275
371
 
276
372
distclean: distclean-am
277
 
 
 
373
        -rm -f Makefile
278
374
distclean-am: clean-am distclean-compile distclean-generic \
279
375
        distclean-libtool distclean-tags
280
376
 
282
378
 
283
379
dvi-am:
284
380
 
 
381
html: html-am
 
382
 
285
383
info: info-am
286
384
 
287
385
info-am:
297
395
installcheck-am:
298
396
 
299
397
maintainer-clean: maintainer-clean-am
300
 
 
 
398
        -rm -f Makefile
301
399
maintainer-clean-am: distclean-am maintainer-clean-generic
302
400
 
303
401
mostlyclean: mostlyclean-am
305
403
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
306
404
        mostlyclean-libtool
307
405
 
 
406
pdf: pdf-am
 
407
 
 
408
pdf-am:
 
409
 
 
410
ps: ps-am
 
411
 
 
412
ps-am:
 
413
 
308
414
uninstall-am: uninstall-info-am
309
415
 
310
 
.PHONY: GTAGS all all-am check check-am clean clean-generic \
311
 
        clean-libtool clean-noinstLIBRARIES distclean distclean-compile \
312
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
313
 
        dvi-am info info-am install install-am install-data \
314
 
        install-data-am install-exec install-exec-am install-info \
315
 
        install-info-am install-man install-strip installcheck \
316
 
        installcheck-am installdirs maintainer-clean \
317
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
318
 
        mostlyclean-generic mostlyclean-libtool tags uninstall \
319
 
        uninstall-am uninstall-info-am
 
416
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
417
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
418
        distclean-compile distclean-generic distclean-libtool \
 
419
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
420
        install install-am install-data install-data-am install-exec \
 
421
        install-exec-am install-info install-info-am install-man \
 
422
        install-strip installcheck installcheck-am installdirs \
 
423
        maintainer-clean maintainer-clean-generic mostlyclean \
 
424
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
425
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
426
        uninstall-info-am
320
427
 
321
428
# Tell versions [3.59,3.63) of GNU make to not export all variables.
322
429
# Otherwise a system limit (for SysV at least) may be exceeded.