/[dotgnu-pnet]/pnet/libgc/doc/Makefile.in
ViewVC logotype

Diff of /pnet/libgc/doc/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tum, Wed May 26 22:47:10 2004 UTC revision 1.2 by ktreichel, Sat Jul 23 16:16:09 2005 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.6.3 from Makefile.am.  # Makefile.in generated by automake 1.9.3 from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5  # Free Software Foundation, Inc.  # 2003, 2004  Free Software Foundation, Inc.
6  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
7  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
8  # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
# Line 26  Line 26 
26  # modified is included with the above copyright notice.  # modified is included with the above copyright notice.
27  #  #
28  # Modified by: Grzegorz Jakacki <jakacki at acm dot org>  # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
 SHELL = @SHELL@  
29    
30  srcdir = @srcdir@  srcdir = @srcdir@
31  top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
32  VPATH = @srcdir@  VPATH = @srcdir@
 prefix = @prefix@  
 exec_prefix = @exec_prefix@  
   
 bindir = @bindir@  
 sbindir = @sbindir@  
 libexecdir = @libexecdir@  
 datadir = @datadir@  
 sysconfdir = @sysconfdir@  
 sharedstatedir = @sharedstatedir@  
 localstatedir = @localstatedir@  
 libdir = @libdir@  
 infodir = @infodir@  
 mandir = @mandir@  
 includedir = @includedir@  
 oldincludedir = /usr/include  
33  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
34  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
35  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
36  top_builddir = ..  top_builddir = ..
   
 ACLOCAL = @ACLOCAL@  
 AUTOCONF = @AUTOCONF@  
 AUTOMAKE = @AUTOMAKE@  
 AUTOHEADER = @AUTOHEADER@  
   
37  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
38  INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  
 INSTALL_DATA = @INSTALL_DATA@  
39  install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
40  install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
41  install_sh_SCRIPT = $(install_sh) -c  install_sh_SCRIPT = $(install_sh) -c
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  
42  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
43  transform = @program_transform_name@  transform = $(program_transform_name)
44  NORMAL_INSTALL = :  NORMAL_INSTALL = :
45  PRE_INSTALL = :  PRE_INSTALL = :
46  POST_INSTALL = :  POST_INSTALL = :
47  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
48  PRE_UNINSTALL = :  PRE_UNINSTALL = :
49  POST_UNINSTALL = :  POST_UNINSTALL = :
50  host_alias = @host_alias@  build_triplet = @build@
51  host_triplet = @host@  host_triplet = @host@
52    target_triplet = @target@
53  EXEEXT = @EXEEXT@  subdir = doc
54  OBJEXT = @OBJEXT@  DIST_COMMON = README $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \
55  PATH_SEPARATOR = @PATH_SEPARATOR@          $(srcdir)/Makefile.in
56    ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57    am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58            $(top_srcdir)/libtool.m4 $(top_srcdir)/configure.in
59    am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60            $(ACLOCAL_M4)
61    mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62    CONFIG_CLEAN_FILES =
63    SOURCES =
64    DIST_SOURCES =
65    am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66    am__vpath_adj = case $$p in \
67        $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68        *) f=$$p;; \
69      esac;
70    am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
71    am__installdirs = "$(DESTDIR)$(pkgdatadir)"
72    dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
73    DATA = $(dist_pkgdata_DATA)
74    DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75    ACLOCAL = @ACLOCAL@
76    AMDEP_FALSE = @AMDEP_FALSE@
77    AMDEP_TRUE = @AMDEP_TRUE@
78  AMTAR = @AMTAR@  AMTAR = @AMTAR@
79  AR = @AR@  AR = @AR@
80  AS = @AS@  AUTOCONF = @AUTOCONF@
81    AUTOHEADER = @AUTOHEADER@
82    AUTOMAKE = @AUTOMAKE@
83  AWK = @AWK@  AWK = @AWK@
84  CC = @CC@  CC = @CC@
85  CCAS = @CCAS@  CCAS = @CCAS@
86  CCASFLAGS = @CCASFLAGS@  CCASFLAGS = @CCASFLAGS@
87    CCDEPMODE = @CCDEPMODE@
88  CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
89    CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@
90    CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@
91    CPP = @CPP@
92    CPPFLAGS = @CPPFLAGS@
93  CXX = @CXX@  CXX = @CXX@
94    CXXDEPMODE = @CXXDEPMODE@
95  CXXFLAGS = @CXXFLAGS@  CXXFLAGS = @CXXFLAGS@
96  CXXINCLUDES = @CXXINCLUDES@  CXXINCLUDES = @CXXINCLUDES@
97    CYGPATH_W = @CYGPATH_W@
98    DEFS = @DEFS@
99  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@  
100  ECHO = @ECHO@  ECHO = @ECHO@
101    ECHO_C = @ECHO_C@
102    ECHO_N = @ECHO_N@
103    ECHO_T = @ECHO_T@
104    EGREP = @EGREP@
105    EXEEXT = @EXEEXT@
106  EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@  EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
107  GC_CFLAGS = @GC_CFLAGS@  GC_CFLAGS = @GC_CFLAGS@
108  GC_VERSION = @GC_VERSION@  GC_VERSION = @GC_VERSION@
109  INCLUDES = @INCLUDES@  INCLUDES = @INCLUDES@
110    INSTALL_DATA = @INSTALL_DATA@
111    INSTALL_PROGRAM = @INSTALL_PROGRAM@
112    INSTALL_SCRIPT = @INSTALL_SCRIPT@
113  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114    LDFLAGS = @LDFLAGS@
115    LIBOBJS = @LIBOBJS@
116    LIBS = @LIBS@
117  LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
118  LN_S = @LN_S@  LN_S = @LN_S@
119    LTLIBOBJS = @LTLIBOBJS@
120  MAINT = @MAINT@  MAINT = @MAINT@
121    MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
122    MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
123    MAKEINFO = @MAKEINFO@
124  MY_CFLAGS = @MY_CFLAGS@  MY_CFLAGS = @MY_CFLAGS@
125  OBJDUMP = @OBJDUMP@  OBJEXT = @OBJEXT@
126  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
127    PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128    PACKAGE_NAME = @PACKAGE_NAME@
129    PACKAGE_STRING = @PACKAGE_STRING@
130    PACKAGE_TARNAME = @PACKAGE_TARNAME@
131    PACKAGE_VERSION = @PACKAGE_VERSION@
132    PATH_SEPARATOR = @PATH_SEPARATOR@
133    POWERPC_DARWIN_FALSE = @POWERPC_DARWIN_FALSE@
134    POWERPC_DARWIN_TRUE = @POWERPC_DARWIN_TRUE@
135  RANLIB = @RANLIB@  RANLIB = @RANLIB@
136    SET_MAKE = @SET_MAKE@
137    SHELL = @SHELL@
138  STRIP = @STRIP@  STRIP = @STRIP@
139  THREADLIBS = @THREADLIBS@  THREADDLLIBS = @THREADDLLIBS@
140  UNWINDLIBS = @UNWINDLIBS@  UNWINDLIBS = @UNWINDLIBS@
141    USE_LIBDIR_FALSE = @USE_LIBDIR_FALSE@
142    USE_LIBDIR_TRUE = @USE_LIBDIR_TRUE@
143  VERSION = @VERSION@  VERSION = @VERSION@
144    ac_ct_AR = @ac_ct_AR@
145    ac_ct_CC = @ac_ct_CC@
146    ac_ct_CXX = @ac_ct_CXX@
147    ac_ct_RANLIB = @ac_ct_RANLIB@
148    ac_ct_STRIP = @ac_ct_STRIP@
149  addincludes = @addincludes@  addincludes = @addincludes@
150  addlibs = @addlibs@  addlibs = @addlibs@
151  addobjs = @addobjs@  addobjs = @addobjs@
152  addtests = @addtests@  addtests = @addtests@
153    am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
154    am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
155    am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
156    am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
157  am__include = @am__include@  am__include = @am__include@
158    am__leading_dot = @am__leading_dot@
159  am__quote = @am__quote@  am__quote = @am__quote@
160    am__tar = @am__tar@
161    am__untar = @am__untar@
162    bindir = @bindir@
163    build = @build@
164    build_alias = @build_alias@
165    build_cpu = @build_cpu@
166    build_os = @build_os@
167    build_vendor = @build_vendor@
168    datadir = @datadir@
169    exec_prefix = @exec_prefix@
170    host = @host@
171    host_alias = @host_alias@
172    host_cpu = @host_cpu@
173    host_os = @host_os@
174    host_vendor = @host_vendor@
175    includedir = @includedir@
176    infodir = @infodir@
177  install_sh = @install_sh@  install_sh = @install_sh@
178    libdir = @libdir@
179    libexecdir = @libexecdir@
180    localstatedir = @localstatedir@
181    mandir = @mandir@
182    mkdir_p = @mkdir_p@
183    oldincludedir = @oldincludedir@
184    prefix = @prefix@
185    program_transform_name = @program_transform_name@
186    sbindir = @sbindir@
187    sharedstatedir = @sharedstatedir@
188    sysconfdir = @sysconfdir@
189    target = @target@
190    target_alias = @target_alias@
191  target_all = @target_all@  target_all = @target_all@
192    target_cpu = @target_cpu@
193    target_os = @target_os@
194    target_vendor = @target_vendor@
195    
196  # installed documentation  # installed documentation
197  #  #
# Line 129  dist_pkgdata_DATA = barrett_diagram debu Line 205  dist_pkgdata_DATA = barrett_diagram debu
205      tree.html leak.html gcinterface.html scale.html \      tree.html leak.html gcinterface.html scale.html \
206      README.darwin simple_example.html      README.darwin simple_example.html
207    
 subdir = doc  
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  
 CONFIG_CLEAN_FILES =  
 DIST_SOURCES =  
 DATA = $(dist_pkgdata_DATA)  
   
 DIST_COMMON = README $(dist_pkgdata_DATA) Makefile.am Makefile.in  
208  all: all-am  all: all-am
209    
210  .SUFFIXES:  .SUFFIXES:
211  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
212            @for dep in $?; do \
213              case '$(am__configure_deps)' in \
214                *$$dep*) \
215                  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
216                    && exit 0; \
217                  exit 1;; \
218              esac; \
219            done; \
220            echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
221          cd $(top_srcdir) && \          cd $(top_srcdir) && \
222            $(AUTOMAKE) --gnu  doc/Makefile            $(AUTOMAKE) --gnu  doc/Makefile
223  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status  .PRECIOUS: Makefile
224          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225            @case '$?' in \
226              *config.status*) \
227                cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
228              *) \
229                echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
230                cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
231            esac;
232    
233    $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
234            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235    
236    $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
237            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
239            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240    
241  mostlyclean-libtool:  mostlyclean-libtool:
242          -rm -f *.lo          -rm -f *.lo
# Line 154  clean-libtool: Line 247  clean-libtool:
247  distclean-libtool:  distclean-libtool:
248          -rm -f libtool          -rm -f libtool
249  uninstall-info-am:  uninstall-info-am:
 dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)  
250  install-dist_pkgdataDATA: $(dist_pkgdata_DATA)  install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
251          @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
252          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)          test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
253          @list='$(dist_pkgdata_DATA)'; for p in $$list; do \          @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
254            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
255            f="`echo $$p | sed -e 's|^.*/||'`"; \            f=$(am__strip_dir) \
256            echo " $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \            echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
257            $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \            $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
258          done          done
259    
260  uninstall-dist_pkgdataDATA:  uninstall-dist_pkgdataDATA:
261          @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
262          @list='$(dist_pkgdata_DATA)'; for p in $$list; do \          @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
263            f="`echo $$p | sed -e 's|^.*/||'`"; \            f=$(am__strip_dir) \
264            echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \            echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
265            rm -f $(DESTDIR)$(pkgdatadir)/$$f; \            rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
266          done          done
267  tags: TAGS  tags: TAGS
268  TAGS:  TAGS:
269    
270  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  ctags: CTAGS
271    CTAGS:
272    
 top_distdir = ..  
 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)  
273    
274  distdir: $(DISTFILES)  distdir: $(DISTFILES)
275          @list='$(DISTFILES)'; for file in $$list; do \          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
276            topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
277            list='$(DISTFILES)'; for file in $$list; do \
278              case $$file in \
279                $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
280                $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
281              esac; \
282            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
283            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
284            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
285              dir="/$$dir"; \              dir="/$$dir"; \
286              $(mkinstalldirs) "$(distdir)$$dir"; \              $(mkdir_p) "$(distdir)$$dir"; \
287            else \            else \
288              dir=''; \              dir=''; \
289            fi; \            fi; \
# Line 204  distdir: $(DISTFILES) Line 301  distdir: $(DISTFILES)
301  check-am: all-am  check-am: all-am
302  check: check-am  check: check-am
303  all-am: Makefile $(DATA)  all-am: Makefile $(DATA)
   
304  installdirs:  installdirs:
305          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)          for dir in "$(DESTDIR)$(pkgdatadir)"; do \
306              test -z "$$dir" || $(mkdir_p) "$$dir"; \
307            done
308  install: install-am  install: install-am
309  install-exec: install-exec-am  install-exec: install-exec-am
310  install-data: install-data-am  install-data: install-data-am
# Line 219  install-am: all-am Line 316  install-am: all-am
316  installcheck: installcheck-am  installcheck: installcheck-am
317  install-strip:  install-strip:
318          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
319            INSTALL_STRIP_FLAG=-s \            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
320            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
321              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
322  mostlyclean-generic:  mostlyclean-generic:
# Line 227  mostlyclean-generic: Line 324  mostlyclean-generic:
324  clean-generic:  clean-generic:
325    
326  distclean-generic:  distclean-generic:
327          -rm -f Makefile $(CONFIG_CLEAN_FILES)          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
328    
329  maintainer-clean-generic:  maintainer-clean-generic:
330          @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"
# Line 237  clean: clean-am Line 334  clean: clean-am
334  clean-am: clean-generic clean-libtool mostlyclean-am  clean-am: clean-generic clean-libtool mostlyclean-am
335    
336  distclean: distclean-am  distclean: distclean-am
337            -rm -f Makefile
338  distclean-am: clean-am distclean-generic distclean-libtool  distclean-am: clean-am distclean-generic distclean-libtool
339    
340  dvi: dvi-am  dvi: dvi-am
341    
342  dvi-am:  dvi-am:
343    
344    html: html-am
345    
346  info: info-am  info: info-am
347    
348  info-am:  info-am:
# Line 259  install-man: Line 358  install-man:
358  installcheck-am:  installcheck-am:
359    
360  maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
361            -rm -f Makefile
362  maintainer-clean-am: distclean-am maintainer-clean-generic  maintainer-clean-am: distclean-am maintainer-clean-generic
363    
364  mostlyclean: mostlyclean-am  mostlyclean: mostlyclean-am
365    
366  mostlyclean-am: mostlyclean-generic mostlyclean-libtool  mostlyclean-am: mostlyclean-generic mostlyclean-libtool
367    
368    pdf: pdf-am
369    
370    pdf-am:
371    
372    ps: ps-am
373    
374    ps-am:
375    
376  uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am  uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am
377    
378  .PHONY: all all-am check check-am clean clean-generic clean-libtool \  .PHONY: all all-am check check-am clean clean-generic clean-libtool \
379          distclean distclean-generic distclean-libtool distdir dvi \          distclean distclean-generic distclean-libtool distdir dvi \
380          dvi-am info info-am install install-am install-data \          dvi-am html html-am info info-am install install-am \
381          install-data-am install-dist_pkgdataDATA install-exec \          install-data install-data-am install-dist_pkgdataDATA \
382          install-exec-am install-info install-info-am install-man \          install-exec install-exec-am install-info install-info-am \
383          install-strip installcheck installcheck-am installdirs \          install-man install-strip installcheck installcheck-am \
384          maintainer-clean maintainer-clean-generic mostlyclean \          installdirs maintainer-clean maintainer-clean-generic \
385          mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \          mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
386          uninstall-dist_pkgdataDATA uninstall-info-am          ps ps-am uninstall uninstall-am uninstall-dist_pkgdataDATA \
387            uninstall-info-am
388    
389  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
390  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26