/[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 58 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
81bin_PROGRAMS = psiconv 85bin_PROGRAMS = psiconv
82psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.c magick-aux.c 86psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.c gen_latex.c magick-aux.c
83 87
84psiconv_LDADD = ../../lib/psiconv/libpsiconv.la @LIB_MAGICK@ 88psiconv_LDADD = ../../lib/psiconv/libpsiconv.la @LIB_MAGICK@
85psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h 89psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h
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 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)
110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 117
112TAR = tar 118TAR = tar
113GZIP_ENV = --best 119GZIP_ENV = --best
114DEP_FILES = .deps/gen_html.P .deps/gen_html4.P .deps/gen_image.P \ 120DEP_FILES = .deps/gen_html.P .deps/gen_html4.P .deps/gen_image.P \
115.deps/gen_rtf.P .deps/gen_txt.P .deps/magick-aux.P .deps/psiconv.P 121.deps/gen_latex.P .deps/gen_rtf.P .deps/gen_txt.P .deps/magick-aux.P \
122.deps/psiconv.P
116SOURCES = $(psiconv_SOURCES) 123SOURCES = $(psiconv_SOURCES)
117OBJECTS = $(psiconv_OBJECTS) 124OBJECTS = $(psiconv_OBJECTS)
118 125
119all: all-redirect 126all: all-redirect
120.SUFFIXES: 127.SUFFIXES:
121.SUFFIXES: .S .c .lo .o .s 128.SUFFIXES: .S .c .lo .o .obj .s
122$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 129$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123 cd $(top_srcdir) && $(AUTOMAKE) --gnu program/psiconv/Makefile 130 cd $(top_srcdir) && $(AUTOMAKE) --gnu program/psiconv/Makefile
124 131
125Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 132Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
126 cd $(top_builddir) \ 133 cd $(top_builddir) \
150 @$(NORMAL_UNINSTALL) 157 @$(NORMAL_UNINSTALL)
151 list='$(bin_PROGRAMS)'; for p in $$list; do \ 158 list='$(bin_PROGRAMS)'; for p in $$list; do \
152 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)/'`; \
153 done 160 done
154 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
155.s.o: 167.s.o:
156 $(COMPILE) -c $< 168 $(COMPILE) -c $<
157 169
158.S.o: 170.S.o:
159 $(COMPILE) -c $< 171 $(COMPILE) -c $<
160 172
161mostlyclean-compile: 173mostlyclean-compile:
162 -rm -f *.o core *.core 174 -rm -f *.o core *.core
175 -rm -f *.$(OBJEXT)
163 176
164clean-compile: 177clean-compile:
165 178
166distclean-compile: 179distclean-compile:
167 -rm -f *.tab.c 180 -rm -f *.tab.c
182 195
183distclean-libtool: 196distclean-libtool:
184 197
185maintainer-clean-libtool: 198maintainer-clean-libtool:
186 199
187psiconv: $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES) 200psiconv$(EXEEXT): $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES)
188 @rm -f psiconv 201 @rm -f psiconv$(EXEEXT)
189 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS) 202 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS)
190 203
191tags: TAGS 204tags: TAGS
192 205
193ID: $(HEADERS) $(SOURCES) $(LISP) 206ID: $(HEADERS) $(SOURCES) $(LISP)
228 cd $(top_srcdir) \ 241 cd $(top_srcdir) \
229 && $(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
230 @for file in $(DISTFILES); do \ 243 @for file in $(DISTFILES); do \
231 d=$(srcdir); \ 244 d=$(srcdir); \
232 if test -d $$d/$$file; then \ 245 if test -d $$d/$$file; then \
233 cp -pr $$/$$file $(distdir)/$$file; \ 246 cp -pr $$d/$$file $(distdir)/$$file; \
234 else \ 247 else \
235 test -f $(distdir)/$$file \ 248 test -f $(distdir)/$$file \
236 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 249 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237 || cp -p $$d/$$file $(distdir)/$$file || :; \ 250 || cp -p $$d/$$file $(distdir)/$$file || :; \
238 fi; \ 251 fi; \

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

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