~ubuntu-branches/ubuntu/gutsy/libcorelinux/gutsy

« back to all changes in this revision

Viewing changes to src/testdrivers/ex20/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2001-12-29 17:43:34 UTC
  • Revision ID: james.westby@ubuntu.com-20011229174334-ejlsuilsiro5vmzr
Tags: 0.4.32-4
* fix config.{guess,sub} out of date on hppa and s390 (closes: #124296,#121830)
* try to be more descriptive in the description of the package  (closes: #115758)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# 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
@SET_MAKE@
 
15
 
 
16
# -*- Mode: makefile  -*-
 
17
# SUMMARY       :      
 
18
# USAGE :   make <make-target>
 
19
# AUTHOR        :   Christophe Prud'homme 
 
20
# ORG           :   Christophe Prud'homme 
 
21
# E-MAIL        :   <christophe.prudhomme@asci.fr>
 
22
# ORIG-DATE     :   26-Apr-89
 
23
# LAST-MOD      :   $Id: Makefile.am,v 1.3 2000/07/27 07:45:21 prudhomm Exp $
 
24
# DESCRIPTION   :  
 
25
# DESCRIP-END.  
 
26
 
 
27
SHELL = @SHELL@
 
28
 
 
29
srcdir = @srcdir@
 
30
top_srcdir = @top_srcdir@
 
31
VPATH = @srcdir@
 
32
prefix = @prefix@
 
33
exec_prefix = @exec_prefix@
 
34
 
 
35
bindir = @bindir@
 
36
sbindir = @sbindir@
 
37
libexecdir = @libexecdir@
 
38
datadir = @datadir@
 
39
sysconfdir = @sysconfdir@
 
40
sharedstatedir = @sharedstatedir@
 
41
localstatedir = @localstatedir@
 
42
libdir = @libdir@
 
43
infodir = @infodir@
 
44
mandir = @mandir@
 
45
includedir = @includedir@
 
46
oldincludedir = /usr/include
 
47
pkgdatadir = $(datadir)/@PACKAGE@
 
48
pkglibdir = $(libdir)/@PACKAGE@
 
49
pkgincludedir = $(includedir)/@PACKAGE@
 
50
top_builddir = ../../..
 
51
 
 
52
ACLOCAL = @ACLOCAL@
 
53
AUTOCONF = @AUTOCONF@
 
54
AUTOMAKE = @AUTOMAKE@
 
55
AUTOHEADER = @AUTOHEADER@
 
56
 
 
57
INSTALL = @INSTALL@
 
58
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
59
INSTALL_DATA = @INSTALL_DATA@
 
60
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
61
INSTALL_HEADER = $(INSTALL_DATA)
 
62
transform = @program_transform_name@
 
63
NORMAL_INSTALL = :
 
64
PRE_INSTALL = :
 
65
POST_INSTALL = :
 
66
NORMAL_UNINSTALL = :
 
67
PRE_UNINSTALL = :
 
68
POST_UNINSTALL = :
 
69
host_alias = @host_alias@
 
70
host_triplet = @host@
 
71
AMTAR = @AMTAR@
 
72
AS = @AS@
 
73
AWK = @AWK@
 
74
CC = @CC@
 
75
CORELINUX_MAJOR_VERSION = @CORELINUX_MAJOR_VERSION@
 
76
CORELINUX_MICRO_VERSION = @CORELINUX_MICRO_VERSION@
 
77
CORELINUX_MINOR_VERSION = @CORELINUX_MINOR_VERSION@
 
78
CORELINUX_VERSION = @CORELINUX_VERSION@
 
79
CXX = @CXX@
 
80
DEPDIR = @DEPDIR@
 
81
DLLTOOL = @DLLTOOL@
 
82
ECHO = @ECHO@
 
83
EXEEXT = @EXEEXT@
 
84
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
85
LIBCORELINUX_SO_VERSION = @LIBCORELINUX_SO_VERSION@
 
86
LIBEXMPLSUPP_SO_VERSION = @LIBEXMPLSUPP_SO_VERSION@
 
87
LIBTOOL = @LIBTOOL@
 
88
LN_S = @LN_S@
 
89
OBJDUMP = @OBJDUMP@
 
90
OBJEXT = @OBJEXT@
 
91
PACKAGE = @PACKAGE@
 
92
RANLIB = @RANLIB@
 
93
STRIP = @STRIP@
 
94
VERSION = @VERSION@
 
95
am__include = @am__include@
 
96
am__quote = @am__quote@
 
97
install_sh = @install_sh@
 
98
 
 
99
SUFFIXES = .cpp .hpp .c .h .f .F .o .moc
 
100
 
 
101
SUBDIRS = include
 
102
 
 
103
bin_PROGRAMS = ex20
 
104
 
 
105
ex20_SOURCES = examp20.cpp Lister.cpp Edit.cpp Select.cpp SubjectObserver.cpp
 
106
ex20_LDADD = ${top_builddir}/src/classlibs/corelinux/libcl++.la 
 
107
subdir = src/testdrivers/ex20
 
108
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
 
109
CONFIG_HEADER = $(top_builddir)/config.h
 
110
CONFIG_CLEAN_FILES =
 
111
bin_PROGRAMS = ex20$(EXEEXT)
 
112
PROGRAMS = $(bin_PROGRAMS)
 
113
 
 
114
am_ex20_OBJECTS = examp20.$(OBJEXT) Lister.$(OBJEXT) Edit.$(OBJEXT) \
 
115
        Select.$(OBJEXT) SubjectObserver.$(OBJEXT)
 
116
ex20_OBJECTS = $(am_ex20_OBJECTS)
 
117
ex20_DEPENDENCIES = ${top_builddir}/src/classlibs/corelinux/libcl++.la
 
118
ex20_LDFLAGS =
 
119
 
 
120
DEFS = @DEFS@
 
121
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
122
CPPFLAGS = @CPPFLAGS@
 
123
LDFLAGS = @LDFLAGS@
 
124
LIBS = @LIBS@
 
125
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
 
126
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/Edit.Po $(DEPDIR)/Lister.Po \
 
127
@AMDEP_TRUE@    $(DEPDIR)/Select.Po $(DEPDIR)/SubjectObserver.Po \
 
128
@AMDEP_TRUE@    $(DEPDIR)/examp20.Po
 
129
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
130
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
131
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
132
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
133
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
134
CXXLD = $(CXX)
 
135
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
136
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
137
CXXFLAGS = @CXXFLAGS@
 
138
DIST_SOURCES = $(ex20_SOURCES)
 
139
 
 
140
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
141
        uninstall-info-recursive all-recursive install-data-recursive \
 
142
        install-exec-recursive installdirs-recursive install-recursive \
 
143
        uninstall-recursive check-recursive installcheck-recursive
 
144
DIST_COMMON = Makefile.am Makefile.in
 
145
DIST_SUBDIRS = $(SUBDIRS)
 
146
SOURCES = $(ex20_SOURCES)
 
147
 
 
148
all: all-recursive
 
149
 
 
150
.SUFFIXES:
 
151
.SUFFIXES: .cpp .hpp .c .h .f .F .o .moc .lo .obj
 
152
 
 
153
mostlyclean-libtool:
 
154
        -rm -f *.lo
 
155
 
 
156
clean-libtool:
 
157
        -rm -rf .libs _libs
 
158
 
 
159
distclean-libtool:
 
160
        -rm -f libtool
 
161
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
162
        cd $(top_srcdir) && \
 
163
          $(AUTOMAKE) --gnu  src/testdrivers/ex20/Makefile
 
164
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
165
        cd $(top_builddir) && \
 
166
          CONFIG_HEADERS= CONFIG_LINKS= \
 
167
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
168
install-binPROGRAMS: $(bin_PROGRAMS)
 
169
        @$(NORMAL_INSTALL)
 
170
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
171
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
172
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
173
          if test -f $$p \
 
174
             || test -f $$p1 \
 
175
          ; then \
 
176
            f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
 
177
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
 
178
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
 
179
          else :; fi; \
 
180
        done
 
181
 
 
182
uninstall-binPROGRAMS:
 
183
        @$(NORMAL_UNINSTALL)
 
184
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
185
          f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
186
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
 
187
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
188
        done
 
189
 
 
190
clean-binPROGRAMS:
 
191
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
192
ex20$(EXEEXT): $(ex20_OBJECTS) $(ex20_DEPENDENCIES) 
 
193
        @rm -f ex20$(EXEEXT)
 
194
        $(CXXLINK) $(ex20_LDFLAGS) $(ex20_OBJECTS) $(ex20_LDADD) $(LIBS)
 
195
 
 
196
mostlyclean-compile:
 
197
        -rm -f *.$(OBJEXT) core *.core
 
198
 
 
199
distclean-compile:
 
200
        -rm -f *.tab.c
 
201
 
 
202
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Edit.Po@am__quote@
 
203
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Lister.Po@am__quote@
 
204
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Select.Po@am__quote@
 
205
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/SubjectObserver.Po@am__quote@
 
206
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/examp20.Po@am__quote@
 
207
 
 
208
distclean-depend:
 
209
        -rm -rf $(DEPDIR)
 
210
 
 
211
.cpp.o:
 
212
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
213
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
214
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
215
        $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
216
 
 
217
.cpp.obj:
 
218
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
219
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
220
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
221
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
 
222
 
 
223
.cpp.lo:
 
224
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
225
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
226
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
227
        $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
228
CXXDEPMODE = @CXXDEPMODE@
 
229
uninstall-info-am:
 
230
 
 
231
# This directory's subdirectories are mostly independent; you can cd
 
232
# into them and run `make' without going through this Makefile.
 
233
# To change the values of `make' variables: instead of editing Makefiles,
 
234
# (1) if the variable is set in `config.status', edit `config.status'
 
235
#     (which will cause the Makefiles to be regenerated when you run `make');
 
236
# (2) otherwise, pass the desired values on the `make' command line.
 
237
$(RECURSIVE_TARGETS):
 
238
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
239
        dot_seen=no; \
 
240
        target=`echo $@ | sed s/-recursive//`; \
 
241
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
242
          echo "Making $$target in $$subdir"; \
 
243
          if test "$$subdir" = "."; then \
 
244
            dot_seen=yes; \
 
245
            local_target="$$target-am"; \
 
246
          else \
 
247
            local_target="$$target"; \
 
248
          fi; \
 
249
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
250
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
251
        done; \
 
252
        if test "$$dot_seen" = "no"; then \
 
253
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
254
        fi; test -z "$$fail"
 
255
 
 
256
mostlyclean-recursive clean-recursive distclean-recursive \
 
257
maintainer-clean-recursive:
 
258
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
259
        dot_seen=no; \
 
260
        case "$@" in \
 
261
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
262
          *) list='$(SUBDIRS)' ;; \
 
263
        esac; \
 
264
        rev=''; for subdir in $$list; do \
 
265
          if test "$$subdir" = "."; then :; else \
 
266
            rev="$$subdir $$rev"; \
 
267
          fi; \
 
268
        done; \
 
269
        rev="$$rev ."; \
 
270
        target=`echo $@ | sed s/-recursive//`; \
 
271
        for subdir in $$rev; do \
 
272
          echo "Making $$target in $$subdir"; \
 
273
          if test "$$subdir" = "."; then \
 
274
            local_target="$$target-am"; \
 
275
          else \
 
276
            local_target="$$target"; \
 
277
          fi; \
 
278
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
279
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
280
        done && test -z "$$fail"
 
281
tags-recursive:
 
282
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
283
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
284
        done
 
285
 
 
286
tags: TAGS
 
287
 
 
288
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
289
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
290
        unique=`for i in $$list; do \
 
291
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
292
          done | \
 
293
          $(AWK) '    { files[$$0] = 1; } \
 
294
               END { for (i in files) print i; }'`; \
 
295
        mkid -fID $$unique $(LISP)
 
296
 
 
297
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
298
                $(TAGS_FILES) $(LISP)
 
299
        tags=; \
 
300
        here=`pwd`; \
 
301
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
302
          if test "$$subdir" = .; then :; else \
 
303
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
304
          fi; \
 
305
        done; \
 
306
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
307
        unique=`for i in $$list; do \
 
308
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
309
          done | \
 
310
          $(AWK) '    { files[$$0] = 1; } \
 
311
               END { for (i in files) print i; }'`; \
 
312
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
313
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
314
 
 
315
GTAGS:
 
316
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
317
          && cd $(top_srcdir) \
 
318
          && gtags -i $(GTAGS_ARGS) $$here
 
319
 
 
320
distclean-tags:
 
321
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
322
 
 
323
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
324
 
 
325
top_distdir = ../../..
 
326
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
327
 
 
328
distdir: $(DISTFILES)
 
329
        @for file in $(DISTFILES); do \
 
330
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
331
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
332
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
333
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
334
          fi; \
 
335
          if test -d $$d/$$file; then \
 
336
            cp -pR $$d/$$file $(distdir) \
 
337
            || exit 1; \
 
338
          else \
 
339
            test -f $(distdir)/$$file \
 
340
            || cp -p $$d/$$file $(distdir)/$$file \
 
341
            || exit 1; \
 
342
          fi; \
 
343
        done
 
344
        for subdir in $(SUBDIRS); do \
 
345
          if test "$$subdir" = .; then :; else \
 
346
            test -d $(distdir)/$$subdir \
 
347
            || mkdir $(distdir)/$$subdir \
 
348
            || exit 1; \
 
349
            (cd $$subdir && \
 
350
              $(MAKE) $(AM_MAKEFLAGS) \
 
351
                top_distdir="$(top_distdir)" \
 
352
                distdir=../$(distdir)/$$subdir \
 
353
                distdir) \
 
354
              || exit 1; \
 
355
          fi; \
 
356
        done
 
357
check-am: all-am
 
358
check: check-recursive
 
359
all-am: Makefile $(PROGRAMS)
 
360
installdirs: installdirs-recursive
 
361
installdirs-am:
 
362
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
363
 
 
364
install: install-recursive
 
365
install-exec: install-exec-recursive
 
366
install-data: install-data-recursive
 
367
uninstall: uninstall-recursive
 
368
 
 
369
install-am: all-am
 
370
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
371
 
 
372
installcheck: installcheck-recursive
 
373
install-strip:
 
374
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
375
          `test -z '$(STRIP)' || \
 
376
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
377
mostlyclean-generic:
 
378
 
 
379
clean-generic:
 
380
 
 
381
distclean-generic:
 
382
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
383
 
 
384
maintainer-clean-generic:
 
385
        @echo "This command is intended for maintainers to use"
 
386
        @echo "it deletes files that may require special tools to rebuild."
 
387
clean: clean-recursive
 
388
 
 
389
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
390
 
 
391
distclean: distclean-recursive
 
392
 
 
393
distclean-am: clean-am distclean-compile distclean-depend \
 
394
        distclean-generic distclean-libtool distclean-tags
 
395
 
 
396
dvi: dvi-recursive
 
397
 
 
398
dvi-am:
 
399
 
 
400
info: info-recursive
 
401
 
 
402
info-am:
 
403
 
 
404
install-data-am:
 
405
 
 
406
install-exec-am: install-binPROGRAMS
 
407
 
 
408
install-info: install-info-recursive
 
409
 
 
410
install-man:
 
411
 
 
412
installcheck-am:
 
413
 
 
414
maintainer-clean: maintainer-clean-recursive
 
415
 
 
416
maintainer-clean-am: distclean-am maintainer-clean-generic
 
417
 
 
418
mostlyclean: mostlyclean-recursive
 
419
 
 
420
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
421
        mostlyclean-libtool
 
422
 
 
423
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
424
 
 
425
uninstall-info: uninstall-info-recursive
 
426
 
 
427
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
428
        clean-binPROGRAMS clean-generic clean-libtool clean-recursive \
 
429
        distclean distclean-compile distclean-depend distclean-generic \
 
430
        distclean-libtool distclean-recursive distclean-tags distdir \
 
431
        dvi dvi-am dvi-recursive info info-am info-recursive install \
 
432
        install-am install-binPROGRAMS install-data install-data-am \
 
433
        install-data-recursive install-exec install-exec-am \
 
434
        install-exec-recursive install-info install-info-am \
 
435
        install-info-recursive install-man install-recursive \
 
436
        install-strip installcheck installcheck-am installdirs \
 
437
        installdirs-am installdirs-recursive maintainer-clean \
 
438
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
 
439
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
440
        mostlyclean-recursive tags tags-recursive uninstall \
 
441
        uninstall-am uninstall-binPROGRAMS uninstall-info-am \
 
442
        uninstall-info-recursive uninstall-recursive
 
443
 
 
444
 
 
445
# Common rcs information do not modify
 
446
# $Author: prudhomm $
 
447
# $Revision: 1.3 $
 
448
# $Date: 2000/07/27 07:45:21 $
 
449
# $Locker:  $
 
450
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
451
# Otherwise a system limit (for SysV at least) may be exceeded.
 
452
.NOEXPORT: