/[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 2 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@
72LIB_MAGICK = @LIB_MAGICK@
70LN_S = @LN_S@ 73LN_S = @LN_S@
71MAKEINFO = @MAKEINFO@ 74MAKEINFO = @MAKEINFO@
72NM = @NM@
73OBJDUMP = @OBJDUMP@ 75OBJDUMP = @OBJDUMP@
76OBJEXT = @OBJEXT@
74PACKAGE = @PACKAGE@ 77PACKAGE = @PACKAGE@
75RANLIB = @RANLIB@ 78RANLIB = @RANLIB@
79STRIP = @STRIP@
76VERSION = @VERSION@ 80VERSION = @VERSION@
81cflags_set = @cflags_set@
77 82
78SUBDIRS = compat lib psiconv formats docs 83SUBDIRS = compat lib program formats extra docs
79ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 85mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_HEADER = config.h 86CONFIG_HEADER = config.h
82CONFIG_CLEAN_FILES = 87CONFIG_CLEAN_FILES =
83DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ 88DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
100 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 105 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
101 106
102$(ACLOCAL_M4): configure.in 107$(ACLOCAL_M4): configure.in
103 cd $(srcdir) && $(ACLOCAL) 108 cd $(srcdir) && $(ACLOCAL)
104 109
105config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 110config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
106 $(SHELL) ./config.status --recheck 111 $(SHELL) ./config.status --recheck
107$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 112$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
108 cd $(srcdir) && $(AUTOCONF) 113 cd $(srcdir) && $(AUTOCONF)
109 114
110config.h: stamp-h 115config.h: stamp-h
268 cd $(top_srcdir) \ 273 cd $(top_srcdir) \
269 && $(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
270 @for file in $(DISTFILES); do \ 275 @for file in $(DISTFILES); do \
271 d=$(srcdir); \ 276 d=$(srcdir); \
272 if test -d $$d/$$file; then \ 277 if test -d $$d/$$file; then \
273 cp -pr $$/$$file $(distdir)/$$file; \ 278 cp -pr $$d/$$file $(distdir)/$$file; \
274 else \ 279 else \
275 test -f $(distdir)/$$file \ 280 test -f $(distdir)/$$file \
276 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 281 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
277 || cp -p $$d/$$file $(distdir)/$$file || :; \ 282 || cp -p $$d/$$file $(distdir)/$$file || :; \
278 fi; \ 283 fi; \

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

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