Tizen 2.0 Release
[external/lcms.git] / testbed / Makefile.in
1 # Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #
19 # Makefile for building testcms
20 #
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 check_PROGRAMS = testcms$(EXEEXT)
41 subdir = testbed
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 am_testcms_OBJECTS = testcms2.$(OBJEXT)
51 testcms_OBJECTS = $(am_testcms_OBJECTS)
52 testcms_DEPENDENCIES = $(top_builddir)/src/liblcms2.la
53 testcms_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
54         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(testcms_LDFLAGS) \
55         $(LDFLAGS) -o $@
56 DEFAULT_INCLUDES = -I.@am__isrc@
57 depcomp = $(SHELL) $(top_srcdir)/depcomp
58 am__depfiles_maybe = depfiles
59 am__mv = mv -f
60 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
63         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 CCLD = $(CC)
66 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
68         $(LDFLAGS) -o $@
69 SOURCES = $(testcms_SOURCES)
70 DIST_SOURCES = $(testcms_SOURCES)
71 ETAGS = etags
72 CTAGS = ctags
73 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74 ACLOCAL = @ACLOCAL@
75 AMTAR = @AMTAR@
76 AR = @AR@
77 AS = @AS@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 CC = @CC@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = --pedantic -Wall -std=c99 -O2
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CXX = @CXX@
88 CXXCPP = @CXXCPP@
89 CXXDEPMODE = @CXXDEPMODE@
90 CXXFLAGS = @CXXFLAGS@
91 CYGPATH_W = @CYGPATH_W@
92 DEFS = @DEFS@
93 DEPDIR = @DEPDIR@
94 DLLTOOL = @DLLTOOL@
95 DSYMUTIL = @DSYMUTIL@
96 DUMPBIN = @DUMPBIN@
97 ECHO_C = @ECHO_C@
98 ECHO_N = @ECHO_N@
99 ECHO_T = @ECHO_T@
100 EGREP = @EGREP@
101 EXEEXT = @EXEEXT@
102 FGREP = @FGREP@
103 GREP = @GREP@
104 INSTALL = @INSTALL@
105 INSTALL_DATA = @INSTALL_DATA@
106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109 JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
110 LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
111 LD = @LD@
112 LDFLAGS = @LDFLAGS@
113 LIBOBJS = @LIBOBJS@
114 LIBRARY_AGE = @LIBRARY_AGE@
115 LIBRARY_CURRENT = @LIBRARY_CURRENT@
116 LIBRARY_REVISION = @LIBRARY_REVISION@
117 LIBS = @LIBS@
118 LIBTOOL = @LIBTOOL@
119 LIBTOOL_DEPS = @LIBTOOL_DEPS@
120 LIB_JPEG = @LIB_JPEG@
121 LIB_MATH = @LIB_MATH@
122 LIB_TIFF = @LIB_TIFF@
123 LIB_ZLIB = @LIB_ZLIB@
124 LIPO = @LIPO@
125 LN_S = @LN_S@
126 LTLIBOBJS = @LTLIBOBJS@
127 MAINT = @MAINT@
128 MAKEINFO = @MAKEINFO@
129 MANIFEST_TOOL = @MANIFEST_TOOL@
130 MKDIR_P = @MKDIR_P@
131 NM = @NM@
132 NMEDIT = @NMEDIT@
133 OBJDUMP = @OBJDUMP@
134 OBJEXT = @OBJEXT@
135 OTOOL = @OTOOL@
136 OTOOL64 = @OTOOL64@
137 PACKAGE = @PACKAGE@
138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_URL = @PACKAGE_URL@
143 PACKAGE_VERSION = @PACKAGE_VERSION@
144 PATH_SEPARATOR = @PATH_SEPARATOR@
145 RANLIB = @RANLIB@
146 SED = @SED@
147 SET_MAKE = @SET_MAKE@
148 SHELL = @SHELL@
149 STRIP = @STRIP@
150 TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
151 VERSION = @VERSION@
152 abs_builddir = @abs_builddir@
153 abs_srcdir = @abs_srcdir@
154 abs_top_builddir = @abs_top_builddir@
155 abs_top_srcdir = @abs_top_srcdir@
156 ac_ct_AR = @ac_ct_AR@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_CXX = @ac_ct_CXX@
159 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
160 am__include = @am__include@
161 am__leading_dot = @am__leading_dot@
162 am__quote = @am__quote@
163 am__tar = @am__tar@
164 am__untar = @am__untar@
165 bindir = @bindir@
166 build = @build@
167 build_alias = @build_alias@
168 build_cpu = @build_cpu@
169 build_os = @build_os@
170 build_vendor = @build_vendor@
171 builddir = @builddir@
172 datadir = @datadir@
173 datarootdir = @datarootdir@
174 docdir = @docdir@
175 dvidir = @dvidir@
176 exec_prefix = @exec_prefix@
177 host = @host@
178 host_alias = @host_alias@
179 host_cpu = @host_cpu@
180 host_os = @host_os@
181 host_vendor = @host_vendor@
182 htmldir = @htmldir@
183 includedir = @includedir@
184 infodir = @infodir@
185 inline = @inline@
186 install_sh = @install_sh@
187 libdir = @libdir@
188 libexecdir = @libexecdir@
189 localedir = @localedir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 pdfdir = @pdfdir@
195 prefix = @prefix@
196 program_transform_name = @program_transform_name@
197 psdir = @psdir@
198 sbindir = @sbindir@
199 sharedstatedir = @sharedstatedir@
200 srcdir = @srcdir@
201 sysconfdir = @sysconfdir@
202 target_alias = @target_alias@
203 top_build_prefix = @top_build_prefix@
204 top_builddir = @top_builddir@
205 top_srcdir = @top_srcdir@
206
207 # Don't require all the GNU mandated files
208 AUTOMAKE_OPTIONS = 1.7 foreign
209 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
210 testcms_LDADD = $(top_builddir)/src/liblcms2.la 
211 testcms_LDFLAGS = @LDFLAGS@
212 testcms_SOURCES = testcms2.c
213 EXTRA_DIST = test1.icc bad.icc toosmall.icc test2.icc \
214              test3.icc test4.icc \
215              test5.icc  
216
217 all: all-am
218
219 .SUFFIXES:
220 .SUFFIXES: .c .lo .o .obj
221 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
222         @for dep in $?; do \
223           case '$(am__configure_deps)' in \
224             *$$dep*) \
225               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
226                 && { if test -f $@; then exit 0; else break; fi; }; \
227               exit 1;; \
228           esac; \
229         done; \
230         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testbed/Makefile'; \
231         $(am__cd) $(top_srcdir) && \
232           $(AUTOMAKE) --foreign testbed/Makefile
233 .PRECIOUS: Makefile
234 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235         @case '$?' in \
236           *config.status*) \
237             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238           *) \
239             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241         esac;
242
243 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
246 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
247         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
249         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250 $(am__aclocal_m4_deps):
251
252 clean-checkPROGRAMS:
253         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
254         echo " rm -f" $$list; \
255         rm -f $$list || exit $$?; \
256         test -n "$(EXEEXT)" || exit 0; \
257         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
258         echo " rm -f" $$list; \
259         rm -f $$list
260 testcms$(EXEEXT): $(testcms_OBJECTS) $(testcms_DEPENDENCIES) 
261         @rm -f testcms$(EXEEXT)
262         $(testcms_LINK) $(testcms_OBJECTS) $(testcms_LDADD) $(LIBS)
263
264 mostlyclean-compile:
265         -rm -f *.$(OBJEXT)
266
267 distclean-compile:
268         -rm -f *.tab.c
269
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcms2.Po@am__quote@
271
272 .c.o:
273 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
274 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
275 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
278
279 .c.obj:
280 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
281 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
285
286 .c.lo:
287 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
288 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
292
293 mostlyclean-libtool:
294         -rm -f *.lo
295
296 clean-libtool:
297         -rm -rf .libs _libs
298
299 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
300         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301         unique=`for i in $$list; do \
302             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303           done | \
304           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
305               END { if (nonempty) { for (i in files) print i; }; }'`; \
306         mkid -fID $$unique
307 tags: TAGS
308
309 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310                 $(TAGS_FILES) $(LISP)
311         set x; \
312         here=`pwd`; \
313         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314         unique=`for i in $$list; do \
315             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316           done | \
317           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318               END { if (nonempty) { for (i in files) print i; }; }'`; \
319         shift; \
320         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
321           test -n "$$unique" || unique=$$empty_fix; \
322           if test $$# -gt 0; then \
323             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
324               "$$@" $$unique; \
325           else \
326             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327               $$unique; \
328           fi; \
329         fi
330 ctags: CTAGS
331 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332                 $(TAGS_FILES) $(LISP)
333         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
334         unique=`for i in $$list; do \
335             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336           done | \
337           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338               END { if (nonempty) { for (i in files) print i; }; }'`; \
339         test -z "$(CTAGS_ARGS)$$unique" \
340           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
341              $$unique
342
343 GTAGS:
344         here=`$(am__cd) $(top_builddir) && pwd` \
345           && $(am__cd) $(top_srcdir) \
346           && gtags -i $(GTAGS_ARGS) "$$here"
347
348 distclean-tags:
349         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
350
351 distdir: $(DISTFILES)
352         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354         list='$(DISTFILES)'; \
355           dist_files=`for file in $$list; do echo $$file; done | \
356           sed -e "s|^$$srcdirstrip/||;t" \
357               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
358         case $$dist_files in \
359           */*) $(MKDIR_P) `echo "$$dist_files" | \
360                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
361                            sort -u` ;; \
362         esac; \
363         for file in $$dist_files; do \
364           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365           if test -d $$d/$$file; then \
366             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
367             if test -d "$(distdir)/$$file"; then \
368               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
369             fi; \
370             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
372               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373             fi; \
374             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
375           else \
376             test -f "$(distdir)/$$file" \
377             || cp -p $$d/$$file "$(distdir)/$$file" \
378             || exit 1; \
379           fi; \
380         done
381 check-am: all-am
382         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
383 check: check-am
384 all-am: Makefile
385 installdirs:
386 install: install-am
387 install-exec: install-exec-am
388 install-data: install-data-am
389 uninstall: uninstall-am
390
391 install-am: all-am
392         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393
394 installcheck: installcheck-am
395 install-strip:
396         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
398           `test -z '$(STRIP)' || \
399             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
400 mostlyclean-generic:
401
402 clean-generic:
403
404 distclean-generic:
405         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
406         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
407
408 maintainer-clean-generic:
409         @echo "This command is intended for maintainers to use"
410         @echo "it deletes files that may require special tools to rebuild."
411 clean: clean-am
412
413 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
414         mostlyclean-am
415
416 distclean: distclean-am
417         -rm -rf ./$(DEPDIR)
418         -rm -f Makefile
419 distclean-am: clean-am distclean-compile distclean-generic \
420         distclean-tags
421
422 dvi: dvi-am
423
424 dvi-am:
425
426 html: html-am
427
428 html-am:
429
430 info: info-am
431
432 info-am:
433
434 install-data-am:
435
436 install-dvi: install-dvi-am
437
438 install-dvi-am:
439
440 install-exec-am:
441
442 install-html: install-html-am
443
444 install-html-am:
445
446 install-info: install-info-am
447
448 install-info-am:
449
450 install-man:
451
452 install-pdf: install-pdf-am
453
454 install-pdf-am:
455
456 install-ps: install-ps-am
457
458 install-ps-am:
459
460 installcheck-am:
461
462 maintainer-clean: maintainer-clean-am
463         -rm -rf ./$(DEPDIR)
464         -rm -f Makefile
465 maintainer-clean-am: distclean-am maintainer-clean-generic
466
467 mostlyclean: mostlyclean-am
468
469 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
470         mostlyclean-libtool
471
472 pdf: pdf-am
473
474 pdf-am:
475
476 ps: ps-am
477
478 ps-am:
479
480 uninstall-am:
481
482 .MAKE: check-am install-am install-strip
483
484 .PHONY: CTAGS GTAGS all all-am check check-am clean \
485         clean-checkPROGRAMS clean-generic clean-libtool ctags \
486         distclean distclean-compile distclean-generic \
487         distclean-libtool distclean-tags distdir dvi dvi-am html \
488         html-am info info-am install install-am install-data \
489         install-data-am install-dvi install-dvi-am install-exec \
490         install-exec-am install-html install-html-am install-info \
491         install-info-am install-man install-pdf install-pdf-am \
492         install-ps install-ps-am install-strip installcheck \
493         installcheck-am installdirs maintainer-clean \
494         maintainer-clean-generic mostlyclean mostlyclean-compile \
495         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
496         tags uninstall uninstall-am
497
498
499 check:
500         if [ $(top_srcdir) != $(top_builddir) ]; then \
501                 cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
502         fi
503         ./testcms
504         if [ $(top_srcdir) != $(top_builddir) ]; then \
505                 rm -f $(top_builddir)/testbed/*.ic?; \
506         fi
507
508 # Tell versions [3.59,3.63) of GNU make to not export all variables.
509 # Otherwise a system limit (for SysV at least) may be exceeded.
510 .NOEXPORT: