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

« back to all changes in this revision

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