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

Diff of /psiconv/trunk/lib/psiconv/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
79INCLUDES = -I.. -I../../compat 83INCLUDES = -I.. -I../../compat
80 84
129SOURCES = $(libpsiconv_la_SOURCES) 133SOURCES = $(libpsiconv_la_SOURCES)
130OBJECTS = $(libpsiconv_la_OBJECTS) 134OBJECTS = $(libpsiconv_la_OBJECTS)
131 135
132all: all-redirect 136all: all-redirect
133.SUFFIXES: 137.SUFFIXES:
134.SUFFIXES: .S .c .lo .o .s 138.SUFFIXES: .S .c .lo .o .obj .s
135$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 139$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
136 cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/psiconv/Makefile 140 cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/psiconv/Makefile
137 141
138Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 142Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
139 cd $(top_builddir) \ 143 cd $(top_builddir) \
165 @$(NORMAL_UNINSTALL) 169 @$(NORMAL_UNINSTALL)
166 list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 170 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
167 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 171 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
168 done 172 done
169 173
174# FIXME: We should only use cygpath when building on Windows,
175# and only if it is available.
176.c.obj:
177 $(COMPILE) -c `cygpath -w $<`
178
170.s.o: 179.s.o:
171 $(COMPILE) -c $< 180 $(COMPILE) -c $<
172 181
173.S.o: 182.S.o:
174 $(COMPILE) -c $< 183 $(COMPILE) -c $<
175 184
176mostlyclean-compile: 185mostlyclean-compile:
177 -rm -f *.o core *.core 186 -rm -f *.o core *.core
187 -rm -f *.$(OBJEXT)
178 188
179clean-compile: 189clean-compile:
180 190
181distclean-compile: 191distclean-compile:
182 -rm -f *.tab.c 192 -rm -f *.tab.c
257 cd $(top_srcdir) \ 267 cd $(top_srcdir) \
258 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/psiconv/Makefile 268 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/psiconv/Makefile
259 @for file in $(DISTFILES); do \ 269 @for file in $(DISTFILES); do \
260 d=$(srcdir); \ 270 d=$(srcdir); \
261 if test -d $$d/$$file; then \ 271 if test -d $$d/$$file; then \
262 cp -pr $$/$$file $(distdir)/$$file; \ 272 cp -pr $$d/$$file $(distdir)/$$file; \
263 else \ 273 else \
264 test -f $(distdir)/$$file \ 274 test -f $(distdir)/$$file \
265 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 275 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
266 || cp -p $$d/$$file $(distdir)/$$file || :; \ 276 || cp -p $$d/$$file $(distdir)/$$file || :; \
267 fi; \ 277 fi; \

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

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