/[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 19
65INT_16_BIT = @INT_16_BIT@ 65INT_16_BIT = @INT_16_BIT@
66INT_32_BIT = @INT_32_BIT@ 66INT_32_BIT = @INT_32_BIT@
67INT_8_BIT = @INT_8_BIT@ 67INT_8_BIT = @INT_8_BIT@
68LD = @LD@ 68LD = @LD@
69LIBTOOL = @LIBTOOL@ 69LIBTOOL = @LIBTOOL@
70LIB_MAGICK = @LIB_MAGICK@
70LN_S = @LN_S@ 71LN_S = @LN_S@
71MAKEINFO = @MAKEINFO@ 72MAKEINFO = @MAKEINFO@
72NM = @NM@ 73NM = @NM@
73OBJDUMP = @OBJDUMP@ 74OBJDUMP = @OBJDUMP@
74PACKAGE = @PACKAGE@ 75PACKAGE = @PACKAGE@
75RANLIB = @RANLIB@ 76RANLIB = @RANLIB@
76VERSION = @VERSION@ 77VERSION = @VERSION@
78cflags_set = @cflags_set@
77 79
78SUBDIRS = compat lib psiconv formats docs 80SUBDIRS = compat lib psiconv formats docs
79ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 81ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 82mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_HEADER = config.h 83CONFIG_HEADER = config.h
82CONFIG_CLEAN_FILES = 84CONFIG_CLEAN_FILES =
83DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ 85DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
84Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \ 86Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
85config.sub configure configure.in install-sh ltconfig ltmain.sh missing \ 87config.h.in config.sub configure configure.in install-sh ltconfig \
86mkinstalldirs 88ltmain.sh missing mkinstalldirs
87 89
88 90
89DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 91DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90 92
91TAR = tar 93TAR = tar
120$(srcdir)/config.h.in: $(srcdir)/stamp-h.in 122$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
121 @if test ! -f $@; then \ 123 @if test ! -f $@; then \
122 rm -f $(srcdir)/stamp-h.in; \ 124 rm -f $(srcdir)/stamp-h.in; \
123 $(MAKE) $(srcdir)/stamp-h.in; \ 125 $(MAKE) $(srcdir)/stamp-h.in; \
124 else :; fi 126 else :; fi
125$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 127$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
126 cd $(top_srcdir) && $(AUTOHEADER) 128 cd $(top_srcdir) && $(AUTOHEADER)
127 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 129 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
128 130
129mostlyclean-hdr: 131mostlyclean-hdr:
130 132

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

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