"Fossies" - the Fresh Open Source Software Archive 
Member "fusesmb-0.8.7/Makefile.in" (7 Sep 2007, 14204 Bytes) of package /linux/privat/old/fusesmb-0.8.7.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 HAVE_LIB = @HAVE_LIB@
64 ISODATE = @ISODATE@
65 LIB = @LIB@
66 LTLIB = @LTLIB@
67 MAKEINFO = @MAKEINFO@
68 NMBLOOKUP = @NMBLOOKUP@
69 PACKAGE = @PACKAGE@
70 VERSION = @VERSION@
71
72 AM_CPPFLAGS = -D_REENTRANT -D_FILE_OFFSET_BITS=64
73 bin_PROGRAMS = fusesmb fusesmb.cache
74 fusesmb_SOURCES = fusesmb.c hash.c smbctx.c stringlist.c configfile.c
75 fusesmb_cache_SOURCES = cache.c hash.c stringlist.c smbctx.c configfile.c
76 noinst_HEADERS = hash.h stringlist.h smbctx.h configfile.h debug.h
77
78 # uncomment the following if fusesmb requires the math library
79
80 #EXTRA_DIST=fusesmb.lsm.in fusesmb.spec.in fusesmb.texinfo
81 EXTRA_DIST = debian fusesmb.conf.ex fusesmb.1 fusesmb.conf.5
82
83 # if you write a self-test script named `chk', uncomment the
84 # following and add `chk' to the EXTRA_DIST list
85 #TESTS=chk
86
87 # build and install the .info pages
88 #info_TEXINFOS = fusesmb.texinfo
89 #fusesmb_TEXINFOS = gpl.texinfo
90
91 # install the man pages
92 man_MANS = fusesmb.1 fusesmb.conf.5
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = config.h
96 CONFIG_CLEAN_FILES = fusesmb.lsm fusesmb.spec
97 PROGRAMS = $(bin_PROGRAMS)
98
99
100 DEFS = @DEFS@ -I. -I$(srcdir) -I.
101 CPPFLAGS = @CPPFLAGS@
102 LDFLAGS = @LDFLAGS@
103 LIBS = @LIBS@
104 fusesmb_OBJECTS = fusesmb.o hash.o smbctx.o stringlist.o configfile.o
105 fusesmb_LDADD = $(LDADD)
106 fusesmb_DEPENDENCIES =
107 fusesmb_LDFLAGS =
108 fusesmb_cache_OBJECTS = cache.o hash.o stringlist.o smbctx.o \
109 configfile.o
110 fusesmb_cache_LDADD = $(LDADD)
111 fusesmb_cache_DEPENDENCIES =
112 fusesmb_cache_LDFLAGS =
113 CFLAGS = @CFLAGS@
114 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115 CCLD = $(CC)
116 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
117 man1dir = $(mandir)/man1
118 man5dir = $(mandir)/man5
119 MANS = $(man_MANS)
120
121 NROFF = nroff
122 HEADERS = $(noinst_HEADERS)
123
124 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
125 Makefile.am Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \
126 config.h.in config.sub configure configure.in fusesmb.lsm.in \
127 fusesmb.spec.in install-sh missing mkinstalldirs
128
129
130 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131
132 TAR = tar
133 GZIP_ENV = --best
134 SOURCES = $(fusesmb_SOURCES) $(fusesmb_cache_SOURCES)
135 OBJECTS = $(fusesmb_OBJECTS) $(fusesmb_cache_OBJECTS)
136
137 all: all-redirect
138 .SUFFIXES:
139 .SUFFIXES: .S .c .o .s
140 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
142
143 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
144 cd $(top_builddir) \
145 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
146
147 $(ACLOCAL_M4): configure.in acinclude.m4
148 cd $(srcdir) && $(ACLOCAL)
149
150 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
151 $(SHELL) ./config.status --recheck
152 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
153 cd $(srcdir) && $(AUTOCONF)
154
155 config.h: stamp-h
156 @if test ! -f $@; then \
157 rm -f stamp-h; \
158 $(MAKE) stamp-h; \
159 else :; fi
160 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
161 cd $(top_builddir) \
162 && CONFIG_FILES= CONFIG_HEADERS=config.h \
163 $(SHELL) ./config.status
164 @echo timestamp > stamp-h 2> /dev/null
165 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
166 @if test ! -f $@; then \
167 rm -f $(srcdir)/stamp-h.in; \
168 $(MAKE) $(srcdir)/stamp-h.in; \
169 else :; fi
170 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
171 cd $(top_srcdir) && $(AUTOHEADER)
172 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
173
174 mostlyclean-hdr:
175
176 clean-hdr:
177
178 distclean-hdr:
179 -rm -f config.h
180
181 maintainer-clean-hdr:
182 fusesmb.lsm: $(top_builddir)/config.status fusesmb.lsm.in
183 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
184 fusesmb.spec: $(top_builddir)/config.status fusesmb.spec.in
185 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
186
187 mostlyclean-binPROGRAMS:
188
189 clean-binPROGRAMS:
190 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
191
192 distclean-binPROGRAMS:
193
194 maintainer-clean-binPROGRAMS:
195
196 install-binPROGRAMS: $(bin_PROGRAMS)
197 @$(NORMAL_INSTALL)
198 $(mkinstalldirs) $(DESTDIR)$(bindir)
199 @list='$(bin_PROGRAMS)'; for p in $$list; do \
200 if test -f $$p; then \
201 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
202 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
203 else :; fi; \
204 done
205
206 uninstall-binPROGRAMS:
207 @$(NORMAL_UNINSTALL)
208 list='$(bin_PROGRAMS)'; for p in $$list; do \
209 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
210 done
211
212 .c.o:
213 $(COMPILE) -c $<
214
215 .s.o:
216 $(COMPILE) -c $<
217
218 .S.o:
219 $(COMPILE) -c $<
220
221 mostlyclean-compile:
222 -rm -f *.o core *.core
223
224 clean-compile:
225
226 distclean-compile:
227 -rm -f *.tab.c
228
229 maintainer-clean-compile:
230
231 fusesmb: $(fusesmb_OBJECTS) $(fusesmb_DEPENDENCIES)
232 @rm -f fusesmb
233 $(LINK) $(fusesmb_LDFLAGS) $(fusesmb_OBJECTS) $(fusesmb_LDADD) $(LIBS)
234
235 fusesmb.cache: $(fusesmb_cache_OBJECTS) $(fusesmb_cache_DEPENDENCIES)
236 @rm -f fusesmb.cache
237 $(LINK) $(fusesmb_cache_LDFLAGS) $(fusesmb_cache_OBJECTS) $(fusesmb_cache_LDADD) $(LIBS)
238
239 install-man1:
240 $(mkinstalldirs) $(DESTDIR)$(man1dir)
241 @list='$(man1_MANS)'; \
242 l2='$(man_MANS)'; for i in $$l2; do \
243 case "$$i" in \
244 *.1*) list="$$list $$i" ;; \
245 esac; \
246 done; \
247 for i in $$list; do \
248 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
249 else file=$$i; fi; \
250 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
251 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
252 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
253 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
254 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
255 done
256
257 uninstall-man1:
258 @list='$(man1_MANS)'; \
259 l2='$(man_MANS)'; for i in $$l2; do \
260 case "$$i" in \
261 *.1*) list="$$list $$i" ;; \
262 esac; \
263 done; \
264 for i in $$list; do \
265 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
266 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
267 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
268 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
269 rm -f $(DESTDIR)$(man1dir)/$$inst; \
270 done
271
272 install-man5:
273 $(mkinstalldirs) $(DESTDIR)$(man5dir)
274 @list='$(man5_MANS)'; \
275 l2='$(man_MANS)'; for i in $$l2; do \
276 case "$$i" in \
277 *.5*) list="$$list $$i" ;; \
278 esac; \
279 done; \
280 for i in $$list; do \
281 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
282 else file=$$i; fi; \
283 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
284 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
285 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
286 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
287 $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
288 done
289
290 uninstall-man5:
291 @list='$(man5_MANS)'; \
292 l2='$(man_MANS)'; for i in $$l2; do \
293 case "$$i" in \
294 *.5*) list="$$list $$i" ;; \
295 esac; \
296 done; \
297 for i in $$list; do \
298 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
299 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
300 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
301 echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
302 rm -f $(DESTDIR)$(man5dir)/$$inst; \
303 done
304 install-man: $(MANS)
305 @$(NORMAL_INSTALL)
306 $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5
307 uninstall-man:
308 @$(NORMAL_UNINSTALL)
309 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5
310
311 tags: TAGS
312
313 ID: $(HEADERS) $(SOURCES) $(LISP)
314 list='$(SOURCES) $(HEADERS)'; \
315 unique=`for i in $$list; do echo $$i; done | \
316 awk ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 here=`pwd` && cd $(srcdir) \
319 && mkid -f$$here/ID $$unique $(LISP)
320
321 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
322 tags=; \
323 here=`pwd`; \
324 list='$(SOURCES) $(HEADERS)'; \
325 unique=`for i in $$list; do echo $$i; done | \
326 awk ' { files[$$0] = 1; } \
327 END { for (i in files) print i; }'`; \
328 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
329 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
330
331 mostlyclean-tags:
332
333 clean-tags:
334
335 distclean-tags:
336 -rm -f TAGS ID
337
338 maintainer-clean-tags:
339
340 distdir = $(PACKAGE)-$(VERSION)
341 top_distdir = $(distdir)
342
343 # This target untars the dist file and tries a VPATH configuration. Then
344 # it guarantees that the distribution is self-contained by making another
345 # tarfile.
346 distcheck: dist
347 -rm -rf $(distdir)
348 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
349 mkdir $(distdir)/=build
350 mkdir $(distdir)/=inst
351 dc_install_base=`cd $(distdir)/=inst && pwd`; \
352 cd $(distdir)/=build \
353 && ../configure --srcdir=.. --prefix=$$dc_install_base \
354 && $(MAKE) $(AM_MAKEFLAGS) \
355 && $(MAKE) $(AM_MAKEFLAGS) dvi \
356 && $(MAKE) $(AM_MAKEFLAGS) check \
357 && $(MAKE) $(AM_MAKEFLAGS) install \
358 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
359 && $(MAKE) $(AM_MAKEFLAGS) dist
360 -rm -rf $(distdir)
361 @banner="$(distdir).tar.gz is ready for distribution"; \
362 dashes=`echo "$$banner" | sed s/./=/g`; \
363 echo "$$dashes"; \
364 echo "$$banner"; \
365 echo "$$dashes"
366 dist: distdir
367 -chmod -R a+r $(distdir)
368 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
369 -rm -rf $(distdir)
370 dist-all: distdir
371 -chmod -R a+r $(distdir)
372 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
373 -rm -rf $(distdir)
374 distdir: $(DISTFILES)
375 -rm -rf $(distdir)
376 mkdir $(distdir)
377 -chmod 777 $(distdir)
378 @for file in $(DISTFILES); do \
379 d=$(srcdir); \
380 if test -d $$d/$$file; then \
381 cp -pr $$d/$$file $(distdir)/$$file; \
382 else \
383 test -f $(distdir)/$$file \
384 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
385 || cp -p $$d/$$file $(distdir)/$$file || :; \
386 fi; \
387 done
388 cache.o: cache.c config.h stringlist.h smbctx.h configfile.h hash.h \
389 debug.h
390 configfile.o: configfile.c stringlist.h configfile.h
391 fusesmb.o: fusesmb.c config.h debug.h hash.h smbctx.h configfile.h \
392 stringlist.h
393 hash.o: hash.c hash.h
394 smbctx.o: smbctx.c smbctx.h configfile.h stringlist.h debug.h
395 stringlist.o: stringlist.c stringlist.h
396
397 info-am:
398 info: info-am
399 dvi-am:
400 dvi: dvi-am
401 check-am: all-am
402 check: check-am
403 installcheck-am:
404 installcheck: installcheck-am
405 all-recursive-am: config.h
406 $(MAKE) $(AM_MAKEFLAGS) all-recursive
407
408 install-exec-am: install-binPROGRAMS
409 install-exec: install-exec-am
410
411 install-data-am: install-man
412 install-data: install-data-am
413
414 install-am: all-am
415 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
416 install: install-am
417 uninstall-am: uninstall-binPROGRAMS uninstall-man
418 uninstall: uninstall-am
419 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) config.h
420 all-redirect: all-am
421 install-strip:
422 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
423 installdirs:
424 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
425 $(DESTDIR)$(mandir)/man5
426
427
428 mostlyclean-generic:
429
430 clean-generic:
431
432 distclean-generic:
433 -rm -f Makefile $(CONFIG_CLEAN_FILES)
434 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
435
436 maintainer-clean-generic:
437 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
438 mostlyclean-compile mostlyclean-tags \
439 mostlyclean-generic
440
441 mostlyclean: mostlyclean-am
442
443 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
444 clean-generic mostlyclean-am
445
446 clean: clean-am
447
448 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
449 distclean-tags distclean-generic clean-am
450
451 distclean: distclean-am
452 -rm -f config.status
453
454 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
455 maintainer-clean-compile maintainer-clean-tags \
456 maintainer-clean-generic distclean-am
457 @echo "This command is intended for maintainers to use;"
458 @echo "it deletes files that may require special tools to rebuild."
459
460 maintainer-clean: maintainer-clean-am
461 -rm -f config.status
462
463 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
464 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
465 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
466 mostlyclean-compile distclean-compile clean-compile \
467 maintainer-clean-compile install-man1 uninstall-man1 install-man5 \
468 uninstall-man5 install-man uninstall-man tags mostlyclean-tags \
469 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
470 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
471 install-exec-am install-exec install-data-am install-data install-am \
472 install uninstall-am uninstall all-redirect all-am all installdirs \
473 mostlyclean-generic distclean-generic clean-generic \
474 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
475
476
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
478 # Otherwise a system limit (for SysV at least) may be exceeded.
479 .NOEXPORT: