/[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 16
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@
79ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_HEADER = config.h 82CONFIG_HEADER = config.h
82CONFIG_CLEAN_FILES = 83CONFIG_CLEAN_FILES =
83DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ 84DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
84Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \ 85Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
85config.sub configure configure.in install-sh ltconfig ltmain.sh missing \ 86config.h.in config.sub configure configure.in install-sh ltconfig \
86mkinstalldirs 87ltmain.sh missing mkinstalldirs
87 88
88 89
89DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 90DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90 91
91TAR = tar 92TAR = tar
120$(srcdir)/config.h.in: $(srcdir)/stamp-h.in 121$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
121 @if test ! -f $@; then \ 122 @if test ! -f $@; then \
122 rm -f $(srcdir)/stamp-h.in; \ 123 rm -f $(srcdir)/stamp-h.in; \
123 $(MAKE) $(srcdir)/stamp-h.in; \ 124 $(MAKE) $(srcdir)/stamp-h.in; \
124 else :; fi 125 else :; fi
125$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 126$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
126 cd $(top_srcdir) && $(AUTOHEADER) 127 cd $(top_srcdir) && $(AUTOHEADER)
127 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 128 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
128 129
129mostlyclean-hdr: 130mostlyclean-hdr:
130 131

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

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