Added support for DE200C VFD
[lcdproc-de200c.git] / server / Makefile.in
blob90135508263e5d0561a6c625d1f177818eeabddf
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
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.
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.
15 @SET_MAKE@
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 sbin_PROGRAMS = LCDd$(EXEEXT)
40 subdir = server
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44 $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 am__installdirs = "$(DESTDIR)$(sbindir)"
51 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
52 PROGRAMS = $(sbin_PROGRAMS)
53 am_LCDd_OBJECTS = client.$(OBJEXT) clients.$(OBJEXT) input.$(OBJEXT) \
54 main.$(OBJEXT) menuitem.$(OBJEXT) menu.$(OBJEXT) \
55 menuscreens.$(OBJEXT) parse.$(OBJEXT) render.$(OBJEXT) \
56 screen.$(OBJEXT) screenlist.$(OBJEXT) serverscreens.$(OBJEXT) \
57 sock.$(OBJEXT) widget.$(OBJEXT) drivers.$(OBJEXT) \
58 driver.$(OBJEXT)
59 LCDd_OBJECTS = $(am_LCDd_OBJECTS)
60 LCDd_LDADD = $(LDADD)
61 LCDd_DEPENDENCIES = ../shared/libLCDstuff.a commands/libLCDcommands.a
62 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
63 depcomp = $(SHELL) $(top_srcdir)/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 = $(LCDd_SOURCES)
70 DIST_SOURCES = $(LCDd_SOURCES)
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72 html-recursive info-recursive install-data-recursive \
73 install-exec-recursive install-info-recursive \
74 install-recursive installcheck-recursive installdirs-recursive \
75 pdf-recursive ps-recursive uninstall-info-recursive \
76 uninstall-recursive
77 ETAGS = etags
78 CTAGS = ctags
79 DIST_SUBDIRS = $(SUBDIRS)
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 ACLOCAL = @ACLOCAL@
82 AMDEP_FALSE = @AMDEP_FALSE@
83 AMDEP_TRUE = @AMDEP_TRUE@
84 AMTAR = @AMTAR@
85 AUTOCONF = @AUTOCONF@
86 AUTOHEADER = @AUTOHEADER@
87 AUTOMAKE = @AUTOMAKE@
88 AWK = @AWK@
89 CC = @CC@
90 CCDEPMODE = @CCDEPMODE@
91 CCSHARED = @CCSHARED@
92 CFLAGS = @CFLAGS@
93 CPP = @CPP@
94 CPPFLAGS = @CPPFLAGS@
95 CYGPATH_W = @CYGPATH_W@
96 DARWIN_FALSE = @DARWIN_FALSE@
97 DARWIN_TRUE = @DARWIN_TRUE@
98 DEFS = @DEFS@
99 DEPDIR = @DEPDIR@
100 DOT = @DOT@
101 DOXYGEN = @DOXYGEN@
102 DOX_FALSE = @DOX_FALSE@
103 DOX_TRUE = @DOX_TRUE@
104 DRIVERS = @DRIVERS@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 GREP = @GREP@
111 HD44780_DRIVERS = @HD44780_DRIVERS@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 LDFLAGS = @LDFLAGS@
117 LDSHARED = @LDSHARED@
118 LIBCURSES = @LIBCURSES@
119 LIBFTDI = @LIBFTDI@
120 LIBG15 = @LIBG15@
121 LIBGLCD = @LIBGLCD@
122 LIBIRMAN = @LIBIRMAN@
123 LIBLIRC_CLIENT = @LIBLIRC_CLIENT@
124 LIBOBJS = @LIBOBJS@
125 LIBS = @LIBS@
126 LIBSVGA = @LIBSVGA@
127 LIBUSBLCD = @LIBUSBLCD@
128 LIBXOSD = @LIBXOSD@
129 LTLIBOBJS = @LTLIBOBJS@
130 MAKEINFO = @MAKEINFO@
131 OBJEXT = @OBJEXT@
132 PACKAGE = @PACKAGE@
133 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134 PACKAGE_NAME = @PACKAGE_NAME@
135 PACKAGE_STRING = @PACKAGE_STRING@
136 PACKAGE_TARNAME = @PACKAGE_TARNAME@
137 PACKAGE_VERSION = @PACKAGE_VERSION@
138 PATH_SEPARATOR = @PATH_SEPARATOR@
139 RANLIB = @RANLIB@
140 SET_MAKE = @SET_MAKE@
141 SHELL = @SHELL@
142 SO = @SO@
143 STRIP = @STRIP@
144 VERSION = @VERSION@
145 ac_ct_CC = @ac_ct_CC@
146 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148 am__include = @am__include@
149 am__leading_dot = @am__leading_dot@
150 am__quote = @am__quote@
151 am__tar = @am__tar@
152 am__untar = @am__untar@
153 bindir = @bindir@
154 build = @build@
155 build_alias = @build_alias@
156 build_cpu = @build_cpu@
157 build_os = @build_os@
158 build_vendor = @build_vendor@
159 datadir = @datadir@
160 datarootdir = @datarootdir@
161 docdir = @docdir@
162 dvidir = @dvidir@
163 enable_dot = @enable_dot@
164 enable_html_dox = @enable_html_dox@
165 enable_latex_dox = @enable_latex_dox@
166 exec_prefix = @exec_prefix@
167 host = @host@
168 host_alias = @host_alias@
169 host_cpu = @host_cpu@
170 host_os = @host_os@
171 host_vendor = @host_vendor@
172 htmldir = @htmldir@
173 includedir = @includedir@
174 infodir = @infodir@
175 install_sh = @install_sh@
176 libdir = @libdir@
177 libexecdir = @libexecdir@
178 libusb_cflags = @libusb_cflags@
179 libusb_config = @libusb_config@
180 libusb_libs = @libusb_libs@
181 localedir = @localedir@
182 localstatedir = @localstatedir@
183 mandir = @mandir@
184 mkdir_p = @mkdir_p@
185 oldincludedir = @oldincludedir@
186 pdfdir = @pdfdir@
187 prefix = @prefix@
188 program_transform_name = @program_transform_name@
189 psdir = @psdir@
190 sbindir = @sbindir@
191 sharedstatedir = @sharedstatedir@
192 sysconfdir = @sysconfdir@
193 target_alias = @target_alias@
194 SUBDIRS = drivers commands
195 LCDd_SOURCES = client.c client.h clients.c clients.h input.c input.h main.c main.h menuitem.c menuitem.h menu.c menu.h menuscreens.c menuscreens.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h drivers.c drivers.h driver.c driver.h
196 LDADD = ../shared/libLCDstuff.a commands/libLCDcommands.a
197 @DARWIN_FALSE@AM_LDFLAGS = -rdynamic -uget_args
198 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -DSYSCONFDIR=\"$(sysconfdir)\"
199 all: all-recursive
201 .SUFFIXES:
202 .SUFFIXES: .c .o .obj
203 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
204 @for dep in $?; do \
205 case '$(am__configure_deps)' in \
206 *$$dep*) \
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
208 && exit 0; \
209 exit 1;; \
210 esac; \
211 done; \
212 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu server/Makefile'; \
213 cd $(top_srcdir) && \
214 $(AUTOMAKE) --gnu server/Makefile
215 .PRECIOUS: Makefile
216 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
217 @case '$?' in \
218 *config.status*) \
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
220 *) \
221 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
222 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
223 esac;
225 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228 $(top_srcdir)/configure: $(am__configure_deps)
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232 install-sbinPROGRAMS: $(sbin_PROGRAMS)
233 @$(NORMAL_INSTALL)
234 test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
235 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
236 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
237 if test -f $$p \
238 ; then \
239 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
240 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
241 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
242 else :; fi; \
243 done
245 uninstall-sbinPROGRAMS:
246 @$(NORMAL_UNINSTALL)
247 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
248 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
249 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
250 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
251 done
253 clean-sbinPROGRAMS:
254 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
255 LCDd$(EXEEXT): $(LCDd_OBJECTS) $(LCDd_DEPENDENCIES)
256 @rm -f LCDd$(EXEEXT)
257 $(LINK) $(LCDd_LDFLAGS) $(LCDd_OBJECTS) $(LCDd_LDADD) $(LIBS)
259 mostlyclean-compile:
260 -rm -f *.$(OBJEXT)
262 distclean-compile:
263 -rm -f *.tab.c
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clients.Po@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/driver.Po@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drivers.Po@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input.Po@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuitem.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuscreens.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Po@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screenlist.Po@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serverscreens.Po@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sock.Po@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget.Po@am__quote@
282 .c.o:
283 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
284 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
289 .c.obj:
290 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
291 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
295 uninstall-info-am:
297 # This directory's subdirectories are mostly independent; you can cd
298 # into them and run `make' without going through this Makefile.
299 # To change the values of `make' variables: instead of editing Makefiles,
300 # (1) if the variable is set in `config.status', edit `config.status'
301 # (which will cause the Makefiles to be regenerated when you run `make');
302 # (2) otherwise, pass the desired values on the `make' command line.
303 $(RECURSIVE_TARGETS):
304 @failcom='exit 1'; \
305 for f in x $$MAKEFLAGS; do \
306 case $$f in \
307 *=* | --[!k]*);; \
308 *k*) failcom='fail=yes';; \
309 esac; \
310 done; \
311 dot_seen=no; \
312 target=`echo $@ | sed s/-recursive//`; \
313 list='$(SUBDIRS)'; for subdir in $$list; do \
314 echo "Making $$target in $$subdir"; \
315 if test "$$subdir" = "."; then \
316 dot_seen=yes; \
317 local_target="$$target-am"; \
318 else \
319 local_target="$$target"; \
320 fi; \
321 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322 || eval $$failcom; \
323 done; \
324 if test "$$dot_seen" = "no"; then \
325 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326 fi; test -z "$$fail"
328 mostlyclean-recursive clean-recursive distclean-recursive \
329 maintainer-clean-recursive:
330 @failcom='exit 1'; \
331 for f in x $$MAKEFLAGS; do \
332 case $$f in \
333 *=* | --[!k]*);; \
334 *k*) failcom='fail=yes';; \
335 esac; \
336 done; \
337 dot_seen=no; \
338 case "$@" in \
339 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
340 *) list='$(SUBDIRS)' ;; \
341 esac; \
342 rev=''; for subdir in $$list; do \
343 if test "$$subdir" = "."; then :; else \
344 rev="$$subdir $$rev"; \
345 fi; \
346 done; \
347 rev="$$rev ."; \
348 target=`echo $@ | sed s/-recursive//`; \
349 for subdir in $$rev; do \
350 echo "Making $$target in $$subdir"; \
351 if test "$$subdir" = "."; then \
352 local_target="$$target-am"; \
353 else \
354 local_target="$$target"; \
355 fi; \
356 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357 || eval $$failcom; \
358 done && test -z "$$fail"
359 tags-recursive:
360 list='$(SUBDIRS)'; for subdir in $$list; do \
361 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
362 done
363 ctags-recursive:
364 list='$(SUBDIRS)'; for subdir in $$list; do \
365 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
366 done
368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370 unique=`for i in $$list; do \
371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 done | \
373 $(AWK) ' { files[$$0] = 1; } \
374 END { for (i in files) print i; }'`; \
375 mkid -fID $$unique
376 tags: TAGS
378 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
379 $(TAGS_FILES) $(LISP)
380 tags=; \
381 here=`pwd`; \
382 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
383 include_option=--etags-include; \
384 empty_fix=.; \
385 else \
386 include_option=--include; \
387 empty_fix=; \
388 fi; \
389 list='$(SUBDIRS)'; for subdir in $$list; do \
390 if test "$$subdir" = .; then :; else \
391 test ! -f $$subdir/TAGS || \
392 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
393 fi; \
394 done; \
395 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398 done | \
399 $(AWK) ' { files[$$0] = 1; } \
400 END { for (i in files) print i; }'`; \
401 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
402 test -n "$$unique" || unique=$$empty_fix; \
403 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404 $$tags $$unique; \
406 ctags: CTAGS
407 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
408 $(TAGS_FILES) $(LISP)
409 tags=; \
410 here=`pwd`; \
411 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412 unique=`for i in $$list; do \
413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414 done | \
415 $(AWK) ' { files[$$0] = 1; } \
416 END { for (i in files) print i; }'`; \
417 test -z "$(CTAGS_ARGS)$$tags$$unique" \
418 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419 $$tags $$unique
421 GTAGS:
422 here=`$(am__cd) $(top_builddir) && pwd` \
423 && cd $(top_srcdir) \
424 && gtags -i $(GTAGS_ARGS) $$here
426 distclean-tags:
427 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429 distdir: $(DISTFILES)
430 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
431 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
432 list='$(DISTFILES)'; for file in $$list; do \
433 case $$file in \
434 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
435 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
436 esac; \
437 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
438 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
439 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
440 dir="/$$dir"; \
441 $(mkdir_p) "$(distdir)$$dir"; \
442 else \
443 dir=''; \
444 fi; \
445 if test -d $$d/$$file; then \
446 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
448 fi; \
449 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
450 else \
451 test -f $(distdir)/$$file \
452 || cp -p $$d/$$file $(distdir)/$$file \
453 || exit 1; \
454 fi; \
455 done
456 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457 if test "$$subdir" = .; then :; else \
458 test -d "$(distdir)/$$subdir" \
459 || $(mkdir_p) "$(distdir)/$$subdir" \
460 || exit 1; \
461 distdir=`$(am__cd) $(distdir) && pwd`; \
462 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
463 (cd $$subdir && \
464 $(MAKE) $(AM_MAKEFLAGS) \
465 top_distdir="$$top_distdir" \
466 distdir="$$distdir/$$subdir" \
467 distdir) \
468 || exit 1; \
469 fi; \
470 done
471 check-am: all-am
472 check: check-recursive
473 all-am: Makefile $(PROGRAMS)
474 installdirs: installdirs-recursive
475 installdirs-am:
476 for dir in "$(DESTDIR)$(sbindir)"; do \
477 test -z "$$dir" || $(mkdir_p) "$$dir"; \
478 done
479 install: install-recursive
480 install-exec: install-exec-recursive
481 install-data: install-data-recursive
482 uninstall: uninstall-recursive
484 install-am: all-am
485 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487 installcheck: installcheck-recursive
488 install-strip:
489 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491 `test -z '$(STRIP)' || \
492 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
493 mostlyclean-generic:
495 clean-generic:
497 distclean-generic:
498 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
500 maintainer-clean-generic:
501 @echo "This command is intended for maintainers to use"
502 @echo "it deletes files that may require special tools to rebuild."
503 clean: clean-recursive
505 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
507 distclean: distclean-recursive
508 -rm -rf ./$(DEPDIR)
509 -rm -f Makefile
510 distclean-am: clean-am distclean-compile distclean-generic \
511 distclean-tags
513 dvi: dvi-recursive
515 dvi-am:
517 html: html-recursive
519 info: info-recursive
521 info-am:
523 install-data-am:
525 install-exec-am: install-sbinPROGRAMS
527 install-info: install-info-recursive
529 install-man:
531 installcheck-am:
533 maintainer-clean: maintainer-clean-recursive
534 -rm -rf ./$(DEPDIR)
535 -rm -f Makefile
536 maintainer-clean-am: distclean-am maintainer-clean-generic
538 mostlyclean: mostlyclean-recursive
540 mostlyclean-am: mostlyclean-compile mostlyclean-generic
542 pdf: pdf-recursive
544 pdf-am:
546 ps: ps-recursive
548 ps-am:
550 uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
552 uninstall-info: uninstall-info-recursive
554 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
555 clean clean-generic clean-recursive clean-sbinPROGRAMS ctags \
556 ctags-recursive distclean distclean-compile distclean-generic \
557 distclean-recursive distclean-tags distdir dvi dvi-am html \
558 html-am info info-am install install-am install-data \
559 install-data-am install-exec install-exec-am install-info \
560 install-info-am install-man install-sbinPROGRAMS install-strip \
561 installcheck installcheck-am installdirs installdirs-am \
562 maintainer-clean maintainer-clean-generic \
563 maintainer-clean-recursive mostlyclean mostlyclean-compile \
564 mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
565 tags tags-recursive uninstall uninstall-am uninstall-info-am \
566 uninstall-sbinPROGRAMS
568 # Tell versions [3.59,3.63) of GNU make to not export all variables.
569 # Otherwise a system limit (for SysV at least) may be exceeded.
570 .NOEXPORT: