~ubuntu-branches/debian/sid/grip/sid

« back to all changes in this revision

Viewing changes to doc/C/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Tiago Ilieve
  • Date: 2016-04-04 14:26:23 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20160404142623-zw16rooy7z3xadvu
Tags: 4.1.0-1
Initial release (Closes: #790611)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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
 
SHELL = @SHELL@
17
 
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
 
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
 
pkgdatadir = $(datadir)/@PACKAGE@
37
 
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
top_builddir = ../..
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
46
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
 
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
 
install_sh_DATA = $(install_sh) -c -m 644
51
 
install_sh_PROGRAM = $(install_sh) -c
52
 
install_sh_SCRIPT = $(install_sh) -c
53
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
 
INSTALL_HEADER = $(INSTALL_DATA)
55
 
transform = @program_transform_name@
56
 
NORMAL_INSTALL = :
57
 
PRE_INSTALL = :
58
 
POST_INSTALL = :
59
 
NORMAL_UNINSTALL = :
60
 
PRE_UNINSTALL = :
61
 
POST_UNINSTALL = :
62
 
host_alias = @host_alias@
63
 
host_triplet = @host@
64
 
 
65
 
EXEEXT = @EXEEXT@
66
 
OBJEXT = @OBJEXT@
67
 
PATH_SEPARATOR = @PATH_SEPARATOR@
68
 
AMTAR = @AMTAR@
69
 
AS = @AS@
70
 
AWK = @AWK@
71
 
CATALOGS = @CATALOGS@
72
 
CATOBJEXT = @CATOBJEXT@
73
 
CC = @CC@
74
 
CDPAR_LIBS = @CDPAR_LIBS@
75
 
CFLAGS = @CFLAGS@
76
 
CPPFLAGS = @CPPFLAGS@
77
 
CXX = @CXX@
78
 
DATADIRNAME = @DATADIRNAME@
79
 
DEPDIR = @DEPDIR@
80
 
DLLTOOL = @DLLTOOL@
81
 
ECHO = @ECHO@
82
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
83
 
GMOFILES = @GMOFILES@
84
 
GMSGFMT = @GMSGFMT@
85
 
ID3_LIBS = @ID3_LIBS@
86
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87
 
INSTOBJEXT = @INSTOBJEXT@
88
 
INTLLIBS = @INTLLIBS@
89
 
LDFLAGS = @LDFLAGS@
90
 
LIBTOOL = @LIBTOOL@
91
 
LN_S = @LN_S@
92
 
MAINT = @MAINT@
93
 
MKINSTALLDIRS = @MKINSTALLDIRS@
94
 
OBJDUMP = @OBJDUMP@
95
 
PACKAGE = @PACKAGE@
96
 
PKG_CONFIG = @PKG_CONFIG@
97
 
POFILES = @POFILES@
98
 
POSUB = @POSUB@
99
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
100
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
101
 
RANLIB = @RANLIB@
102
 
STRIP = @STRIP@
103
 
USE_NLS = @USE_NLS@
104
 
VERSION = @VERSION@
105
 
am__include = @am__include@
106
 
am__quote = @am__quote@
107
 
install_sh = @install_sh@
108
 
grip_helpdir = $(datadir)/gnome/help/grip/C
109
 
 
110
 
grip_help_DATA = \
111
 
        grip.xml        \
112
 
        *.png
113
 
 
114
 
 
115
 
EXTRA_DIST = \
116
 
        grip.xml \
117
 
        *.png
118
 
 
119
 
subdir = doc/C
120
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
121
 
CONFIG_HEADER = $(top_builddir)/config.h
122
 
CONFIG_CLEAN_FILES =
123
 
DIST_SOURCES =
124
 
DATA = $(grip_help_DATA)
125
 
 
126
 
DIST_COMMON = Makefile.am Makefile.in
127
 
all: all-am
128
 
 
129
 
.SUFFIXES:
130
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
131
 
        cd $(top_srcdir) && \
132
 
          $(AUTOMAKE) --gnu  doc/C/Makefile
133
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
134
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
135
 
 
136
 
mostlyclean-libtool:
137
 
        -rm -f *.lo
138
 
 
139
 
clean-libtool:
140
 
        -rm -rf .libs _libs
141
 
 
142
 
distclean-libtool:
143
 
        -rm -f libtool
144
 
uninstall-info-am:
145
 
grip_helpDATA_INSTALL = $(INSTALL_DATA)
146
 
install-grip_helpDATA: $(grip_help_DATA)
147
 
        @$(NORMAL_INSTALL)
148
 
        $(mkinstalldirs) $(DESTDIR)$(grip_helpdir)
149
 
        @list='$(grip_help_DATA)'; for p in $$list; do \
150
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
151
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
152
 
          echo " $(grip_helpDATA_INSTALL) $$d$$p $(DESTDIR)$(grip_helpdir)/$$f"; \
153
 
          $(grip_helpDATA_INSTALL) $$d$$p $(DESTDIR)$(grip_helpdir)/$$f; \
154
 
        done
155
 
 
156
 
uninstall-grip_helpDATA:
157
 
        @$(NORMAL_UNINSTALL)
158
 
        @list='$(grip_help_DATA)'; for p in $$list; do \
159
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
160
 
          echo " rm -f $(DESTDIR)$(grip_helpdir)/$$f"; \
161
 
          rm -f $(DESTDIR)$(grip_helpdir)/$$f; \
162
 
        done
163
 
tags: TAGS
164
 
TAGS:
165
 
 
166
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167
 
 
168
 
top_distdir = ../..
169
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
170
 
 
171
 
distdir: $(DISTFILES)
172
 
        @list='$(DISTFILES)'; for file in $$list; do \
173
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
174
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
175
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
176
 
            dir="/$$dir"; \
177
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
178
 
          else \
179
 
            dir=''; \
180
 
          fi; \
181
 
          if test -d $$d/$$file; then \
182
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
183
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
184
 
            fi; \
185
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
186
 
          else \
187
 
            test -f $(distdir)/$$file \
188
 
            || cp -p $$d/$$file $(distdir)/$$file \
189
 
            || exit 1; \
190
 
          fi; \
191
 
        done
192
 
check-am: all-am
193
 
check: check-am
194
 
all-am: Makefile $(DATA)
195
 
 
196
 
installdirs:
197
 
        $(mkinstalldirs) $(DESTDIR)$(grip_helpdir)
198
 
 
199
 
install: install-am
200
 
install-exec: install-exec-am
201
 
install-data: install-data-am
202
 
uninstall: uninstall-am
203
 
 
204
 
install-am: all-am
205
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
206
 
 
207
 
installcheck: installcheck-am
208
 
install-strip:
209
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
210
 
          INSTALL_STRIP_FLAG=-s \
211
 
          `test -z '$(STRIP)' || \
212
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
213
 
mostlyclean-generic:
214
 
 
215
 
clean-generic:
216
 
 
217
 
distclean-generic:
218
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
219
 
 
220
 
maintainer-clean-generic:
221
 
        @echo "This command is intended for maintainers to use"
222
 
        @echo "it deletes files that may require special tools to rebuild."
223
 
clean: clean-am
224
 
 
225
 
clean-am: clean-generic clean-libtool mostlyclean-am
226
 
 
227
 
distclean: distclean-am
228
 
 
229
 
distclean-am: clean-am distclean-generic distclean-libtool
230
 
 
231
 
dvi: dvi-am
232
 
 
233
 
dvi-am:
234
 
 
235
 
info: info-am
236
 
 
237
 
info-am:
238
 
 
239
 
install-data-am: install-grip_helpDATA
240
 
 
241
 
install-exec-am:
242
 
 
243
 
install-info: install-info-am
244
 
 
245
 
install-man:
246
 
 
247
 
installcheck-am:
248
 
 
249
 
maintainer-clean: maintainer-clean-am
250
 
 
251
 
maintainer-clean-am: distclean-am maintainer-clean-generic
252
 
 
253
 
mostlyclean: mostlyclean-am
254
 
 
255
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
256
 
 
257
 
uninstall-am: uninstall-grip_helpDATA uninstall-info-am
258
 
 
259
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
260
 
        distclean distclean-generic distclean-libtool distdir dvi \
261
 
        dvi-am info info-am install install-am install-data \
262
 
        install-data-am install-exec install-exec-am \
263
 
        install-grip_helpDATA install-info install-info-am install-man \
264
 
        install-strip installcheck installcheck-am installdirs \
265
 
        maintainer-clean maintainer-clean-generic mostlyclean \
266
 
        mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
267
 
        uninstall-grip_helpDATA uninstall-info-am
268
 
 
269
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
270
 
# Otherwise a system limit (for SysV at least) may be exceeded.
271
 
.NOEXPORT: