~ubuntu-branches/debian/jessie/gsmlib/jessie

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2006-05-20 21:54:42 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060520215442-nb9iiu95mzkqfejf
Tags: 1.10-10
FTBFS with G++ 4.1: extra qualifications (Closes: #356109)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2
 
# @configure_input@
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3
2
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
6
4
# This Makefile.in is free software; the Free Software Foundation
7
5
# gives unlimited permission to copy and/or distribute it,
8
6
# with or without modifications, as long as this notice is preserved.
12
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
11
# PARTICULAR PURPOSE.
14
12
 
15
 
@SET_MAKE@
16
 
 
17
13
# *************************************************************************
18
14
# * GSM TA/ME library
19
15
# *
25
21
# *
26
22
# * Created: 21.5.1999
27
23
# *************************************************************************
 
24
 
 
25
 
28
26
SHELL = @SHELL@
29
27
 
30
28
srcdir = @srcdir@
45
43
mandir = @mandir@
46
44
includedir = @includedir@
47
45
oldincludedir = /usr/include
 
46
 
 
47
DESTDIR =
 
48
 
48
49
pkgdatadir = $(datadir)/@PACKAGE@
49
50
pkglibdir = $(libdir)/@PACKAGE@
50
51
pkgincludedir = $(includedir)/@PACKAGE@
 
52
 
51
53
top_builddir = .
52
54
 
53
55
ACLOCAL = @ACLOCAL@
55
57
AUTOMAKE = @AUTOMAKE@
56
58
AUTOHEADER = @AUTOHEADER@
57
59
 
58
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59
60
INSTALL = @INSTALL@
60
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
61
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
61
62
INSTALL_DATA = @INSTALL_DATA@
62
 
install_sh_DATA = $(install_sh) -c -m 644
63
 
install_sh_PROGRAM = $(install_sh) -c
64
 
install_sh_SCRIPT = $(install_sh) -c
65
63
INSTALL_SCRIPT = @INSTALL_SCRIPT@
66
 
INSTALL_HEADER = $(INSTALL_DATA)
67
64
transform = @program_transform_name@
 
65
 
68
66
NORMAL_INSTALL = :
69
67
PRE_INSTALL = :
70
68
POST_INSTALL = :
73
71
POST_UNINSTALL = :
74
72
host_alias = @host_alias@
75
73
host_triplet = @host@
76
 
 
77
 
EXEEXT = @EXEEXT@
78
 
OBJEXT = @OBJEXT@
79
 
PATH_SEPARATOR = @PATH_SEPARATOR@
80
 
AMTAR = @AMTAR@
 
74
AR = @AR@
81
75
AS = @AS@
82
 
AWK = @AWK@
83
76
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
84
77
CATOBJEXT = @CATOBJEXT@
85
78
CC = @CC@
86
79
CPP = @CPP@
87
80
CXX = @CXX@
 
81
CXXCPP = @CXXCPP@
88
82
DATADIRNAME = @DATADIRNAME@
89
 
DEPDIR = @DEPDIR@
90
83
DLLTOOL = @DLLTOOL@
91
84
ECHO = @ECHO@
 
85
EGREP = @EGREP@
 
86
EXEEXT = @EXEEXT@
 
87
F77 = @F77@
 
88
GCJ = @GCJ@
 
89
GCJFLAGS = @GCJFLAGS@
92
90
GENCAT = @GENCAT@
 
91
GLIBC2 = @GLIBC2@
93
92
GLIBC21 = @GLIBC21@
94
93
GMSGFMT = @GMSGFMT@
95
94
GSM_VERSION = @GSM_VERSION@
 
95
HAVE_ASPRINTF = @HAVE_ASPRINTF@
96
96
HAVE_LIB = @HAVE_LIB@
97
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
97
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
98
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
99
HAVE_WPRINTF = @HAVE_WPRINTF@
98
100
INSTOBJEXT = @INSTOBJEXT@
99
101
INTLBISON = @INTLBISON@
100
102
INTLLIBS = @INTLLIBS@
101
103
INTLOBJS = @INTLOBJS@
102
104
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
105
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
103
106
LIB = @LIB@
104
107
LIBICONV = @LIBICONV@
105
108
LIBINTL = @LIBINTL@
108
111
LTLIB = @LTLIB@
109
112
LTLIBICONV = @LTLIBICONV@
110
113
LTLIBINTL = @LTLIBINTL@
 
114
MAKEINFO = @MAKEINFO@
111
115
MKINSTALLDIRS = @MKINSTALLDIRS@
112
116
OBJDUMP = @OBJDUMP@
 
117
OBJEXT = @OBJEXT@
113
118
PACKAGE = @PACKAGE@
114
119
POSUB = @POSUB@
115
120
RANLIB = @RANLIB@
 
121
RC = @RC@
116
122
STRIP = @STRIP@
117
123
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
118
124
USE_NLS = @USE_NLS@
119
125
VERSION = @VERSION@
120
 
am__include = @am__include@
121
 
am__quote = @am__quote@
122
 
install_sh = @install_sh@
123
126
 
124
127
SUBDIRS_ = po gsmlib apps tests doc scripts win32 ext
125
128
 
126
129
EXTRA_DIST = gsmlib.spec
127
 
 
128
130
@COMPILE_INTL_TRUE@SUBDIRS = intl $(SUBDIRS_) # po - make automake happy
129
131
@COMPILE_INTL_FALSE@SUBDIRS = $(SUBDIRS_) # po intl - make automake happy
130
 
subdir = .
131
132
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
132
133
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
133
134
CONFIG_HEADER = gsm_config.h
134
 
CONFIG_CLEAN_FILES = intl/Makefile
135
 
DIST_SOURCES =
136
 
 
137
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
138
 
        uninstall-info-recursive all-recursive install-data-recursive \
139
 
        install-exec-recursive installdirs-recursive install-recursive \
140
 
        uninstall-recursive check-recursive installcheck-recursive
141
 
DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
142
 
        Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 \
143
 
        aclocal.m4 configure configure.in gsm_config.h.in
144
 
DIST_SUBDIRS = po gsmlib apps tests doc scripts win32 ext intl
145
 
all: gsm_config.h
146
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
147
 
 
 
135
CONFIG_CLEAN_FILES = 
 
136
DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
 
137
INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 \
 
138
aclocal.m4 configure configure.in gsm_config.h.in
 
139
 
 
140
 
 
141
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
142
 
 
143
TAR = tar
 
144
GZIP_ENV = --best
 
145
DIST_SUBDIRS =  intl po gsmlib apps tests doc scripts win32 ext po \
 
146
gsmlib apps tests doc scripts win32 ext
 
147
all: all-redirect
148
148
.SUFFIXES:
149
 
 
150
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
151
 
 configure.lineno
152
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
153
 
        cd $(top_srcdir) && \
154
 
          $(AUTOMAKE) --gnu  Makefile
155
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
156
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
157
 
 
158
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
149
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
150
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
 
151
 
 
152
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
153
        cd $(top_builddir) \
 
154
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
155
 
 
156
$(ACLOCAL_M4):  configure.in  acinclude.m4
 
157
        cd $(srcdir) && $(ACLOCAL)
 
158
 
 
159
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
159
160
        $(SHELL) ./config.status --recheck
160
 
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
161
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
161
162
        cd $(srcdir) && $(AUTOCONF)
162
163
 
163
 
$(ACLOCAL_M4):  configure.in acinclude.m4
164
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
165
 
 
166
 
gsm_config.h: stamp-h1
167
 
        @if test ! -f $@; then \
168
 
          rm -f stamp-h1; \
169
 
          $(MAKE) stamp-h1; \
170
 
        else :; fi
171
 
 
172
 
stamp-h1: $(srcdir)/gsm_config.h.in $(top_builddir)/config.status
173
 
        @rm -f stamp-h1
174
 
        cd $(top_builddir) && $(SHELL) ./config.status gsm_config.h
175
 
 
176
 
$(srcdir)/gsm_config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
 
164
gsm_config.h: stamp-h
 
165
        @if test ! -f $@; then \
 
166
                rm -f stamp-h; \
 
167
                $(MAKE) stamp-h; \
 
168
        else :; fi
 
169
stamp-h: $(srcdir)/gsm_config.h.in $(top_builddir)/config.status
 
170
        cd $(top_builddir) \
 
171
          && CONFIG_FILES= CONFIG_HEADERS=gsm_config.h \
 
172
             $(SHELL) ./config.status
 
173
        @echo timestamp > stamp-h 2> /dev/null
 
174
$(srcdir)/gsm_config.h.in: $(srcdir)/stamp-h.in
 
175
        @if test ! -f $@; then \
 
176
                rm -f $(srcdir)/stamp-h.in; \
 
177
                $(MAKE) $(srcdir)/stamp-h.in; \
 
178
        else :; fi
 
179
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
177
180
        cd $(top_srcdir) && $(AUTOHEADER)
178
 
        touch $(srcdir)/gsm_config.h.in
 
181
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
182
 
 
183
mostlyclean-hdr:
 
184
 
 
185
clean-hdr:
179
186
 
180
187
distclean-hdr:
181
 
        -rm -f gsm_config.h stamp-h1
182
 
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
183
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
184
 
 
185
 
mostlyclean-libtool:
186
 
        -rm -f *.lo
187
 
 
188
 
clean-libtool:
189
 
        -rm -rf .libs _libs
190
 
 
191
 
distclean-libtool:
192
 
        -rm -f libtool
193
 
uninstall-info-am:
 
188
        -rm -f gsm_config.h
 
189
 
 
190
maintainer-clean-hdr:
194
191
 
195
192
# This directory's subdirectories are mostly independent; you can cd
196
193
# into them and run `make' without going through this Makefile.
198
195
# (1) if the variable is set in `config.status', edit `config.status'
199
196
#     (which will cause the Makefiles to be regenerated when you run `make');
200
197
# (2) otherwise, pass the desired values on the `make' command line.
201
 
$(RECURSIVE_TARGETS):
202
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
198
 
 
199
@SET_MAKE@
 
200
 
 
201
all-recursive install-data-recursive install-exec-recursive \
 
202
installdirs-recursive install-recursive uninstall-recursive  \
 
203
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
204
        @set fnord $(MAKEFLAGS); amf=$$2; \
203
205
        dot_seen=no; \
204
206
        target=`echo $@ | sed s/-recursive//`; \
205
207
        list='$(SUBDIRS)'; for subdir in $$list; do \
219
221
 
220
222
mostlyclean-recursive clean-recursive distclean-recursive \
221
223
maintainer-clean-recursive:
222
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
224
        @set fnord $(MAKEFLAGS); amf=$$2; \
223
225
        dot_seen=no; \
224
 
        case "$@" in \
225
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
226
 
          *) list='$(SUBDIRS)' ;; \
227
 
        esac; \
228
 
        rev=''; for subdir in $$list; do \
229
 
          if test "$$subdir" = "."; then :; else \
230
 
            rev="$$subdir $$rev"; \
231
 
          fi; \
 
226
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
227
          rev="$$subdir $$rev"; \
 
228
          test "$$subdir" != "." || dot_seen=yes; \
232
229
        done; \
233
 
        rev="$$rev ."; \
 
230
        test "$$dot_seen" = "no" && rev=". $$rev"; \
234
231
        target=`echo $@ | sed s/-recursive//`; \
235
232
        for subdir in $$rev; do \
236
233
          echo "Making $$target in $$subdir"; \
247
244
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
248
245
        done
249
246
 
250
 
ETAGS = etags
251
 
ETAGSFLAGS =
252
 
 
253
247
tags: TAGS
254
248
 
255
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
256
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
257
 
        unique=`for i in $$list; do \
258
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
259
 
          done | \
260
 
          $(AWK) '    { files[$$0] = 1; } \
 
249
ID: $(HEADERS) $(SOURCES) $(LISP)
 
250
        list='$(SOURCES) $(HEADERS)'; \
 
251
        unique=`for i in $$list; do echo $$i; done | \
 
252
          awk '    { files[$$0] = 1; } \
261
253
               END { for (i in files) print i; }'`; \
262
 
        mkid -fID $$unique
 
254
        here=`pwd` && cd $(srcdir) \
 
255
          && mkid -f$$here/ID $$unique $(LISP)
263
256
 
264
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) gsm_config.h.in $(TAGS_DEPENDENCIES) \
265
 
                $(TAGS_FILES) $(LISP)
 
257
TAGS: tags-recursive $(HEADERS) $(SOURCES) gsm_config.h.in $(TAGS_DEPENDENCIES) $(LISP)
266
258
        tags=; \
267
259
        here=`pwd`; \
268
260
        list='$(SUBDIRS)'; for subdir in $$list; do \
269
 
          if test "$$subdir" = .; then :; else \
 
261
   if test "$$subdir" = .; then :; else \
270
262
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
271
 
          fi; \
 
263
   fi; \
272
264
        done; \
273
 
        list='$(SOURCES) $(HEADERS) gsm_config.h.in $(LISP) $(TAGS_FILES)'; \
274
 
        unique=`for i in $$list; do \
275
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276
 
          done | \
277
 
          $(AWK) '    { files[$$0] = 1; } \
 
265
        list='$(SOURCES) $(HEADERS)'; \
 
266
        unique=`for i in $$list; do echo $$i; done | \
 
267
          awk '    { files[$$0] = 1; } \
278
268
               END { for (i in files) print i; }'`; \
279
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
280
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
281
 
             $$tags $$unique
282
 
 
283
 
GTAGS:
284
 
        here=`$(am__cd) $(top_builddir) && pwd` \
285
 
          && cd $(top_srcdir) \
286
 
          && gtags -i $(GTAGS_ARGS) $$here
 
269
        test -z "$(ETAGS_ARGS)gsm_config.h.in$$unique$(LISP)$$tags" \
 
270
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags gsm_config.h.in $$unique $(LISP))
 
271
 
 
272
mostlyclean-tags:
 
273
 
 
274
clean-tags:
287
275
 
288
276
distclean-tags:
289
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
290
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
291
 
 
292
 
top_distdir = .
 
277
        -rm -f TAGS ID
 
278
 
 
279
maintainer-clean-tags:
 
280
 
293
281
distdir = $(PACKAGE)-$(VERSION)
294
 
 
295
 
am__remove_distdir = \
296
 
  { test ! -d $(distdir) \
297
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
298
 
         && rm -fr $(distdir); }; }
299
 
 
300
 
GZIP_ENV = --best
301
 
distcleancheck_listfiles = find . -type f -print
302
 
 
303
 
distdir: $(DISTFILES)
304
 
        $(am__remove_distdir)
305
 
        mkdir $(distdir)
306
 
        $(mkinstalldirs) $(distdir)/intl $(distdir)/po
307
 
        @list='$(DISTFILES)'; for file in $$list; do \
308
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
310
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
311
 
            dir="/$$dir"; \
312
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
313
 
          else \
314
 
            dir=''; \
315
 
          fi; \
316
 
          if test -d $$d/$$file; then \
317
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
319
 
            fi; \
320
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
321
 
          else \
322
 
            test -f $(distdir)/$$file \
323
 
            || cp -p $$d/$$file $(distdir)/$$file \
324
 
            || exit 1; \
325
 
          fi; \
326
 
        done
327
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
328
 
          if test "$$subdir" = .; then :; else \
329
 
            test -d $(distdir)/$$subdir \
330
 
            || mkdir $(distdir)/$$subdir \
331
 
            || exit 1; \
332
 
            (cd $$subdir && \
333
 
              $(MAKE) $(AM_MAKEFLAGS) \
334
 
                top_distdir="$(top_distdir)" \
335
 
                distdir=../$(distdir)/$$subdir \
336
 
                distdir) \
337
 
              || exit 1; \
338
 
          fi; \
339
 
        done
340
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
341
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
342
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
343
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
344
 
        || chmod -R a+r $(distdir)
345
 
dist-gzip: distdir
346
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
347
 
        $(am__remove_distdir)
348
 
 
349
 
dist dist-all: distdir
350
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
351
 
        $(am__remove_distdir)
 
282
top_distdir = $(distdir)
352
283
 
353
284
# This target untars the dist file and tries a VPATH configuration.  Then
354
285
# it guarantees that the distribution is self-contained by making another
355
286
# tarfile.
356
287
distcheck: dist
357
 
        $(am__remove_distdir)
358
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
359
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
288
        -rm -rf $(distdir)
 
289
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
360
290
        mkdir $(distdir)/=build
361
291
        mkdir $(distdir)/=inst
362
 
        chmod a-w $(distdir)
363
 
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
364
 
          && cd $(distdir)/=build \
365
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
366
 
            --with-included-gettext \
367
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
292
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
293
        cd $(distdir)/=build \
 
294
          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
368
295
          && $(MAKE) $(AM_MAKEFLAGS) \
369
296
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
370
297
          && $(MAKE) $(AM_MAKEFLAGS) check \
371
298
          && $(MAKE) $(AM_MAKEFLAGS) install \
372
299
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
373
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
374
 
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
375
 
              || { echo "ERROR: files left after uninstall:" ; \
376
 
                   find $$dc_install_base -type f -print ; \
377
 
                   exit 1; } >&2 ) \
378
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
379
 
          && rm -f $(distdir).tar.gz \
380
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
381
 
        $(am__remove_distdir)
382
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
383
 
          sed 'h;s/./=/g;p;x;p;x'
384
 
distcleancheck: distclean
385
 
        if test '$(srcdir)' = . ; then \
386
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
387
 
          exit 1 ; \
388
 
        fi
389
 
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
390
 
          || { echo "ERROR: files left after distclean:" ; \
391
 
               $(distcleancheck_listfiles) ; \
392
 
               exit 1; } >&2
 
300
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
301
        -rm -rf $(distdir)
 
302
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
303
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
304
        echo "$$dashes"; \
 
305
        echo "$$banner"; \
 
306
        echo "$$dashes"
 
307
dist: distdir
 
308
        -chmod -R a+r $(distdir)
 
309
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
310
        -rm -rf $(distdir)
 
311
dist-all: distdir
 
312
        -chmod -R a+r $(distdir)
 
313
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
314
        -rm -rf $(distdir)
 
315
distdir: $(DISTFILES)
 
316
        -rm -rf $(distdir)
 
317
        mkdir $(distdir)
 
318
        -chmod 777 $(distdir)
 
319
        here=`cd $(top_builddir) && pwd`; \
 
320
        top_distdir=`cd $(distdir) && pwd`; \
 
321
        distdir=`cd $(distdir) && pwd`; \
 
322
        cd $(top_srcdir) \
 
323
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
 
324
        @for file in $(DISTFILES); do \
 
325
          d=$(srcdir); \
 
326
          if test -d $$d/$$file; then \
 
327
            cp -pr $$d/$$file $(distdir)/$$file; \
 
328
          else \
 
329
            test -f $(distdir)/$$file \
 
330
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
331
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
332
          fi; \
 
333
        done
 
334
        for subdir in $(DIST_SUBDIRS); do \
 
335
          if test "$$subdir" = .; then :; else \
 
336
            test -d $(distdir)/$$subdir \
 
337
            || mkdir $(distdir)/$$subdir \
 
338
            || exit 1; \
 
339
            chmod 777 $(distdir)/$$subdir; \
 
340
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
341
              || exit 1; \
 
342
          fi; \
 
343
        done
 
344
info-am:
 
345
info: info-recursive
 
346
dvi-am:
 
347
dvi: dvi-recursive
393
348
check-am: all-am
394
349
check: check-recursive
395
 
all-am: Makefile gsm_config.h
396
 
installdirs: installdirs-recursive
397
 
installdirs-am:
 
350
installcheck-am:
 
351
installcheck: installcheck-recursive
 
352
all-recursive-am: gsm_config.h
 
353
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
398
354
 
399
 
install: install-recursive
 
355
install-exec-am:
400
356
install-exec: install-exec-recursive
 
357
 
 
358
install-data-am:
401
359
install-data: install-data-recursive
402
 
uninstall: uninstall-recursive
403
360
 
404
361
install-am: all-am
405
362
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
406
 
 
407
 
installcheck: installcheck-recursive
 
363
install: install-recursive
 
364
uninstall-am:
 
365
uninstall: uninstall-recursive
 
366
all-am: Makefile gsm_config.h
 
367
all-redirect: all-recursive-am
408
368
install-strip:
409
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410
 
          INSTALL_STRIP_FLAG=-s \
411
 
          `test -z '$(STRIP)' || \
412
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
369
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
370
installdirs: installdirs-recursive
 
371
installdirs-am:
 
372
 
 
373
 
413
374
mostlyclean-generic:
414
375
 
415
376
clean-generic:
416
377
 
417
378
distclean-generic:
418
379
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
380
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
419
381
 
420
382
maintainer-clean-generic:
421
 
        @echo "This command is intended for maintainers to use"
422
 
        @echo "it deletes files that may require special tools to rebuild."
 
383
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
384
 
 
385
mostlyclean: mostlyclean-recursive
 
386
 
 
387
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
388
 
423
389
clean: clean-recursive
424
390
 
425
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
391
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
392
        -rm -f libtool
426
393
 
427
394
distclean: distclean-recursive
428
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
429
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
430
 
        distclean-tags
431
 
 
432
 
dvi: dvi-recursive
433
 
 
434
 
dvi-am:
435
 
 
436
 
info: info-recursive
437
 
 
438
 
info-am:
439
 
 
440
 
install-data-am:
441
 
 
442
 
install-exec-am:
443
 
 
444
 
install-info: install-info-recursive
445
 
 
446
 
install-man:
447
 
 
448
 
installcheck-am:
 
395
        -rm -f config.status
 
396
 
 
397
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
 
398
                maintainer-clean-generic distclean-am
 
399
        @echo "This command is intended for maintainers to use;"
 
400
        @echo "it deletes files that may require special tools to rebuild."
449
401
 
450
402
maintainer-clean: maintainer-clean-recursive
451
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
452
 
        -rm -rf autom4te.cache
453
 
maintainer-clean-am: distclean-am maintainer-clean-generic
454
 
 
455
 
mostlyclean: mostlyclean-recursive
456
 
 
457
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
458
 
 
459
 
uninstall-am: uninstall-info-am
460
 
 
461
 
uninstall-info: uninstall-info-recursive
462
 
 
463
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
464
 
        clean-generic clean-libtool clean-recursive dist dist-all \
465
 
        dist-gzip distcheck distclean distclean-generic distclean-hdr \
466
 
        distclean-libtool distclean-recursive distclean-tags \
467
 
        distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
468
 
        info-recursive install install-am install-data install-data-am \
469
 
        install-data-recursive install-exec install-exec-am \
470
 
        install-exec-recursive install-info install-info-am \
471
 
        install-info-recursive install-man install-recursive \
472
 
        install-strip installcheck installcheck-am installdirs \
473
 
        installdirs-am installdirs-recursive maintainer-clean \
474
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
475
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
476
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
477
 
        uninstall-info-recursive uninstall-recursive
 
403
        -rm -f config.status
 
404
 
 
405
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
406
install-data-recursive uninstall-data-recursive install-exec-recursive \
 
407
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
408
all-recursive check-recursive installcheck-recursive info-recursive \
 
409
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
410
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
411
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
412
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
413
install-exec-am install-exec install-data-am install-data install-am \
 
414
install uninstall-am uninstall all-redirect all-am all installdirs-am \
 
415
installdirs mostlyclean-generic distclean-generic clean-generic \
 
416
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
478
417
 
479
418
 
480
419
all:
 
420
 
481
421
# Tell versions [3.59,3.63) of GNU make to not export all variables.
482
422
# Otherwise a system limit (for SysV at least) may be exceeded.
483
423
.NOEXPORT: