/[svn]/libgig/trunk/man/Makefile.in
ViewVC logotype

Contents of /libgig/trunk/man/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 186 - (show annotations) (download)
Wed Jul 7 12:03:54 2004 UTC (19 years, 9 months ago) by schoenebeck
File size: 7584 byte(s)
* added support for generating Debian packages
* version of shared library can be set in configure.in

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 AR = @AR@
70 AS = @AS@
71 AWK = @AWK@
72 CC = @CC@
73 CXX = @CXX@
74 CXXCPP = @CXXCPP@
75 DEPDIR = @DEPDIR@
76 DLLTOOL = @DLLTOOL@
77 ECHO = @ECHO@
78 EGREP = @EGREP@
79 F77 = @F77@
80 GCJ = @GCJ@
81 GCJFLAGS = @GCJFLAGS@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 OBJDUMP = @OBJDUMP@
86 PACKAGE = @PACKAGE@
87 RANLIB = @RANLIB@
88 RC = @RC@
89 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
90 SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
91 STRIP = @STRIP@
92 VERSION = @VERSION@
93 am__include = @am__include@
94 am__quote = @am__quote@
95 install_sh = @install_sh@
96
97 # all man files that should be installed
98 man1_MANS = dlsdump.1 gigdump.1 gigextract.1 rifftree.1
99 # include man files into distribution (because they're not by default)
100 dist_MANS = dlsdump.1 gigdump.1 gigextract.1 rifftree.1
101 EXTRA_DIST = dlsdump.1 gigdump.1 gigextract.1 rifftree.1
102 subdir = man
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = $(top_builddir)/config.h
105 CONFIG_CLEAN_FILES =
106 DIST_SOURCES =
107
108 NROFF = nroff
109 MANS = $(man1_MANS)
110 DIST_COMMON = Makefile.am Makefile.in
111 all: all-am
112
113 .SUFFIXES:
114 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
115 cd $(top_srcdir) && \
116 $(AUTOMAKE) --gnu man/Makefile
117 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
118 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
119
120 mostlyclean-libtool:
121 -rm -f *.lo
122
123 clean-libtool:
124 -rm -rf .libs _libs
125
126 distclean-libtool:
127 -rm -f libtool
128 uninstall-info-am:
129
130 man1dir = $(mandir)/man1
131 install-man1: $(man1_MANS) $(man_MANS)
132 @$(NORMAL_INSTALL)
133 $(mkinstalldirs) $(DESTDIR)$(man1dir)
134 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
135 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
136 for i in $$l2; do \
137 case "$$i" in \
138 *.1*) list="$$list $$i" ;; \
139 esac; \
140 done; \
141 for i in $$list; do \
142 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
143 else file=$$i; fi; \
144 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
145 case "$$ext" in \
146 1*) ;; \
147 *) ext='1' ;; \
148 esac; \
149 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
150 inst=`echo $$inst | sed -e 's/^.*\///'`; \
151 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
152 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
153 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
154 done
155 uninstall-man1:
156 @$(NORMAL_UNINSTALL)
157 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
158 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
159 for i in $$l2; do \
160 case "$$i" in \
161 *.1*) list="$$list $$i" ;; \
162 esac; \
163 done; \
164 for i in $$list; do \
165 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
166 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
167 inst=`echo $$inst | sed -e 's/^.*\///'`; \
168 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
169 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
170 rm -f $(DESTDIR)$(man1dir)/$$inst; \
171 done
172 tags: TAGS
173 TAGS:
174
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176
177 top_distdir = ..
178 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
179
180 distdir: $(DISTFILES)
181 @list='$(DISTFILES)'; for file in $$list; do \
182 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
183 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
184 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
185 dir="/$$dir"; \
186 $(mkinstalldirs) "$(distdir)$$dir"; \
187 else \
188 dir=''; \
189 fi; \
190 if test -d $$d/$$file; then \
191 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
192 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
193 fi; \
194 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
195 else \
196 test -f $(distdir)/$$file \
197 || cp -p $$d/$$file $(distdir)/$$file \
198 || exit 1; \
199 fi; \
200 done
201 check-am: all-am
202 check: check-am
203 all-am: Makefile $(MANS)
204
205 installdirs:
206 $(mkinstalldirs) $(DESTDIR)$(man1dir)
207
208 install: install-am
209 install-exec: install-exec-am
210 install-data: install-data-am
211 uninstall: uninstall-am
212
213 install-am: all-am
214 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
215
216 installcheck: installcheck-am
217 install-strip:
218 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
219 INSTALL_STRIP_FLAG=-s \
220 `test -z '$(STRIP)' || \
221 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
222 mostlyclean-generic:
223
224 clean-generic:
225
226 distclean-generic:
227 -rm -f Makefile $(CONFIG_CLEAN_FILES)
228
229 maintainer-clean-generic:
230 @echo "This command is intended for maintainers to use"
231 @echo "it deletes files that may require special tools to rebuild."
232 clean: clean-am
233
234 clean-am: clean-generic clean-libtool mostlyclean-am
235
236 distclean: distclean-am
237
238 distclean-am: clean-am distclean-generic distclean-libtool
239
240 dvi: dvi-am
241
242 dvi-am:
243
244 info: info-am
245
246 info-am:
247
248 install-data-am: install-man
249
250 install-exec-am:
251
252 install-info: install-info-am
253
254 install-man: install-man1
255
256 installcheck-am:
257
258 maintainer-clean: maintainer-clean-am
259
260 maintainer-clean-am: distclean-am maintainer-clean-generic
261
262 mostlyclean: mostlyclean-am
263
264 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
265
266 uninstall-am: uninstall-info-am uninstall-man
267
268 uninstall-man: uninstall-man1
269
270 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
271 distclean distclean-generic distclean-libtool distdir dvi \
272 dvi-am info info-am install install-am install-data \
273 install-data-am install-exec install-exec-am install-info \
274 install-info-am install-man install-man1 install-strip \
275 installcheck installcheck-am installdirs maintainer-clean \
276 maintainer-clean-generic mostlyclean mostlyclean-generic \
277 mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
278 uninstall-man uninstall-man1
279
280 # Tell versions [3.59,3.63) of GNU make to not export all variables.
281 # Otherwise a system limit (for SysV at least) may be exceeded.
282 .NOEXPORT:

  ViewVC Help
Powered by ViewVC