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

Diff of /psiconv/trunk/program/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../../lib -I../../compat 83INCLUDES = -I../.. -I../../lib -I../../compat
80 84
86 90
87EXTRA_DIST = gen.h psiconv.h magick-aux.h 91EXTRA_DIST = gen.h psiconv.h magick-aux.h
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_HEADER = ../../config.h 93CONFIG_HEADER = ../../config.h
90CONFIG_CLEAN_FILES = 94CONFIG_CLEAN_FILES =
95bin_PROGRAMS = psiconv$(EXEEXT)
91PROGRAMS = $(bin_PROGRAMS) 96PROGRAMS = $(bin_PROGRAMS)
92 97
93 98
94DEFS = @DEFS@ -I. -I$(srcdir) -I../.. 99DEFS = @DEFS@ -I. -I$(srcdir) -I../..
95CPPFLAGS = @CPPFLAGS@ 100CPPFLAGS = @CPPFLAGS@
96LDFLAGS = @LDFLAGS@ 101LDFLAGS = @LDFLAGS@
97LIBS = @LIBS@ 102LIBS = @LIBS@
98psiconv_OBJECTS = psiconv.o gen_html.o gen_html4.o gen_txt.o gen_rtf.o \ 103psiconv_OBJECTS = psiconv.$(OBJEXT) gen_html.$(OBJEXT) \
99gen_image.o gen_latex.o magick-aux.o 104gen_html4.$(OBJEXT) gen_txt.$(OBJEXT) gen_rtf.$(OBJEXT) \
105gen_image.$(OBJEXT) gen_latex.$(OBJEXT) magick-aux.$(OBJEXT)
100psiconv_DEPENDENCIES = ../../lib/psiconv/libpsiconv.la 106psiconv_DEPENDENCIES = ../../lib/psiconv/libpsiconv.la
101psiconv_LDFLAGS = 107psiconv_LDFLAGS =
102CFLAGS = @CFLAGS@ 108CFLAGS = @CFLAGS@
103COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 109COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 110LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117SOURCES = $(psiconv_SOURCES) 123SOURCES = $(psiconv_SOURCES)
118OBJECTS = $(psiconv_OBJECTS) 124OBJECTS = $(psiconv_OBJECTS)
119 125
120all: all-redirect 126all: all-redirect
121.SUFFIXES: 127.SUFFIXES:
122.SUFFIXES: .S .c .lo .o .s 128.SUFFIXES: .S .c .lo .o .obj .s
123$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 129$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && $(AUTOMAKE) --gnu program/psiconv/Makefile 130 cd $(top_srcdir) && $(AUTOMAKE) --gnu program/psiconv/Makefile
125 131
126Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 132Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
127 cd $(top_builddir) \ 133 cd $(top_builddir) \
151 @$(NORMAL_UNINSTALL) 157 @$(NORMAL_UNINSTALL)
152 list='$(bin_PROGRAMS)'; for p in $$list; do \ 158 list='$(bin_PROGRAMS)'; for p in $$list; do \
153 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ 159 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
154 done 160 done
155 161
162# FIXME: We should only use cygpath when building on Windows,
163# and only if it is available.
164.c.obj:
165 $(COMPILE) -c `cygpath -w $<`
166
156.s.o: 167.s.o:
157 $(COMPILE) -c $< 168 $(COMPILE) -c $<
158 169
159.S.o: 170.S.o:
160 $(COMPILE) -c $< 171 $(COMPILE) -c $<
161 172
162mostlyclean-compile: 173mostlyclean-compile:
163 -rm -f *.o core *.core 174 -rm -f *.o core *.core
175 -rm -f *.$(OBJEXT)
164 176
165clean-compile: 177clean-compile:
166 178
167distclean-compile: 179distclean-compile:
168 -rm -f *.tab.c 180 -rm -f *.tab.c
183 195
184distclean-libtool: 196distclean-libtool:
185 197
186maintainer-clean-libtool: 198maintainer-clean-libtool:
187 199
188psiconv: $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES) 200psiconv$(EXEEXT): $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES)
189 @rm -f psiconv 201 @rm -f psiconv$(EXEEXT)
190 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS) 202 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS)
191 203
192tags: TAGS 204tags: TAGS
193 205
194ID: $(HEADERS) $(SOURCES) $(LISP) 206ID: $(HEADERS) $(SOURCES) $(LISP)
229 cd $(top_srcdir) \ 241 cd $(top_srcdir) \
230 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu program/psiconv/Makefile 242 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu program/psiconv/Makefile
231 @for file in $(DISTFILES); do \ 243 @for file in $(DISTFILES); do \
232 d=$(srcdir); \ 244 d=$(srcdir); \
233 if test -d $$d/$$file; then \ 245 if test -d $$d/$$file; then \
234 cp -pr $$/$$file $(distdir)/$$file; \ 246 cp -pr $$d/$$file $(distdir)/$$file; \
235 else \ 247 else \
236 test -f $(distdir)/$$file \ 248 test -f $(distdir)/$$file \
237 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 249 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
238 || cp -p $$d/$$file $(distdir)/$$file || :; \ 250 || cp -p $$d/$$file $(distdir)/$$file || :; \
239 fi; \ 251 fi; \

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

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