~ubuntu-branches/ubuntu/trusty/mstflint/trusty-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-03-30 00:19:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100330001900-a4oyvb4ioi6w6gvh
Tags: upstream-1.4-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.4-OFED-1.4.2

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
 
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = .
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
 
40
host_triplet = @host@
 
41
bin_PROGRAMS = mstmread$(EXEEXT) mstmwrite$(EXEEXT) mstmcra$(EXEEXT) \
 
42
        mstflint$(EXEEXT) mstregdump$(EXEEXT) mstvpd$(EXEEXT)
 
43
DIST_COMMON = README $(am__configure_deps) $(mstflintinclude_HEADERS) \
 
44
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
45
        $(srcdir)/config.h.in $(srcdir)/mstflint.spec.in \
 
46
        $(top_srcdir)/configure config/config.guess config/config.sub \
 
47
        config/depcomp config/install-sh config/ltmain.sh \
 
48
        config/missing
 
49
subdir = .
 
50
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
51
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
55
 configure.lineno configure.status.lineno
 
56
mkinstalldirs = $(install_sh) -d
 
57
CONFIG_HEADER = config.h
 
58
CONFIG_CLEAN_FILES = mstflint.spec
 
59
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
 
60
        "$(DESTDIR)$(mstflintincludedir)"
 
61
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
62
PROGRAMS = $(bin_PROGRAMS)
 
63
am_mstflint_OBJECTS = mstflint-flint.$(OBJEXT) mflash.$(OBJEXT)
 
64
mstflint_OBJECTS = $(am_mstflint_OBJECTS)
 
65
mstflint_LDADD = $(LDADD)
 
66
am_mstmcra_OBJECTS = mcra.$(OBJEXT)
 
67
mstmcra_OBJECTS = $(am_mstmcra_OBJECTS)
 
68
mstmcra_LDADD = $(LDADD)
 
69
am_mstmread_OBJECTS = mread.$(OBJEXT)
 
70
mstmread_OBJECTS = $(am_mstmread_OBJECTS)
 
71
mstmread_LDADD = $(LDADD)
 
72
am_mstmwrite_OBJECTS = mwrite.$(OBJEXT)
 
73
mstmwrite_OBJECTS = $(am_mstmwrite_OBJECTS)
 
74
mstmwrite_LDADD = $(LDADD)
 
75
am_mstregdump_OBJECTS = mstdump.$(OBJEXT)
 
76
mstregdump_OBJECTS = $(am_mstregdump_OBJECTS)
 
77
mstregdump_LDADD = $(LDADD)
 
78
am_mstvpd_OBJECTS = vpd.$(OBJEXT)
 
79
mstvpd_OBJECTS = $(am_mstvpd_OBJECTS)
 
80
mstvpd_LDADD = $(LDADD)
 
81
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
82
SCRIPTS = $(bin_SCRIPTS)
 
83
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
84
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
85
am__depfiles_maybe = depfiles
 
86
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
87
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
88
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
89
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
90
        $(AM_CFLAGS) $(CFLAGS)
 
91
CCLD = $(CC)
 
92
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
93
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
94
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
95
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
96
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
97
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
98
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
99
CXXLD = $(CXX)
 
100
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
101
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
102
SOURCES = $(mstflint_SOURCES) $(mstmcra_SOURCES) $(mstmread_SOURCES) \
 
103
        $(mstmwrite_SOURCES) $(mstregdump_SOURCES) $(mstvpd_SOURCES)
 
104
DIST_SOURCES = $(mstflint_SOURCES) $(mstmcra_SOURCES) \
 
105
        $(mstmread_SOURCES) $(mstmwrite_SOURCES) $(mstregdump_SOURCES) \
 
106
        $(mstvpd_SOURCES)
 
107
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
108
am__vpath_adj = case $$p in \
 
109
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
110
    *) f=$$p;; \
 
111
  esac;
 
112
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
113
mstflintincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
114
HEADERS = $(mstflintinclude_HEADERS)
 
115
ETAGS = etags
 
116
CTAGS = ctags
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
distdir = $(PACKAGE)-$(VERSION)
 
119
top_distdir = $(distdir)
 
120
am__remove_distdir = \
 
121
  { test ! -d $(distdir) \
 
122
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
123
         && rm -fr $(distdir); }; }
 
124
DIST_ARCHIVES = $(distdir).tar.gz
 
125
GZIP_ENV = --best
 
126
distuninstallcheck_listfiles = find . -type f -print
 
127
distcleancheck_listfiles = find . -type f -print
 
128
ACLOCAL = @ACLOCAL@
 
129
AMDEP_FALSE = @AMDEP_FALSE@
 
130
AMDEP_TRUE = @AMDEP_TRUE@
 
131
AMTAR = @AMTAR@
 
132
AR = @AR@
 
133
AUTOCONF = @AUTOCONF@
 
134
AUTOHEADER = @AUTOHEADER@
 
135
AUTOMAKE = @AUTOMAKE@
 
136
AWK = @AWK@
 
137
CC = @CC@
 
138
CCDEPMODE = @CCDEPMODE@
 
139
CFLAGS = @CFLAGS@
 
140
CPP = @CPP@
 
141
CPPFLAGS = @CPPFLAGS@
 
142
CXX = @CXX@
 
143
CXXCPP = @CXXCPP@
 
144
CXXDEPMODE = @CXXDEPMODE@
 
145
CXXFLAGS = @CXXFLAGS@
 
146
CYGPATH_W = @CYGPATH_W@
 
147
DEFS = @DEFS@
 
148
DEPDIR = @DEPDIR@
 
149
ECHO = @ECHO@
 
150
ECHO_C = @ECHO_C@
 
151
ECHO_N = @ECHO_N@
 
152
ECHO_T = @ECHO_T@
 
153
EGREP = @EGREP@
 
154
EXEEXT = @EXEEXT@
 
155
F77 = @F77@
 
156
FFLAGS = @FFLAGS@
 
157
INSTALL_DATA = @INSTALL_DATA@
 
158
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
159
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
160
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
161
LDFLAGS = @LDFLAGS@
 
162
LIBOBJS = @LIBOBJS@
 
163
LIBS = @LIBS@
 
164
LIBTOOL = @LIBTOOL@
 
165
LN_S = @LN_S@
 
166
LTLIBOBJS = @LTLIBOBJS@
 
167
MAKEINFO = @MAKEINFO@
 
168
OBJEXT = @OBJEXT@
 
169
PACKAGE = @PACKAGE@
 
170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
171
PACKAGE_NAME = @PACKAGE_NAME@
 
172
PACKAGE_STRING = @PACKAGE_STRING@
 
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
174
PACKAGE_VERSION = @PACKAGE_VERSION@
 
175
PATH_SEPARATOR = @PATH_SEPARATOR@
 
176
PROJECT = @PROJECT@
 
177
RANLIB = @RANLIB@
 
178
SET_MAKE = @SET_MAKE@
 
179
SHELL = @SHELL@
 
180
STRIP = @STRIP@
 
181
VERSION = @VERSION@
 
182
ac_ct_AR = @ac_ct_AR@
 
183
ac_ct_CC = @ac_ct_CC@
 
184
ac_ct_CXX = @ac_ct_CXX@
 
185
ac_ct_F77 = @ac_ct_F77@
 
186
ac_ct_RANLIB = @ac_ct_RANLIB@
 
187
ac_ct_STRIP = @ac_ct_STRIP@
 
188
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
189
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
190
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
191
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
192
am__include = @am__include@
 
193
am__leading_dot = @am__leading_dot@
 
194
am__quote = @am__quote@
 
195
am__tar = @am__tar@
 
196
am__untar = @am__untar@
 
197
bindir = @bindir@
 
198
build = @build@
 
199
build_alias = @build_alias@
 
200
build_cpu = @build_cpu@
 
201
build_os = @build_os@
 
202
build_vendor = @build_vendor@
 
203
datadir = @datadir@
 
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
includedir = @includedir@
 
211
infodir = @infodir@
 
212
install_sh = @install_sh@
 
213
libdir = @libdir@
 
214
libexecdir = @libexecdir@
 
215
localstatedir = @localstatedir@
 
216
mandir = @mandir@
 
217
mkdir_p = @mkdir_p@
 
218
mstflint_CXXFLAGS = @mstflint_CXXFLAGS@
 
219
mstflint_LIBS = @mstflint_LIBS@
 
220
oldincludedir = @oldincludedir@
 
221
prefix = @prefix@
 
222
program_transform_name = @program_transform_name@
 
223
sbindir = @sbindir@
 
224
sharedstatedir = @sharedstatedir@
 
225
sysconfdir = @sysconfdir@
 
226
target_alias = @target_alias@
 
227
bin_SCRIPTS = hca_self_test.ofed
 
228
mstmread_SOURCES = mread.c mtcr.h
 
229
mstmwrite_SOURCES = mwrite.c mtcr.h
 
230
mstflint_SOURCES = flint.cpp mtcr.h mflash.h mflash.c
 
231
mstregdump_SOURCES = mstdump.c mtcr.h
 
232
mstvpd_SOURCES = vpd.c
 
233
mstmcra_SOURCES = mcra.c mtcr.h
 
234
mstflintinclude_HEADERS = mtcr.h
 
235
mstflintincludedir = @includedir@/mtcr_ul
 
236
EXTRA_DIST = \
 
237
        mstflint.spec \
 
238
    hca_self_test.ofed
 
239
 
 
240
all: config.h
 
241
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
242
 
 
243
.SUFFIXES:
 
244
.SUFFIXES: .c .cpp .lo .o .obj
 
245
am--refresh:
 
246
        @:
 
247
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
248
        @for dep in $?; do \
 
249
          case '$(am__configure_deps)' in \
 
250
            *$$dep*) \
 
251
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
252
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
253
                && exit 0; \
 
254
              exit 1;; \
 
255
          esac; \
 
256
        done; \
 
257
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
258
        cd $(top_srcdir) && \
 
259
          $(AUTOMAKE) --foreign  Makefile
 
260
.PRECIOUS: Makefile
 
261
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
262
        @case '$?' in \
 
263
          *config.status*) \
 
264
            echo ' $(SHELL) ./config.status'; \
 
265
            $(SHELL) ./config.status;; \
 
266
          *) \
 
267
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
268
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
269
        esac;
 
270
 
 
271
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
272
        $(SHELL) ./config.status --recheck
 
273
 
 
274
$(top_srcdir)/configure:  $(am__configure_deps)
 
275
        cd $(srcdir) && $(AUTOCONF)
 
276
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
277
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
278
 
 
279
config.h: stamp-h1
 
280
        @if test ! -f $@; then \
 
281
          rm -f stamp-h1; \
 
282
          $(MAKE) stamp-h1; \
 
283
        else :; fi
 
284
 
 
285
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
286
        @rm -f stamp-h1
 
287
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
288
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
289
        cd $(top_srcdir) && $(AUTOHEADER)
 
290
        rm -f stamp-h1
 
291
        touch $@
 
292
 
 
293
distclean-hdr:
 
294
        -rm -f config.h stamp-h1
 
295
mstflint.spec: $(top_builddir)/config.status $(srcdir)/mstflint.spec.in
 
296
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
297
install-binPROGRAMS: $(bin_PROGRAMS)
 
298
        @$(NORMAL_INSTALL)
 
299
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
300
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
301
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
302
          if test -f $$p \
 
303
             || test -f $$p1 \
 
304
          ; then \
 
305
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
306
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
307
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
308
          else :; fi; \
 
309
        done
 
310
 
 
311
uninstall-binPROGRAMS:
 
312
        @$(NORMAL_UNINSTALL)
 
313
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
314
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
315
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
316
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
317
        done
 
318
 
 
319
clean-binPROGRAMS:
 
320
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
321
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
322
          echo " rm -f $$p $$f"; \
 
323
          rm -f $$p $$f ; \
 
324
        done
 
325
mstflint$(EXEEXT): $(mstflint_OBJECTS) $(mstflint_DEPENDENCIES) 
 
326
        @rm -f mstflint$(EXEEXT)
 
327
        $(CXXLINK) $(mstflint_LDFLAGS) $(mstflint_OBJECTS) $(mstflint_LDADD) $(LIBS)
 
328
mstmcra$(EXEEXT): $(mstmcra_OBJECTS) $(mstmcra_DEPENDENCIES) 
 
329
        @rm -f mstmcra$(EXEEXT)
 
330
        $(LINK) $(mstmcra_LDFLAGS) $(mstmcra_OBJECTS) $(mstmcra_LDADD) $(LIBS)
 
331
mstmread$(EXEEXT): $(mstmread_OBJECTS) $(mstmread_DEPENDENCIES) 
 
332
        @rm -f mstmread$(EXEEXT)
 
333
        $(LINK) $(mstmread_LDFLAGS) $(mstmread_OBJECTS) $(mstmread_LDADD) $(LIBS)
 
334
mstmwrite$(EXEEXT): $(mstmwrite_OBJECTS) $(mstmwrite_DEPENDENCIES) 
 
335
        @rm -f mstmwrite$(EXEEXT)
 
336
        $(LINK) $(mstmwrite_LDFLAGS) $(mstmwrite_OBJECTS) $(mstmwrite_LDADD) $(LIBS)
 
337
mstregdump$(EXEEXT): $(mstregdump_OBJECTS) $(mstregdump_DEPENDENCIES) 
 
338
        @rm -f mstregdump$(EXEEXT)
 
339
        $(LINK) $(mstregdump_LDFLAGS) $(mstregdump_OBJECTS) $(mstregdump_LDADD) $(LIBS)
 
340
mstvpd$(EXEEXT): $(mstvpd_OBJECTS) $(mstvpd_DEPENDENCIES) 
 
341
        @rm -f mstvpd$(EXEEXT)
 
342
        $(LINK) $(mstvpd_LDFLAGS) $(mstvpd_OBJECTS) $(mstvpd_LDADD) $(LIBS)
 
343
install-binSCRIPTS: $(bin_SCRIPTS)
 
344
        @$(NORMAL_INSTALL)
 
345
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
346
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
347
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
348
          if test -f $$d$$p; then \
 
349
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
350
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
351
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
 
352
          else :; fi; \
 
353
        done
 
354
 
 
355
uninstall-binSCRIPTS:
 
356
        @$(NORMAL_UNINSTALL)
 
357
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
358
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
359
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
360
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
361
        done
 
362
 
 
363
mostlyclean-compile:
 
364
        -rm -f *.$(OBJEXT)
 
365
 
 
366
distclean-compile:
 
367
        -rm -f *.tab.c
 
368
 
 
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcra.Po@am__quote@
 
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mflash.Po@am__quote@
 
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mread.Po@am__quote@
 
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mstdump.Po@am__quote@
 
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mstflint-flint.Po@am__quote@
 
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mwrite.Po@am__quote@
 
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpd.Po@am__quote@
 
376
 
 
377
.c.o:
 
378
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
379
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
382
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
383
 
 
384
.c.obj:
 
385
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
386
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
389
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
390
 
 
391
.c.lo:
 
392
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
393
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
396
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
397
 
 
398
.cpp.o:
 
399
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
400
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
401
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
402
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
403
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
404
 
 
405
.cpp.obj:
 
406
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
407
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
408
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
409
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
410
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
411
 
 
412
.cpp.lo:
 
413
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
414
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
415
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
416
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
417
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
418
 
 
419
mstflint-flint.o: flint.cpp
 
420
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mstflint_CXXFLAGS) $(CXXFLAGS) -MT mstflint-flint.o -MD -MP -MF "$(DEPDIR)/mstflint-flint.Tpo" -c -o mstflint-flint.o `test -f 'flint.cpp' || echo '$(srcdir)/'`flint.cpp; \
 
421
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/mstflint-flint.Tpo" "$(DEPDIR)/mstflint-flint.Po"; else rm -f "$(DEPDIR)/mstflint-flint.Tpo"; exit 1; fi
 
422
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='flint.cpp' object='mstflint-flint.o' libtool=no @AMDEPBACKSLASH@
 
423
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
424
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mstflint_CXXFLAGS) $(CXXFLAGS) -c -o mstflint-flint.o `test -f 'flint.cpp' || echo '$(srcdir)/'`flint.cpp
 
425
 
 
426
mstflint-flint.obj: flint.cpp
 
427
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mstflint_CXXFLAGS) $(CXXFLAGS) -MT mstflint-flint.obj -MD -MP -MF "$(DEPDIR)/mstflint-flint.Tpo" -c -o mstflint-flint.obj `if test -f 'flint.cpp'; then $(CYGPATH_W) 'flint.cpp'; else $(CYGPATH_W) '$(srcdir)/flint.cpp'; fi`; \
 
428
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/mstflint-flint.Tpo" "$(DEPDIR)/mstflint-flint.Po"; else rm -f "$(DEPDIR)/mstflint-flint.Tpo"; exit 1; fi
 
429
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='flint.cpp' object='mstflint-flint.obj' libtool=no @AMDEPBACKSLASH@
 
430
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
431
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mstflint_CXXFLAGS) $(CXXFLAGS) -c -o mstflint-flint.obj `if test -f 'flint.cpp'; then $(CYGPATH_W) 'flint.cpp'; else $(CYGPATH_W) '$(srcdir)/flint.cpp'; fi`
 
432
 
 
433
mostlyclean-libtool:
 
434
        -rm -f *.lo
 
435
 
 
436
clean-libtool:
 
437
        -rm -rf .libs _libs
 
438
 
 
439
distclean-libtool:
 
440
        -rm -f libtool
 
441
uninstall-info-am:
 
442
install-mstflintincludeHEADERS: $(mstflintinclude_HEADERS)
 
443
        @$(NORMAL_INSTALL)
 
444
        test -z "$(mstflintincludedir)" || $(mkdir_p) "$(DESTDIR)$(mstflintincludedir)"
 
445
        @list='$(mstflintinclude_HEADERS)'; for p in $$list; do \
 
446
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
447
          f=$(am__strip_dir) \
 
448
          echo " $(mstflintincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(mstflintincludedir)/$$f'"; \
 
449
          $(mstflintincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(mstflintincludedir)/$$f"; \
 
450
        done
 
451
 
 
452
uninstall-mstflintincludeHEADERS:
 
453
        @$(NORMAL_UNINSTALL)
 
454
        @list='$(mstflintinclude_HEADERS)'; for p in $$list; do \
 
455
          f=$(am__strip_dir) \
 
456
          echo " rm -f '$(DESTDIR)$(mstflintincludedir)/$$f'"; \
 
457
          rm -f "$(DESTDIR)$(mstflintincludedir)/$$f"; \
 
458
        done
 
459
 
 
460
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
461
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
462
        unique=`for i in $$list; do \
 
463
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
464
          done | \
 
465
          $(AWK) '    { files[$$0] = 1; } \
 
466
               END { for (i in files) print i; }'`; \
 
467
        mkid -fID $$unique
 
468
tags: TAGS
 
469
 
 
470
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
471
                $(TAGS_FILES) $(LISP)
 
472
        tags=; \
 
473
        here=`pwd`; \
 
474
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
475
        unique=`for i in $$list; do \
 
476
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
477
          done | \
 
478
          $(AWK) '    { files[$$0] = 1; } \
 
479
               END { for (i in files) print i; }'`; \
 
480
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
481
          test -n "$$unique" || unique=$$empty_fix; \
 
482
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
483
            $$tags $$unique; \
 
484
        fi
 
485
ctags: CTAGS
 
486
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
487
                $(TAGS_FILES) $(LISP)
 
488
        tags=; \
 
489
        here=`pwd`; \
 
490
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
491
        unique=`for i in $$list; do \
 
492
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
493
          done | \
 
494
          $(AWK) '    { files[$$0] = 1; } \
 
495
               END { for (i in files) print i; }'`; \
 
496
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
497
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
498
             $$tags $$unique
 
499
 
 
500
GTAGS:
 
501
        here=`$(am__cd) $(top_builddir) && pwd` \
 
502
          && cd $(top_srcdir) \
 
503
          && gtags -i $(GTAGS_ARGS) $$here
 
504
 
 
505
distclean-tags:
 
506
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
507
 
 
508
distdir: $(DISTFILES)
 
509
        $(am__remove_distdir)
 
510
        mkdir $(distdir)
 
511
        $(mkdir_p) $(distdir)/. $(distdir)/config
 
512
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
513
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
514
        list='$(DISTFILES)'; for file in $$list; do \
 
515
          case $$file in \
 
516
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
517
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
518
          esac; \
 
519
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
520
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
521
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
522
            dir="/$$dir"; \
 
523
            $(mkdir_p) "$(distdir)$$dir"; \
 
524
          else \
 
525
            dir=''; \
 
526
          fi; \
 
527
          if test -d $$d/$$file; then \
 
528
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
529
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
530
            fi; \
 
531
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
532
          else \
 
533
            test -f $(distdir)/$$file \
 
534
            || cp -p $$d/$$file $(distdir)/$$file \
 
535
            || exit 1; \
 
536
          fi; \
 
537
        done
 
538
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
539
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
540
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
541
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
542
        || chmod -R a+r $(distdir)
 
543
dist-gzip: distdir
 
544
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
545
        $(am__remove_distdir)
 
546
 
 
547
dist-bzip2: distdir
 
548
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
549
        $(am__remove_distdir)
 
550
 
 
551
dist-tarZ: distdir
 
552
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
553
        $(am__remove_distdir)
 
554
 
 
555
dist-shar: distdir
 
556
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
557
        $(am__remove_distdir)
 
558
 
 
559
dist-zip: distdir
 
560
        -rm -f $(distdir).zip
 
561
        zip -rq $(distdir).zip $(distdir)
 
562
        $(am__remove_distdir)
 
563
 
 
564
dist dist-all: distdir
 
565
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
566
        $(am__remove_distdir)
 
567
 
 
568
# This target untars the dist file and tries a VPATH configuration.  Then
 
569
# it guarantees that the distribution is self-contained by making another
 
570
# tarfile.
 
571
distcheck: dist
 
572
        case '$(DIST_ARCHIVES)' in \
 
573
        *.tar.gz*) \
 
574
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
575
        *.tar.bz2*) \
 
576
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
577
        *.tar.Z*) \
 
578
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
579
        *.shar.gz*) \
 
580
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
581
        *.zip*) \
 
582
          unzip $(distdir).zip ;;\
 
583
        esac
 
584
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
585
        mkdir $(distdir)/_build
 
586
        mkdir $(distdir)/_inst
 
587
        chmod a-w $(distdir)
 
588
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
589
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
590
          && cd $(distdir)/_build \
 
591
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
592
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
593
          && $(MAKE) $(AM_MAKEFLAGS) \
 
594
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
595
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
596
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
597
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
598
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
599
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
600
                distuninstallcheck \
 
601
          && chmod -R a-w "$$dc_install_base" \
 
602
          && ({ \
 
603
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
604
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
605
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
606
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
607
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
608
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
609
          && rm -rf "$$dc_destdir" \
 
610
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
611
          && rm -rf $(DIST_ARCHIVES) \
 
612
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
613
        $(am__remove_distdir)
 
614
        @(echo "$(distdir) archives ready for distribution: "; \
 
615
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
616
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
617
distuninstallcheck:
 
618
        @cd $(distuninstallcheck_dir) \
 
619
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
620
           || { echo "ERROR: files left after uninstall:" ; \
 
621
                if test -n "$(DESTDIR)"; then \
 
622
                  echo "  (check DESTDIR support)"; \
 
623
                fi ; \
 
624
                $(distuninstallcheck_listfiles) ; \
 
625
                exit 1; } >&2
 
626
distcleancheck: distclean
 
627
        @if test '$(srcdir)' = . ; then \
 
628
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
629
          exit 1 ; \
 
630
        fi
 
631
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
632
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
633
               $(distcleancheck_listfiles) ; \
 
634
               exit 1; } >&2
 
635
check-am: all-am
 
636
check: check-am
 
637
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(HEADERS) config.h
 
638
installdirs:
 
639
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mstflintincludedir)"; do \
 
640
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
641
        done
 
642
install: install-am
 
643
install-exec: install-exec-am
 
644
install-data: install-data-am
 
645
uninstall: uninstall-am
 
646
 
 
647
install-am: all-am
 
648
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
649
 
 
650
installcheck: installcheck-am
 
651
install-strip:
 
652
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
653
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
654
          `test -z '$(STRIP)' || \
 
655
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
656
mostlyclean-generic:
 
657
 
 
658
clean-generic:
 
659
 
 
660
distclean-generic:
 
661
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
662
 
 
663
maintainer-clean-generic:
 
664
        @echo "This command is intended for maintainers to use"
 
665
        @echo "it deletes files that may require special tools to rebuild."
 
666
clean: clean-am
 
667
 
 
668
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
669
 
 
670
distclean: distclean-am
 
671
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
672
        -rm -rf ./$(DEPDIR)
 
673
        -rm -f Makefile
 
674
distclean-am: clean-am distclean-compile distclean-generic \
 
675
        distclean-hdr distclean-libtool distclean-tags
 
676
 
 
677
dvi: dvi-am
 
678
 
 
679
dvi-am:
 
680
 
 
681
html: html-am
 
682
 
 
683
info: info-am
 
684
 
 
685
info-am:
 
686
 
 
687
install-data-am: install-mstflintincludeHEADERS
 
688
 
 
689
install-exec-am: install-binPROGRAMS install-binSCRIPTS
 
690
 
 
691
install-info: install-info-am
 
692
 
 
693
install-man:
 
694
 
 
695
installcheck-am:
 
696
 
 
697
maintainer-clean: maintainer-clean-am
 
698
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
699
        -rm -rf $(top_srcdir)/autom4te.cache
 
700
        -rm -rf ./$(DEPDIR)
 
701
        -rm -f Makefile
 
702
maintainer-clean-am: distclean-am maintainer-clean-generic
 
703
 
 
704
mostlyclean: mostlyclean-am
 
705
 
 
706
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
707
        mostlyclean-libtool
 
708
 
 
709
pdf: pdf-am
 
710
 
 
711
pdf-am:
 
712
 
 
713
ps: ps-am
 
714
 
 
715
ps-am:
 
716
 
 
717
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
 
718
        uninstall-info-am uninstall-mstflintincludeHEADERS
 
719
 
 
720
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 
721
        clean-binPROGRAMS clean-generic clean-libtool ctags dist \
 
722
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
 
723
        distcheck distclean distclean-compile distclean-generic \
 
724
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
725
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
726
        info-am install install-am install-binPROGRAMS \
 
727
        install-binSCRIPTS install-data install-data-am install-exec \
 
728
        install-exec-am install-info install-info-am install-man \
 
729
        install-mstflintincludeHEADERS install-strip installcheck \
 
730
        installcheck-am installdirs maintainer-clean \
 
731
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
732
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
733
        tags uninstall uninstall-am uninstall-binPROGRAMS \
 
734
        uninstall-binSCRIPTS uninstall-info-am \
 
735
        uninstall-mstflintincludeHEADERS
 
736
 
 
737
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
738
# Otherwise a system limit (for SysV at least) may be exceeded.
 
739
.NOEXPORT: