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

Diff of /psiconv/trunk/Makefile.in

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

Revision 115 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@
65IMAGEMAGICK = @IMAGEMAGICK@ 67IMAGEMAGICK = @IMAGEMAGICK@
66INT_16_BIT = @INT_16_BIT@ 68INT_16_BIT = @INT_16_BIT@
67INT_32_BIT = @INT_32_BIT@ 69INT_32_BIT = @INT_32_BIT@
68INT_8_BIT = @INT_8_BIT@ 70INT_8_BIT = @INT_8_BIT@
69LIBTOOL = @LIBTOOL@ 71LIBTOOL = @LIBTOOL@
70LIB_MAGICK = @LIB_MAGICK@ 72LIB_MAGICK = @LIB_MAGICK@
71LN_S = @LN_S@ 73LN_S = @LN_S@
72MAKEINFO = @MAKEINFO@ 74MAKEINFO = @MAKEINFO@
73OBJDUMP = @OBJDUMP@ 75OBJDUMP = @OBJDUMP@
76OBJEXT = @OBJEXT@
74PACKAGE = @PACKAGE@ 77PACKAGE = @PACKAGE@
75RANLIB = @RANLIB@ 78RANLIB = @RANLIB@
79STRIP = @STRIP@
76VERSION = @VERSION@ 80VERSION = @VERSION@
77cflags_set = @cflags_set@ 81cflags_set = @cflags_set@
78 82
79SUBDIRS = compat lib program formats extra docs 83SUBDIRS = compat lib program formats extra docs
80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 85mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_HEADER = config.h 86CONFIG_HEADER = config.h
83CONFIG_CLEAN_FILES = 87CONFIG_CLEAN_FILES =
84DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ 88DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
85Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \ 89Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
86config.h.in config.sub configure configure.in install-sh ltconfig \ 90config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
87ltmain.sh missing mkinstalldirs 91mkinstalldirs
88 92
89 93
90DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 94DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
91 95
92TAR = tar 96TAR = tar
101 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 105 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
102 106
103$(ACLOCAL_M4): configure.in 107$(ACLOCAL_M4): configure.in
104 cd $(srcdir) && $(ACLOCAL) 108 cd $(srcdir) && $(ACLOCAL)
105 109
106config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 110config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
107 $(SHELL) ./config.status --recheck 111 $(SHELL) ./config.status --recheck
108$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 112$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
109 cd $(srcdir) && $(AUTOCONF) 113 cd $(srcdir) && $(AUTOCONF)
110 114
111config.h: stamp-h 115config.h: stamp-h
121$(srcdir)/config.h.in: $(srcdir)/stamp-h.in 125$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
122 @if test ! -f $@; then \ 126 @if test ! -f $@; then \
123 rm -f $(srcdir)/stamp-h.in; \ 127 rm -f $(srcdir)/stamp-h.in; \
124 $(MAKE) $(srcdir)/stamp-h.in; \ 128 $(MAKE) $(srcdir)/stamp-h.in; \
125 else :; fi 129 else :; fi
126$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h 130$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && $(AUTOHEADER) 131 cd $(top_srcdir) && $(AUTOHEADER)
128 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 132 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
129 133
130mostlyclean-hdr: 134mostlyclean-hdr:
131 135
269 cd $(top_srcdir) \ 273 cd $(top_srcdir) \
270 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile 274 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
271 @for file in $(DISTFILES); do \ 275 @for file in $(DISTFILES); do \
272 d=$(srcdir); \ 276 d=$(srcdir); \
273 if test -d $$d/$$file; then \ 277 if test -d $$d/$$file; then \
274 cp -pr $$/$$file $(distdir)/$$file; \ 278 cp -pr $$d/$$file $(distdir)/$$file; \
275 else \ 279 else \
276 test -f $(distdir)/$$file \ 280 test -f $(distdir)/$$file \
277 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 281 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
278 || cp -p $$d/$$file $(distdir)/$$file || :; \ 282 || cp -p $$d/$$file $(distdir)/$$file || :; \
279 fi; \ 283 fi; \

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

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