chiark / gitweb /
Initial commit of source as found on woking
[sympathy.git] / apps / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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 #
18 # Makefile.am:
19 #
20 # Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
21 # All rights reserved.
22 #
23 # $Id: Makefile.am,v 1.12 2008/03/07 13:56:39 james Exp $
24 #
25 # $Log: Makefile.am,v $
26 # Revision 1.12  2008/03/07 13:56:39  james
27 # *** empty log message ***
28 #
29 # Revision 1.11  2008/02/24 00:42:53  james
30 # *** empty log message ***
31 #
32 # Revision 1.10  2008/02/20 18:35:10  james
33 # *** empty log message ***
34 #
35 # Revision 1.9  2008/02/20 18:33:37  james
36 # *** empty log message ***
37 #
38 # Revision 1.8  2008/02/20 18:31:44  james
39 # *** empty log message ***
40 #
41 # Revision 1.7  2008/02/16 01:30:56  james
42 # *** empty log message ***
43 #
44 # Revision 1.6  2008/02/14 10:34:30  james
45 # *** empty log message ***
46 #
47 # Revision 1.5  2008/02/14 02:46:44  james
48 # *** empty log message ***
49 #
50 # Revision 1.4  2008/02/14 00:57:58  james
51 # *** empty log message ***
52 #
53 # Revision 1.3  2008/02/13 18:05:06  james
54 # *** empty log message ***
55 #
56 # Revision 1.2  2008/02/06 11:30:45  james
57 # *** empty log message ***
58 #
59 # Revision 1.1  2008/02/03 16:20:24  james
60 # *** empty log message ***
61 #
62 #
63 #
64
65
66 VPATH = @srcdir@
67 pkgdatadir = $(datadir)/@PACKAGE@
68 pkglibdir = $(libdir)/@PACKAGE@
69 pkgincludedir = $(includedir)/@PACKAGE@
70 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71 install_sh_DATA = $(install_sh) -c -m 644
72 install_sh_PROGRAM = $(install_sh) -c
73 install_sh_SCRIPT = $(install_sh) -c
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = $(program_transform_name)
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 build_triplet = @build@
83 host_triplet = @host@
84 bin_PROGRAMS = sympathy$(EXEEXT)
85 subdir = apps
86 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
87         $(srcdir)/Makefile.in
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 am__aclocal_m4_deps = $(top_srcdir)/configure.in
90 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91         $(ACLOCAL_M4)
92 mkinstalldirs = $(install_sh) -d
93 CONFIG_HEADER = $(top_builddir)/src/config.h
94 CONFIG_CLEAN_FILES =
95 am__installdirs = "$(DESTDIR)$(bindir)"
96 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
97 PROGRAMS = $(bin_PROGRAMS)
98 am__objects_1 = sympathy.$(OBJEXT) usage.$(OBJEXT) clients.$(OBJEXT) \
99         mainloop.$(OBJEXT) expand.$(OBJEXT)
100 am_sympathy_OBJECTS = $(am__objects_1)
101 sympathy_OBJECTS = $(am_sympathy_OBJECTS)
102 sympathy_DEPENDENCIES = ../src/libsympathy.la
103 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
104 depcomp = $(SHELL) $(top_srcdir)/depcomp
105 am__depfiles_maybe = depfiles
106 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
112 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
114         $(LDFLAGS) -o $@
115 SOURCES = $(sympathy_SOURCES)
116 DIST_SOURCES = $(sympathy_SOURCES)
117 HEADERS = $(noinst_HEADERS)
118 ETAGS = etags
119 CTAGS = ctags
120 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121 ACLOCAL = @ACLOCAL@
122 AMTAR = @AMTAR@
123 AR = @AR@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CXX = @CXX@
134 CXXCPP = @CXXCPP@
135 CXXDEPMODE = @CXXDEPMODE@
136 CXXFLAGS = @CXXFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DSYMUTIL = @DSYMUTIL@
141 ECHO = @ECHO@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 F77 = @F77@
148 FFLAGS = @FFLAGS@
149 G2_HAVE_MALLOC_H = @G2_HAVE_MALLOC_H@
150 G2_HAVE_STDINT_H = @G2_HAVE_STDINT_H@
151 G2_HAVE_SYS_INT_TYPES_H = @G2_HAVE_SYS_INT_TYPES_H@
152 G2_HAVE_UNISTD_H = @G2_HAVE_UNISTD_H@
153 G2_TIME_WITH_SYS_TIME = @G2_TIME_WITH_SYS_TIME@
154 G2_TM_H = @G2_TM_H@
155 G2_TM_IN_SYS_TIME = @G2_TM_IN_SYS_TIME@
156 GREP = @GREP@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 LDFLAGS = @LDFLAGS@
163 LIBOBJS = @LIBOBJS@
164 LIBS = @LIBS@
165 LIBSYMPATHY_INTERFACE_REVISION = @LIBSYMPATHY_INTERFACE_REVISION@
166 LIBSYMPATHY_INTERFACE_VERSION_MAX = @LIBSYMPATHY_INTERFACE_VERSION_MAX@
167 LIBSYMPATHY_INTERFACE_VERSION_MIN = @LIBSYMPATHY_INTERFACE_VERSION_MIN@
168 LIBSYMPATHY_MAJOR_VERSION = @LIBSYMPATHY_MAJOR_VERSION@
169 LIBSYMPATHY_MICRO_VERSION = @LIBSYMPATHY_MICRO_VERSION@
170 LIBSYMPATHY_MINOR_VERSION = @LIBSYMPATHY_MINOR_VERSION@
171 LIBSYMPATHY_VERSION = @LIBSYMPATHY_VERSION@
172 LIBTOOL = @LIBTOOL@
173 LN_S = @LN_S@
174 LTLIBOBJS = @LTLIBOBJS@
175 LT_AGE = @LT_AGE@
176 LT_CURRENT = @LT_CURRENT@
177 LT_RELEASE = @LT_RELEASE@
178 LT_REVISION = @LT_REVISION@
179 MAKEINFO = @MAKEINFO@
180 MD5SUM = @MD5SUM@
181 MKDIR_P = @MKDIR_P@
182 NMEDIT = @NMEDIT@
183 OBJEXT = @OBJEXT@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_SEPARATOR = @PATH_SEPARATOR@
191 RANLIB = @RANLIB@
192 SED = @SED@
193 SET_MAKE = @SET_MAKE@
194 SHELL = @SHELL@
195 STRIP = @STRIP@
196 VERSION = @VERSION@
197 abs_builddir = @abs_builddir@
198 abs_srcdir = @abs_srcdir@
199 abs_top_builddir = @abs_top_builddir@
200 abs_top_srcdir = @abs_top_srcdir@
201 ac_ct_CC = @ac_ct_CC@
202 ac_ct_CXX = @ac_ct_CXX@
203 ac_ct_F77 = @ac_ct_F77@
204 am__include = @am__include@
205 am__leading_dot = @am__leading_dot@
206 am__quote = @am__quote@
207 am__tar = @am__tar@
208 am__untar = @am__untar@
209 bindir = @bindir@
210 build = @build@
211 build_alias = @build_alias@
212 build_cpu = @build_cpu@
213 build_os = @build_os@
214 build_vendor = @build_vendor@
215 builddir = @builddir@
216 datadir = @datadir@
217 datarootdir = @datarootdir@
218 docdir = @docdir@
219 dvidir = @dvidir@
220 exec_prefix = @exec_prefix@
221 host = @host@
222 host_alias = @host_alias@
223 host_cpu = @host_cpu@
224 host_os = @host_os@
225 host_vendor = @host_vendor@
226 htmldir = @htmldir@
227 includedir = @includedir@
228 infodir = @infodir@
229 install_sh = @install_sh@
230 libdir = @libdir@
231 libexecdir = @libexecdir@
232 localedir = @localedir@
233 localstatedir = @localstatedir@
234 mandir = @mandir@
235 mkdir_p = @mkdir_p@
236 oldincludedir = @oldincludedir@
237 pdfdir = @pdfdir@
238 prefix = @prefix@
239 program_transform_name = @program_transform_name@
240 psdir = @psdir@
241 sbindir = @sbindir@
242 sharedstatedir = @sharedstatedir@
243 srcdir = @srcdir@
244 sysconfdir = @sysconfdir@
245 target_alias = @target_alias@
246 top_builddir = @top_builddir@
247 top_srcdir = @top_srcdir@
248 INCLUDES = -I$(srcdir)/../src 
249 HDRS = clients.h mainloop.h
250 SRCS = sympathy.c usage.c clients.c mainloop.c expand.c
251 noinst_HEADERS = ${HDRS}
252 sympathy_SOURCES = ${SRCS}
253 sympathy_LDADD = ../src/libsympathy.la  -lutil
254 AM_CFLAGS = -g -Werror
255 all: all-am
256
257 .SUFFIXES:
258 .SUFFIXES: .c .lo .o .obj
259 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
260         @for dep in $?; do \
261           case '$(am__configure_deps)' in \
262             *$$dep*) \
263               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
264                 && exit 0; \
265               exit 1;; \
266           esac; \
267         done; \
268         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  apps/Makefile'; \
269         cd $(top_srcdir) && \
270           $(AUTOMAKE) --gnu  apps/Makefile
271 .PRECIOUS: Makefile
272 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273         @case '$?' in \
274           *config.status*) \
275             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
276           *) \
277             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
278             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
279         esac;
280
281 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
282         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
284 $(top_srcdir)/configure:  $(am__configure_deps)
285         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
287         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288 install-binPROGRAMS: $(bin_PROGRAMS)
289         @$(NORMAL_INSTALL)
290         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
291         @list='$(bin_PROGRAMS)'; for p in $$list; do \
292           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
293           if test -f $$p \
294              || test -f $$p1 \
295           ; then \
296             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
297            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
298            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
299           else :; fi; \
300         done
301
302 uninstall-binPROGRAMS:
303         @$(NORMAL_UNINSTALL)
304         @list='$(bin_PROGRAMS)'; for p in $$list; do \
305           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
306           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
307           rm -f "$(DESTDIR)$(bindir)/$$f"; \
308         done
309
310 clean-binPROGRAMS:
311         @list='$(bin_PROGRAMS)'; for p in $$list; do \
312           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
313           echo " rm -f $$p $$f"; \
314           rm -f $$p $$f ; \
315         done
316 sympathy$(EXEEXT): $(sympathy_OBJECTS) $(sympathy_DEPENDENCIES) 
317         @rm -f sympathy$(EXEEXT)
318         $(LINK) $(sympathy_OBJECTS) $(sympathy_LDADD) $(LIBS)
319
320 mostlyclean-compile:
321         -rm -f *.$(OBJEXT)
322
323 distclean-compile:
324         -rm -f *.tab.c
325
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clients.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainloop.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sympathy.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usage.Po@am__quote@
331
332 .c.o:
333 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
334 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
338
339 .c.obj:
340 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
341 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
345
346 .c.lo:
347 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
352
353 mostlyclean-libtool:
354         -rm -f *.lo
355
356 clean-libtool:
357         -rm -rf .libs _libs
358
359 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
361         unique=`for i in $$list; do \
362             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363           done | \
364           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
365               END { if (nonempty) { for (i in files) print i; }; }'`; \
366         mkid -fID $$unique
367 tags: TAGS
368
369 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370                 $(TAGS_FILES) $(LISP)
371         tags=; \
372         here=`pwd`; \
373         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374         unique=`for i in $$list; do \
375             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376           done | \
377           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378               END { if (nonempty) { for (i in files) print i; }; }'`; \
379         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
380           test -n "$$unique" || unique=$$empty_fix; \
381           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382             $$tags $$unique; \
383         fi
384 ctags: CTAGS
385 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386                 $(TAGS_FILES) $(LISP)
387         tags=; \
388         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389         unique=`for i in $$list; do \
390             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391           done | \
392           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393               END { if (nonempty) { for (i in files) print i; }; }'`; \
394         test -z "$(CTAGS_ARGS)$$tags$$unique" \
395           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
396              $$tags $$unique
397
398 GTAGS:
399         here=`$(am__cd) $(top_builddir) && pwd` \
400           && cd $(top_srcdir) \
401           && gtags -i $(GTAGS_ARGS) $$here
402
403 distclean-tags:
404         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
406 distdir: $(DISTFILES)
407         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409         list='$(DISTFILES)'; \
410           dist_files=`for file in $$list; do echo $$file; done | \
411           sed -e "s|^$$srcdirstrip/||;t" \
412               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
413         case $$dist_files in \
414           */*) $(MKDIR_P) `echo "$$dist_files" | \
415                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
416                            sort -u` ;; \
417         esac; \
418         for file in $$dist_files; do \
419           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
420           if test -d $$d/$$file; then \
421             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
422             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
424             fi; \
425             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
426           else \
427             test -f $(distdir)/$$file \
428             || cp -p $$d/$$file $(distdir)/$$file \
429             || exit 1; \
430           fi; \
431         done
432 check-am: all-am
433 check: check-am
434 all-am: Makefile $(PROGRAMS) $(HEADERS)
435 installdirs:
436         for dir in "$(DESTDIR)$(bindir)"; do \
437           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
438         done
439 install: install-am
440 install-exec: install-exec-am
441 install-data: install-data-am
442 uninstall: uninstall-am
443
444 install-am: all-am
445         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446
447 installcheck: installcheck-am
448 install-strip:
449         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451           `test -z '$(STRIP)' || \
452             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
453 mostlyclean-generic:
454
455 clean-generic:
456
457 distclean-generic:
458         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
459
460 maintainer-clean-generic:
461         @echo "This command is intended for maintainers to use"
462         @echo "it deletes files that may require special tools to rebuild."
463 clean: clean-am
464
465 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
466
467 distclean: distclean-am
468         -rm -rf ./$(DEPDIR)
469         -rm -f Makefile
470 distclean-am: clean-am distclean-compile distclean-generic \
471         distclean-tags
472
473 dvi: dvi-am
474
475 dvi-am:
476
477 html: html-am
478
479 info: info-am
480
481 info-am:
482
483 install-data-am:
484
485 install-dvi: install-dvi-am
486
487 install-exec-am: install-binPROGRAMS
488
489 install-html: install-html-am
490
491 install-info: install-info-am
492
493 install-man:
494
495 install-pdf: install-pdf-am
496
497 install-ps: install-ps-am
498
499 installcheck-am:
500
501 maintainer-clean: maintainer-clean-am
502         -rm -rf ./$(DEPDIR)
503         -rm -f Makefile
504 maintainer-clean-am: distclean-am maintainer-clean-generic
505
506 mostlyclean: mostlyclean-am
507
508 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
509         mostlyclean-libtool
510
511 pdf: pdf-am
512
513 pdf-am:
514
515 ps: ps-am
516
517 ps-am:
518
519 uninstall-am: uninstall-binPROGRAMS
520
521 .MAKE: install-am install-strip
522
523 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
524         clean-generic clean-libtool ctags distclean distclean-compile \
525         distclean-generic distclean-libtool distclean-tags distdir dvi \
526         dvi-am html html-am info info-am install install-am \
527         install-binPROGRAMS install-data install-data-am install-dvi \
528         install-dvi-am install-exec install-exec-am install-html \
529         install-html-am install-info install-info-am install-man \
530         install-pdf install-pdf-am install-ps install-ps-am \
531         install-strip installcheck installcheck-am installdirs \
532         maintainer-clean maintainer-clean-generic mostlyclean \
533         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
534         pdf pdf-am ps ps-am tags uninstall uninstall-am \
535         uninstall-binPROGRAMS
536
537
538 tidy: ${SRCS} ${HDRS}
539         indent -i2 -ts0 ${SRCS} ${HDRS} 
540         /bin/rm -f *~
541 # Tell versions [3.59,3.63) of GNU make to not export all variables.
542 # Otherwise a system limit (for SysV at least) may be exceeded.
543 .NOEXPORT: