chiark / gitweb /
Initial commit of source as found on woking
[sympathy.git] / apps / Makefile
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # apps/Makefile.  Generated from Makefile.in by configure.
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
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
67 pkgdatadir = $(datadir)/libsympathy
68 pkglibdir = $(libdir)/libsympathy
69 pkgincludedir = $(includedir)/libsympathy
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 = i686-pc-linux-gnu
83 host_triplet = i686-pc-linux-gnu
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. -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 = ${SHELL} /root/projects/sympathy/missing --run aclocal-1.10
122 AMTAR = ${SHELL} /root/projects/sympathy/missing --run tar
123 AR = ar
124 AUTOCONF = ${SHELL} /root/projects/sympathy/missing --run autoconf
125 AUTOHEADER = ${SHELL} /root/projects/sympathy/missing --run autoheader
126 AUTOMAKE = ${SHELL} /root/projects/sympathy/missing --run automake-1.10
127 AWK = mawk
128 CC = gcc
129 CCDEPMODE = depmode=gcc3
130 CFLAGS = -g 
131 CPP = gcc -E
132 CPPFLAGS = 
133 CXX = g++
134 CXXCPP = g++ -E
135 CXXDEPMODE = depmode=gcc3
136 CXXFLAGS = -g 
137 CYGPATH_W = echo
138 DEFS = -DHAVE_CONFIG_H
139 DEPDIR = .deps
140 DSYMUTIL = 
141 ECHO = echo
142 ECHO_C = 
143 ECHO_N = -n
144 ECHO_T = 
145 EGREP = /bin/grep -E
146 EXEEXT = 
147 F77 = 
148 FFLAGS = 
149 G2_HAVE_MALLOC_H = 1
150 G2_HAVE_STDINT_H = 1
151 G2_HAVE_SYS_INT_TYPES_H = 0
152 G2_HAVE_UNISTD_H = 1
153 G2_TIME_WITH_SYS_TIME = 0
154 G2_TM_H = time.h
155 G2_TM_IN_SYS_TIME = 0
156 GREP = /bin/grep
157 INSTALL = /usr/bin/install -c
158 INSTALL_DATA = ${INSTALL} -m 644
159 INSTALL_PROGRAM = ${INSTALL}
160 INSTALL_SCRIPT = ${INSTALL}
161 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
162 LDFLAGS = 
163 LIBOBJS = 
164 LIBS = 
165 LIBSYMPATHY_INTERFACE_REVISION = 1
166 LIBSYMPATHY_INTERFACE_VERSION_MAX = 2
167 LIBSYMPATHY_INTERFACE_VERSION_MIN = 2
168 LIBSYMPATHY_MAJOR_VERSION = 1
169 LIBSYMPATHY_MICRO_VERSION = 1
170 LIBSYMPATHY_MINOR_VERSION = 2
171 LIBSYMPATHY_VERSION = 1.2.1
172 LIBTOOL = $(SHELL) $(top_builddir)/libtool
173 LN_S = ln -s
174 LTLIBOBJS = 
175 LT_AGE = 0
176 LT_CURRENT = 2
177 LT_RELEASE = 1.2
178 LT_REVISION = 1
179 MAKEINFO = ${SHELL} /root/projects/sympathy/missing --run makeinfo
180 MD5SUM = md5sum
181 MKDIR_P = /bin/mkdir -p
182 NMEDIT = 
183 OBJEXT = o
184 PACKAGE = libsympathy
185 PACKAGE_BUGREPORT = 
186 PACKAGE_NAME = 
187 PACKAGE_STRING = 
188 PACKAGE_TARNAME = 
189 PACKAGE_VERSION = 
190 PATH_SEPARATOR = :
191 RANLIB = ranlib
192 SED = /bin/sed
193 SET_MAKE = 
194 SHELL = /bin/sh
195 STRIP = strip
196 VERSION = 1.2.1
197 abs_builddir = /root/projects/sympathy/apps
198 abs_srcdir = /root/projects/sympathy/apps
199 abs_top_builddir = /root/projects/sympathy
200 abs_top_srcdir = /root/projects/sympathy
201 ac_ct_CC = gcc
202 ac_ct_CXX = g++
203 ac_ct_F77 = 
204 am__include = include
205 am__leading_dot = .
206 am__quote = 
207 am__tar = ${AMTAR} chof - "$$tardir"
208 am__untar = ${AMTAR} xf -
209 bindir = ${exec_prefix}/bin
210 build = i686-pc-linux-gnu
211 build_alias = 
212 build_cpu = i686
213 build_os = linux-gnu
214 build_vendor = pc
215 builddir = .
216 datadir = ${datarootdir}
217 datarootdir = ${prefix}/share
218 docdir = ${datarootdir}/doc/${PACKAGE}
219 dvidir = ${docdir}
220 exec_prefix = ${prefix}
221 host = i686-pc-linux-gnu
222 host_alias = 
223 host_cpu = i686
224 host_os = linux-gnu
225 host_vendor = pc
226 htmldir = ${docdir}
227 includedir = ${prefix}/include
228 infodir = ${datarootdir}/info
229 install_sh = $(SHELL) /root/projects/sympathy/install-sh
230 libdir = ${exec_prefix}/lib
231 libexecdir = ${exec_prefix}/libexec
232 localedir = ${datarootdir}/locale
233 localstatedir = ${prefix}/var
234 mandir = ${datarootdir}/man
235 mkdir_p = /bin/mkdir -p
236 oldincludedir = /usr/include
237 pdfdir = ${docdir}
238 prefix = /usr/local
239 program_transform_name = s,x,x,
240 psdir = ${docdir}
241 sbindir = ${exec_prefix}/sbin
242 sharedstatedir = ${prefix}/com
243 srcdir = .
244 sysconfdir = ${prefix}/etc
245 target_alias = 
246 top_builddir = ..
247 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 include ./$(DEPDIR)/clients.Po
327 include ./$(DEPDIR)/expand.Po
328 include ./$(DEPDIR)/mainloop.Po
329 include ./$(DEPDIR)/sympathy.Po
330 include ./$(DEPDIR)/usage.Po
331
332 .c.o:
333         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
334         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335 #       source='$<' object='$@' libtool=no \
336 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
337 #       $(COMPILE) -c $<
338
339 .c.obj:
340         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
341         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
342 #       source='$<' object='$@' libtool=no \
343 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
344 #       $(COMPILE) -c `$(CYGPATH_W) '$<'`
345
346 .c.lo:
347         $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
349 #       source='$<' object='$@' libtool=yes \
350 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
351 #       $(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: