/[pearpc]/src/io/ide/Makefile.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/io/ide/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 14395 byte(s)
import upstream CVS
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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 SOURCES = $(libide_a_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 target_triplet = @target@
42 subdir = src/io/ide
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48 mkinstalldirs = $(mkdir_p)
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 LIBRARIES = $(noinst_LIBRARIES)
52 ARFLAGS = cru
53 libide_a_AR = $(AR) $(ARFLAGS)
54 libide_a_LIBADD =
55 am_libide_a_OBJECTS = ide.$(OBJEXT) idedevice.$(OBJEXT) ata.$(OBJEXT) \
56 cd.$(OBJEXT)
57 libide_a_OBJECTS = $(am_libide_a_OBJECTS)
58 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
59 depcomp = $(SHELL) $(top_srcdir)/depcomp
60 am__depfiles_maybe = depfiles
61 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ata.Po ./$(DEPDIR)/cd.Po \
62 @AMDEP_TRUE@ ./$(DEPDIR)/ide.Po ./$(DEPDIR)/idedevice.Po
63 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65 CXXLD = $(CXX)
66 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
67 -o $@
68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 CCLD = $(CC)
71 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72 SOURCES = $(libide_a_SOURCES)
73 DIST_SOURCES = $(libide_a_SOURCES)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 ACLOCAL = @ACLOCAL@
78 AMDEP_FALSE = @AMDEP_FALSE@
79 AMDEP_TRUE = @AMDEP_TRUE@
80 AMTAR = @AMTAR@
81 AR = @AR@
82 ARCH_DIR = @ARCH_DIR@
83 AUTOCONF = @AUTOCONF@
84 AUTOHEADER = @AUTOHEADER@
85 AUTOMAKE = @AUTOMAKE@
86 AWK = @AWK@
87 CC = @CC@
88 CCAS = @CCAS@
89 CCASFLAGS = @CCASFLAGS@
90 CCDEPMODE = @CCDEPMODE@
91 CFLAGS = @CFLAGS@
92 CPP = @CPP@
93 CPPFLAGS = @CPPFLAGS@
94 CPU_DIR = @CPU_DIR@
95 CXX = @CXX@
96 CXXDEPMODE = @CXXDEPMODE@
97 CXXFLAGS = @CXXFLAGS@
98 CYGPATH_W = @CYGPATH_W@
99 DEFS = @DEFS@
100 DEPDIR = @DEPDIR@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 GREP = @GREP@
107 INSTALL_DATA = @INSTALL_DATA@
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111 LDFLAGS = @LDFLAGS@
112 LEX = @LEX@
113 LEXLIB = @LEXLIB@
114 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
115 LIBOBJS = @LIBOBJS@
116 LIBS = @LIBS@
117 LTLIBOBJS = @LTLIBOBJS@
118 MAKE = @MAKE@
119 MAKEINFO = @MAKEINFO@
120 OBJEXT = @OBJEXT@
121 OSAPI_DIR = @OSAPI_DIR@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_VERSION = @PACKAGE_VERSION@
128 PATH_SEPARATOR = @PATH_SEPARATOR@
129 PPC_LDADD = @PPC_LDADD@
130 PPC_LDFLAGS = @PPC_LDFLAGS@
131 QT_CFLAGS = @QT_CFLAGS@
132 RANLIB = @RANLIB@
133 SDL_CFLAGS = @SDL_CFLAGS@
134 SDL_CONFIG = @SDL_CONFIG@
135 SDL_LIBS = @SDL_LIBS@
136 SET_MAKE = @SET_MAKE@
137 SHELL = @SHELL@
138 STRIP = @STRIP@
139 UI_DIR = @UI_DIR@
140 USE_ARCH_GENERIC_FALSE = @USE_ARCH_GENERIC_FALSE@
141 USE_ARCH_GENERIC_TRUE = @USE_ARCH_GENERIC_TRUE@
142 USE_ARCH_X86_FALSE = @USE_ARCH_X86_FALSE@
143 USE_ARCH_X86_TRUE = @USE_ARCH_X86_TRUE@
144 USE_CPU_GENERIC_FALSE = @USE_CPU_GENERIC_FALSE@
145 USE_CPU_GENERIC_TRUE = @USE_CPU_GENERIC_TRUE@
146 USE_CPU_JITC_X86_FALSE = @USE_CPU_JITC_X86_FALSE@
147 USE_CPU_JITC_X86_TRUE = @USE_CPU_JITC_X86_TRUE@
148 USE_OSAPI_BEOS_FALSE = @USE_OSAPI_BEOS_FALSE@
149 USE_OSAPI_BEOS_TRUE = @USE_OSAPI_BEOS_TRUE@
150 USE_OSAPI_POSIX_FALSE = @USE_OSAPI_POSIX_FALSE@
151 USE_OSAPI_POSIX_TRUE = @USE_OSAPI_POSIX_TRUE@
152 USE_OSAPI_WIN32_FALSE = @USE_OSAPI_WIN32_FALSE@
153 USE_OSAPI_WIN32_TRUE = @USE_OSAPI_WIN32_TRUE@
154 USE_UI_BEOS_FALSE = @USE_UI_BEOS_FALSE@
155 USE_UI_BEOS_TRUE = @USE_UI_BEOS_TRUE@
156 USE_UI_GTK_FALSE = @USE_UI_GTK_FALSE@
157 USE_UI_GTK_TRUE = @USE_UI_GTK_TRUE@
158 USE_UI_QT_FALSE = @USE_UI_QT_FALSE@
159 USE_UI_QT_TRUE = @USE_UI_QT_TRUE@
160 USE_UI_SDL_FALSE = @USE_UI_SDL_FALSE@
161 USE_UI_SDL_TRUE = @USE_UI_SDL_TRUE@
162 USE_UI_WIN32_FALSE = @USE_UI_WIN32_FALSE@
163 USE_UI_WIN32_TRUE = @USE_UI_WIN32_TRUE@
164 USE_UI_X11_FALSE = @USE_UI_X11_FALSE@
165 USE_UI_X11_TRUE = @USE_UI_X11_TRUE@
166 VERSION = @VERSION@
167 XMKMF = @XMKMF@
168 X_CFLAGS = @X_CFLAGS@
169 X_EXTRA_LIBS = @X_EXTRA_LIBS@
170 X_LIBS = @X_LIBS@
171 X_PRE_LIBS = @X_PRE_LIBS@
172 YACC = @YACC@
173 YFLAGS = @YFLAGS@
174 ac_ct_CC = @ac_ct_CC@
175 ac_ct_CXX = @ac_ct_CXX@
176 ac_thread = @ac_thread@
177 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
178 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
179 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
180 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
181 am__include = @am__include@
182 am__leading_dot = @am__leading_dot@
183 am__quote = @am__quote@
184 bindir = @bindir@
185 build = @build@
186 build_alias = @build_alias@
187 build_cpu = @build_cpu@
188 build_os = @build_os@
189 build_vendor = @build_vendor@
190 datadir = @datadir@
191 datarootdir = @datarootdir@
192 docdir = @docdir@
193 dvidir = @dvidir@
194 exec_prefix = @exec_prefix@
195 host = @host@
196 host_alias = @host_alias@
197 host_cpu = @host_cpu@
198 host_os = @host_os@
199 host_vendor = @host_vendor@
200 htmldir = @htmldir@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localedir = @localedir@
207 localstatedir = @localstatedir@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 prefix = @prefix@
213 program_transform_name = @program_transform_name@
214 psdir = @psdir@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 sysconfdir = @sysconfdir@
218 target = @target@
219 target_alias = @target_alias@
220 target_cpu = @target_cpu@
221 target_os = @target_os@
222 target_vendor = @target_vendor@
223 AUTOMAKE_OPTIONS = foreign
224 noinst_LIBRARIES = libide.a
225 libide_a_SOURCES = ide.cc ide.h idedevice.cc idedevice.h ata.cc ata.h cd.cc \
226 cd.h scsicmds.h
227
228 INCLUDES = -I ../..
229 all: all-am
230
231 .SUFFIXES:
232 .SUFFIXES: .cc .o .obj
233 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
234 @for dep in $?; do \
235 case '$(am__configure_deps)' in \
236 *$$dep*) \
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238 && exit 0; \
239 exit 1;; \
240 esac; \
241 done; \
242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/io/ide/Makefile'; \
243 cd $(top_srcdir) && \
244 $(AUTOMAKE) --foreign src/io/ide/Makefile
245 .PRECIOUS: Makefile
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247 @case '$?' in \
248 *config.status*) \
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250 *) \
251 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253 esac;
254
255 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
258 $(top_srcdir)/configure: $(am__configure_deps)
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
263 clean-noinstLIBRARIES:
264 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
265 libide.a: $(libide_a_OBJECTS) $(libide_a_DEPENDENCIES)
266 -rm -f libide.a
267 $(libide_a_AR) libide.a $(libide_a_OBJECTS) $(libide_a_LIBADD)
268 $(RANLIB) libide.a
269
270 mostlyclean-compile:
271 -rm -f *.$(OBJEXT)
272
273 distclean-compile:
274 -rm -f *.tab.c
275
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ata.Po@am__quote@
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd.Po@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ide.Po@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idedevice.Po@am__quote@
280
281 .cc.o:
282 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
283 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
284 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
286 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
288
289 .cc.obj:
290 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
291 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
292 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
294 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
296 uninstall-info-am:
297
298 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300 unique=`for i in $$list; do \
301 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302 done | \
303 $(AWK) ' { files[$$0] = 1; } \
304 END { for (i in files) print i; }'`; \
305 mkid -fID $$unique
306 tags: TAGS
307
308 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
309 $(TAGS_FILES) $(LISP)
310 tags=; \
311 here=`pwd`; \
312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313 unique=`for i in $$list; do \
314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319 test -n "$$unique" || unique=$$empty_fix; \
320 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321 $$tags $$unique; \
322 fi
323 ctags: CTAGS
324 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325 $(TAGS_FILES) $(LISP)
326 tags=; \
327 here=`pwd`; \
328 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329 unique=`for i in $$list; do \
330 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331 done | \
332 $(AWK) ' { files[$$0] = 1; } \
333 END { for (i in files) print i; }'`; \
334 test -z "$(CTAGS_ARGS)$$tags$$unique" \
335 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336 $$tags $$unique
337
338 GTAGS:
339 here=`$(am__cd) $(top_builddir) && pwd` \
340 && cd $(top_srcdir) \
341 && gtags -i $(GTAGS_ARGS) $$here
342
343 distclean-tags:
344 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345
346 distdir: $(DISTFILES)
347 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
348 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
349 list='$(DISTFILES)'; for file in $$list; do \
350 case $$file in \
351 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
352 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
353 esac; \
354 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
356 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
357 dir="/$$dir"; \
358 $(mkdir_p) "$(distdir)$$dir"; \
359 else \
360 dir=''; \
361 fi; \
362 if test -d $$d/$$file; then \
363 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
365 fi; \
366 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
367 else \
368 test -f $(distdir)/$$file \
369 || cp -p $$d/$$file $(distdir)/$$file \
370 || exit 1; \
371 fi; \
372 done
373 check-am: all-am
374 check: check-am
375 all-am: Makefile $(LIBRARIES)
376 installdirs:
377 install: install-am
378 install-exec: install-exec-am
379 install-data: install-data-am
380 uninstall: uninstall-am
381
382 install-am: all-am
383 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
384
385 installcheck: installcheck-am
386 install-strip:
387 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
388 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
389 `test -z '$(STRIP)' || \
390 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
391 mostlyclean-generic:
392
393 clean-generic:
394
395 distclean-generic:
396 -rm -f $(CONFIG_CLEAN_FILES)
397
398 maintainer-clean-generic:
399 @echo "This command is intended for maintainers to use"
400 @echo "it deletes files that may require special tools to rebuild."
401 clean: clean-am
402
403 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
404
405 distclean: distclean-am
406 -rm -rf ./$(DEPDIR)
407 -rm -f Makefile
408 distclean-am: clean-am distclean-compile distclean-generic \
409 distclean-tags
410
411 dvi: dvi-am
412
413 dvi-am:
414
415 html: html-am
416
417 info: info-am
418
419 info-am:
420
421 install-data-am:
422
423 install-exec-am:
424
425 install-info: install-info-am
426
427 install-man:
428
429 installcheck-am:
430
431 maintainer-clean: maintainer-clean-am
432 -rm -rf ./$(DEPDIR)
433 -rm -f Makefile
434 maintainer-clean-am: distclean-am maintainer-clean-generic
435
436 mostlyclean: mostlyclean-am
437
438 mostlyclean-am: mostlyclean-compile mostlyclean-generic
439
440 pdf: pdf-am
441
442 pdf-am:
443
444 ps: ps-am
445
446 ps-am:
447
448 uninstall-am: uninstall-info-am
449
450 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
451 clean-noinstLIBRARIES ctags distclean distclean-compile \
452 distclean-generic distclean-tags distdir dvi dvi-am html \
453 html-am info info-am install install-am install-data \
454 install-data-am install-exec install-exec-am install-info \
455 install-info-am install-man install-strip installcheck \
456 installcheck-am installdirs maintainer-clean \
457 maintainer-clean-generic mostlyclean mostlyclean-compile \
458 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
459 uninstall-am uninstall-info-am
460
461 # Tell versions [3.59,3.63) of GNU make to not export all variables.
462 # Otherwise a system limit (for SysV at least) may be exceeded.
463 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.26