/[public]/psiconv/trunk/docs/Makefile.in
ViewVC logotype

Diff of /psiconv/trunk/docs/Makefile.in

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

Revision 33 Revision 116
1# Makefile.in generated automatically by automake 1.4 from Makefile.am 1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2 2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation 4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it, 5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved. 6# with or without modifications, as long as this notice is preserved.
60host_alias = @host_alias@ 60host_alias = @host_alias@
61host_triplet = @host@ 61host_triplet = @host@
62AS = @AS@ 62AS = @AS@
63CC = @CC@ 63CC = @CC@
64DLLTOOL = @DLLTOOL@ 64DLLTOOL = @DLLTOOL@
65ECHO = @ECHO@
66EXEEXT = @EXEEXT@
67IMAGEMAGICK = @IMAGEMAGICK@
65INT_16_BIT = @INT_16_BIT@ 68INT_16_BIT = @INT_16_BIT@
66INT_32_BIT = @INT_32_BIT@ 69INT_32_BIT = @INT_32_BIT@
67INT_8_BIT = @INT_8_BIT@ 70INT_8_BIT = @INT_8_BIT@
68LD = @LD@
69LIBTOOL = @LIBTOOL@ 71LIBTOOL = @LIBTOOL@
70LIB_MAGICK = @LIB_MAGICK@ 72LIB_MAGICK = @LIB_MAGICK@
71LN_S = @LN_S@ 73LN_S = @LN_S@
72MAKEINFO = @MAKEINFO@ 74MAKEINFO = @MAKEINFO@
73NM = @NM@
74OBJDUMP = @OBJDUMP@ 75OBJDUMP = @OBJDUMP@
76OBJEXT = @OBJEXT@
75PACKAGE = @PACKAGE@ 77PACKAGE = @PACKAGE@
76RANLIB = @RANLIB@ 78RANLIB = @RANLIB@
79STRIP = @STRIP@
77VERSION = @VERSION@ 80VERSION = @VERSION@
78cflags_set = @cflags_set@ 81cflags_set = @cflags_set@
79 82
80EXTRA_DIST = ascii html html4 83EXTRA_DIST = ascii html html4 parsing
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 84mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_HEADER = ../config.h 85CONFIG_HEADER = ../config.h
83CONFIG_CLEAN_FILES = 86CONFIG_CLEAN_FILES =
84DIST_COMMON = Makefile.am Makefile.in 87DIST_COMMON = Makefile.am Makefile.in
85 88
112 cd $(top_srcdir) \ 115 cd $(top_srcdir) \
113 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile 116 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile
114 @for file in $(DISTFILES); do \ 117 @for file in $(DISTFILES); do \
115 d=$(srcdir); \ 118 d=$(srcdir); \
116 if test -d $$d/$$file; then \ 119 if test -d $$d/$$file; then \
117 cp -pr $$/$$file $(distdir)/$$file; \ 120 cp -pr $$d/$$file $(distdir)/$$file; \
118 else \ 121 else \
119 test -f $(distdir)/$$file \ 122 test -f $(distdir)/$$file \
120 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 123 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
121 || cp -p $$d/$$file $(distdir)/$$file || :; \ 124 || cp -p $$d/$$file $(distdir)/$$file || :; \
122 fi; \ 125 fi; \

Legend:
Removed from v.33  
changed lines
  Added in v.116

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26