~ubuntu-branches/ubuntu/vivid/inform/vivid

« back to all changes in this revision

Viewing changes to inform-6.31.1/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-05-26 22:09:44 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526220944-ba7phz0d1k4vo7wx
Tags: 6.31.1+dfsg-1
* Remove a considerable number of files from the package
  due to unacceptable licensing terms.
* Repair library symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
bin_PROGRAMS = inform$(EXEEXT)
 
40
subdir = src
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
47
CONFIG_CLEAN_FILES =
 
48
am__installdirs = "$(DESTDIR)$(bindir)"
 
49
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
50
PROGRAMS = $(bin_PROGRAMS)
 
51
am__objects_1 = arrays.$(OBJEXT) asm.$(OBJEXT) bpatch.$(OBJEXT) \
 
52
        chars.$(OBJEXT) directs.$(OBJEXT) errors.$(OBJEXT) \
 
53
        expressc.$(OBJEXT) expressp.$(OBJEXT) files.$(OBJEXT) \
 
54
        inform.$(OBJEXT) lexer.$(OBJEXT) linker.$(OBJEXT) \
 
55
        memory.$(OBJEXT) objects.$(OBJEXT) states.$(OBJEXT) \
 
56
        symbols.$(OBJEXT) syntax.$(OBJEXT) tables.$(OBJEXT) \
 
57
        text.$(OBJEXT) veneer.$(OBJEXT) verbs.$(OBJEXT)
 
58
am__objects_2 =
 
59
am_inform_OBJECTS = $(am__objects_1) $(am__objects_2)
 
60
inform_OBJECTS = $(am_inform_OBJECTS)
 
61
inform_LDADD = $(LDADD)
 
62
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
63
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
64
am__depfiles_maybe = depfiles
 
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
67
CCLD = $(CC)
 
68
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
SOURCES = $(inform_SOURCES)
 
70
DIST_SOURCES = $(inform_SOURCES)
 
71
ETAGS = etags
 
72
CTAGS = ctags
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
ACLOCAL = @ACLOCAL@
 
75
AMDEP_FALSE = @AMDEP_FALSE@
 
76
AMDEP_TRUE = @AMDEP_TRUE@
 
77
AMTAR = @AMTAR@
 
78
AUTOCONF = @AUTOCONF@
 
79
AUTOHEADER = @AUTOHEADER@
 
80
AUTOMAKE = @AUTOMAKE@
 
81
AWK = @AWK@
 
82
CC = @CC@
 
83
CCDEPMODE = @CCDEPMODE@
 
84
CFLAGS = @CFLAGS@
 
85
CPPFLAGS = @CPPFLAGS@
 
86
CYGPATH_W = @CYGPATH_W@
 
87
CYGWIN_FALSE = @CYGWIN_FALSE@
 
88
CYGWIN_TRUE = @CYGWIN_TRUE@
 
89
DEFS = @DEFS@
 
90
DEPDIR = @DEPDIR@
 
91
ECHO_C = @ECHO_C@
 
92
ECHO_N = @ECHO_N@
 
93
ECHO_T = @ECHO_T@
 
94
EXEEXT = @EXEEXT@
 
95
HOST = @HOST@
 
96
INFORM_VERSION = @INFORM_VERSION@
 
97
INSTALL_DATA = @INSTALL_DATA@
 
98
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
99
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
100
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
101
LDFLAGS = @LDFLAGS@
 
102
LIBOBJS = @LIBOBJS@
 
103
LIBS = @LIBS@
 
104
LN_S = @LN_S@
 
105
LTLIBOBJS = @LTLIBOBJS@
 
106
MAKEINFO = @MAKEINFO@
 
107
OBJEXT = @OBJEXT@
 
108
PACKAGE = @PACKAGE@
 
109
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
110
PACKAGE_NAME = @PACKAGE_NAME@
 
111
PACKAGE_STRING = @PACKAGE_STRING@
 
112
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
113
PACKAGE_VERSION = @PACKAGE_VERSION@
 
114
PATH_SEPARATOR = @PATH_SEPARATOR@
 
115
SET_MAKE = @SET_MAKE@
 
116
SHELL = @SHELL@
 
117
STRIP = @STRIP@
 
118
VERSION = @VERSION@
 
119
ac_ct_CC = @ac_ct_CC@
 
120
ac_ct_STRIP = @ac_ct_STRIP@
 
121
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
122
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
123
am__include = @am__include@
 
124
am__leading_dot = @am__leading_dot@
 
125
am__quote = @am__quote@
 
126
am__tar = @am__tar@
 
127
am__untar = @am__untar@
 
128
bindir = @bindir@
 
129
build = @build@
 
130
build_alias = @build_alias@
 
131
build_cpu = @build_cpu@
 
132
build_os = @build_os@
 
133
build_vendor = @build_vendor@
 
134
datadir = @datadir@
 
135
exec_prefix = @exec_prefix@
 
136
host = @host@
 
137
host_alias = @host_alias@
 
138
host_cpu = @host_cpu@
 
139
host_os = @host_os@
 
140
host_vendor = @host_vendor@
 
141
includedir = @includedir@
 
142
infodir = @infodir@
 
143
install_sh = @install_sh@
 
144
libdir = @libdir@
 
145
libexecdir = @libexecdir@
 
146
localstatedir = @localstatedir@
 
147
mandir = @mandir@
 
148
mkdir_p = @mkdir_p@
 
149
oldincludedir = @oldincludedir@
 
150
prefix = @prefix@
 
151
program_transform_name = @program_transform_name@
 
152
sbindir = @sbindir@
 
153
sharedstatedir = @sharedstatedir@
 
154
sysconfdir = @sysconfdir@
 
155
target_alias = @target_alias@
 
156
SRCS = arrays.c asm.c bpatch.c chars.c directs.c errors.c expressc.c     \
 
157
expressp.c files.c inform.c lexer.c linker.c memory.c objects.c states.c \
 
158
symbols.c syntax.c tables.c text.c veneer.c verbs.c
 
159
 
 
160
HDRS = header.h
 
161
INCPATH = ,$(DESTDIR)$(localincdir),$(DESTDIR)$(localmoddir),$(DESTDIR)$(includedir),$(DESTDIR)$(moduledir)
 
162
MODPATH = ,$(DESTDIR)$(localmoddir),$(DESTDIR)$(moduledir)
 
163
MODDEF = -DModule_Directory=\"$(MODPATH)\"
 
164
INCDEF = -DInclude_Directory=\"$(INCPATH)\"
 
165
INCLUDES = -D$(HOST) $(MODDEF) $(INCDEF)
 
166
inform_SOURCES = $(SRCS) $(HDRS)
 
167
all: all-am
 
168
 
 
169
.SUFFIXES:
 
170
.SUFFIXES: .c .o .obj
 
171
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
172
        @for dep in $?; do \
 
173
          case '$(am__configure_deps)' in \
 
174
            *$$dep*) \
 
175
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
176
                && exit 0; \
 
177
              exit 1;; \
 
178
          esac; \
 
179
        done; \
 
180
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
 
181
        cd $(top_srcdir) && \
 
182
          $(AUTOMAKE) --foreign  src/Makefile
 
183
.PRECIOUS: Makefile
 
184
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
185
        @case '$?' in \
 
186
          *config.status*) \
 
187
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
188
          *) \
 
189
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
190
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
191
        esac;
 
192
 
 
193
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
194
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
195
 
 
196
$(top_srcdir)/configure:  $(am__configure_deps)
 
197
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
198
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
199
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
200
install-binPROGRAMS: $(bin_PROGRAMS)
 
201
        @$(NORMAL_INSTALL)
 
202
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
203
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
204
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
205
          if test -f $$p \
 
206
          ; then \
 
207
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
208
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
209
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
210
          else :; fi; \
 
211
        done
 
212
 
 
213
uninstall-binPROGRAMS:
 
214
        @$(NORMAL_UNINSTALL)
 
215
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
216
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
217
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
218
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
219
        done
 
220
 
 
221
clean-binPROGRAMS:
 
222
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
223
inform$(EXEEXT): $(inform_OBJECTS) $(inform_DEPENDENCIES) 
 
224
        @rm -f inform$(EXEEXT)
 
225
        $(LINK) $(inform_LDFLAGS) $(inform_OBJECTS) $(inform_LDADD) $(LIBS)
 
226
 
 
227
mostlyclean-compile:
 
228
        -rm -f *.$(OBJEXT)
 
229
 
 
230
distclean-compile:
 
231
        -rm -f *.tab.c
 
232
 
 
233
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arrays.Po@am__quote@
 
234
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm.Po@am__quote@
 
235
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpatch.Po@am__quote@
 
236
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chars.Po@am__quote@
 
237
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directs.Po@am__quote@
 
238
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
 
239
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expressc.Po@am__quote@
 
240
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expressp.Po@am__quote@
 
241
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files.Po@am__quote@
 
242
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inform.Po@am__quote@
 
243
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Po@am__quote@
 
244
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linker.Po@am__quote@
 
245
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
 
246
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objects.Po@am__quote@
 
247
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/states.Po@am__quote@
 
248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbols.Po@am__quote@
 
249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syntax.Po@am__quote@
 
250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
 
251
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Po@am__quote@
 
252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/veneer.Po@am__quote@
 
253
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verbs.Po@am__quote@
 
254
 
 
255
.c.o:
 
256
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
257
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
258
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
259
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
260
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
261
 
 
262
.c.obj:
 
263
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
264
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
265
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
266
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
267
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
268
uninstall-info-am:
 
269
 
 
270
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
271
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
272
        unique=`for i in $$list; do \
 
273
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
274
          done | \
 
275
          $(AWK) '    { files[$$0] = 1; } \
 
276
               END { for (i in files) print i; }'`; \
 
277
        mkid -fID $$unique
 
278
tags: TAGS
 
279
 
 
280
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
281
                $(TAGS_FILES) $(LISP)
 
282
        tags=; \
 
283
        here=`pwd`; \
 
284
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
285
        unique=`for i in $$list; do \
 
286
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
287
          done | \
 
288
          $(AWK) '    { files[$$0] = 1; } \
 
289
               END { for (i in files) print i; }'`; \
 
290
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
291
          test -n "$$unique" || unique=$$empty_fix; \
 
292
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
293
            $$tags $$unique; \
 
294
        fi
 
295
ctags: CTAGS
 
296
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
297
                $(TAGS_FILES) $(LISP)
 
298
        tags=; \
 
299
        here=`pwd`; \
 
300
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
301
        unique=`for i in $$list; do \
 
302
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
303
          done | \
 
304
          $(AWK) '    { files[$$0] = 1; } \
 
305
               END { for (i in files) print i; }'`; \
 
306
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
307
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
308
             $$tags $$unique
 
309
 
 
310
GTAGS:
 
311
        here=`$(am__cd) $(top_builddir) && pwd` \
 
312
          && cd $(top_srcdir) \
 
313
          && gtags -i $(GTAGS_ARGS) $$here
 
314
 
 
315
distclean-tags:
 
316
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
317
 
 
318
distdir: $(DISTFILES)
 
319
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
320
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
321
        list='$(DISTFILES)'; for file in $$list; do \
 
322
          case $$file in \
 
323
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
324
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
325
          esac; \
 
326
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
327
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
328
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
329
            dir="/$$dir"; \
 
330
            $(mkdir_p) "$(distdir)$$dir"; \
 
331
          else \
 
332
            dir=''; \
 
333
          fi; \
 
334
          if test -d $$d/$$file; then \
 
335
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
336
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
337
            fi; \
 
338
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
339
          else \
 
340
            test -f $(distdir)/$$file \
 
341
            || cp -p $$d/$$file $(distdir)/$$file \
 
342
            || exit 1; \
 
343
          fi; \
 
344
        done
 
345
check-am: all-am
 
346
check: check-am
 
347
all-am: Makefile $(PROGRAMS)
 
348
installdirs:
 
349
        for dir in "$(DESTDIR)$(bindir)"; do \
 
350
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
351
        done
 
352
install: install-am
 
353
install-exec: install-exec-am
 
354
install-data: install-data-am
 
355
uninstall: uninstall-am
 
356
 
 
357
install-am: all-am
 
358
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
359
 
 
360
installcheck: installcheck-am
 
361
install-strip:
 
362
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
363
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
364
          `test -z '$(STRIP)' || \
 
365
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
366
mostlyclean-generic:
 
367
 
 
368
clean-generic:
 
369
 
 
370
distclean-generic:
 
371
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
372
 
 
373
maintainer-clean-generic:
 
374
        @echo "This command is intended for maintainers to use"
 
375
        @echo "it deletes files that may require special tools to rebuild."
 
376
clean: clean-am
 
377
 
 
378
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
379
 
 
380
distclean: distclean-am
 
381
        -rm -rf ./$(DEPDIR)
 
382
        -rm -f Makefile
 
383
distclean-am: clean-am distclean-compile distclean-generic \
 
384
        distclean-tags
 
385
 
 
386
dvi: dvi-am
 
387
 
 
388
dvi-am:
 
389
 
 
390
html: html-am
 
391
 
 
392
info: info-am
 
393
 
 
394
info-am:
 
395
 
 
396
install-data-am:
 
397
 
 
398
install-exec-am: install-binPROGRAMS
 
399
        @$(NORMAL_INSTALL)
 
400
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
401
 
 
402
install-info: install-info-am
 
403
 
 
404
install-man:
 
405
 
 
406
installcheck-am:
 
407
 
 
408
maintainer-clean: maintainer-clean-am
 
409
        -rm -rf ./$(DEPDIR)
 
410
        -rm -f Makefile
 
411
maintainer-clean-am: distclean-am maintainer-clean-generic
 
412
 
 
413
mostlyclean: mostlyclean-am
 
414
 
 
415
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
416
 
 
417
pdf: pdf-am
 
418
 
 
419
pdf-am:
 
420
 
 
421
ps: ps-am
 
422
 
 
423
ps-am:
 
424
 
 
425
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
426
        @$(NORMAL_INSTALL)
 
427
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
428
 
 
429
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
430
        clean-generic ctags distclean distclean-compile \
 
431
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
432
        html-am info info-am install install-am install-binPROGRAMS \
 
433
        install-data install-data-am install-exec install-exec-am \
 
434
        install-exec-hook install-info install-info-am install-man \
 
435
        install-strip installcheck installcheck-am installdirs \
 
436
        maintainer-clean maintainer-clean-generic mostlyclean \
 
437
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
438
        tags uninstall uninstall-am uninstall-binPROGRAMS \
 
439
        uninstall-hook uninstall-info-am
 
440
 
 
441
 
 
442
install-exec-hook:
 
443
#       Don't bother keeping old versions under Cygwin.
 
444
@CYGWIN_FALSE@  mv $(DESTDIR)$(bindir)/inform $(DESTDIR)$(bindir)/inform-$(INFORM_VERSION)
 
445
@CYGWIN_FALSE@  $(LN_S) $(DESTDIR)$(bindir)/inform-$(INFORM_VERSION) $(DESTDIR)$(bindir)/inform
 
446
 
 
447
uninstall-hook:
 
448
#       Ditto.
 
449
@CYGWIN_FALSE@  - chmod u+w $(DESTDIR)$(bindir)
 
450
@CYGWIN_FALSE@  rm -f $(DESTDIR)$(bindir)/inform-$(INFORM_VERSION)
 
451
 
 
452
@make_include@
 
453
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
454
# Otherwise a system limit (for SysV at least) may be exceeded.
 
455
.NOEXPORT: