/[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 49 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.
36 36
37pkgdatadir = $(datadir)/@PACKAGE@ 37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@
40 40
41top_builddir = .. 41top_builddir = ../..
42 42
43ACLOCAL = @ACLOCAL@ 43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@ 44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@ 45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@ 46AUTOHEADER = @AUTOHEADER@
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@
67IMAGEMAGICK = @IMAGEMAGICK@
65INT_16_BIT = @INT_16_BIT@ 68INT_16_BIT = @INT_16_BIT@
66INT_32_BIT = @INT_32_BIT@ 69INT_32_BIT = @INT_32_BIT@
67INT_8_BIT = @INT_8_BIT@ 70INT_8_BIT = @INT_8_BIT@
68LIBTOOL = @LIBTOOL@ 71LIBTOOL = @LIBTOOL@
69LIB_MAGICK = @LIB_MAGICK@ 72LIB_MAGICK = @LIB_MAGICK@
70LN_S = @LN_S@ 73LN_S = @LN_S@
71MAKEINFO = @MAKEINFO@ 74MAKEINFO = @MAKEINFO@
72OBJDUMP = @OBJDUMP@ 75OBJDUMP = @OBJDUMP@
76OBJEXT = @OBJEXT@
73PACKAGE = @PACKAGE@ 77PACKAGE = @PACKAGE@
74RANLIB = @RANLIB@ 78RANLIB = @RANLIB@
79STRIP = @STRIP@
75VERSION = @VERSION@ 80VERSION = @VERSION@
76cflags_set = @cflags_set@ 81cflags_set = @cflags_set@
77 82
78INCLUDES = -I.. -I../lib -I../compat 83INCLUDES = -I../.. -I../../lib -I../../compat
79 84
80bin_PROGRAMS = psiconv 85bin_PROGRAMS = psiconv
81psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.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
82 87
83psiconv_LDADD = ../lib/libpsiconv.la @LIB_MAGICK@ 88psiconv_LDADD = ../../lib/psiconv/libpsiconv.la @LIB_MAGICK@
84psiconv_noinstHEADERS = gen.h psiconv.h 89psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h
85 90
86EXTRA_DIST = gen.h psiconv.h 91EXTRA_DIST = gen.h psiconv.h magick-aux.h
87mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
88CONFIG_HEADER = ../config.h 93CONFIG_HEADER = ../../config.h
89CONFIG_CLEAN_FILES = 94CONFIG_CLEAN_FILES =
95bin_PROGRAMS = psiconv$(EXEEXT)
90PROGRAMS = $(bin_PROGRAMS) 96PROGRAMS = $(bin_PROGRAMS)
91 97
92 98
93DEFS = @DEFS@ -I. -I$(srcdir) -I.. 99DEFS = @DEFS@ -I. -I$(srcdir) -I../..
94CPPFLAGS = @CPPFLAGS@ 100CPPFLAGS = @CPPFLAGS@
95LDFLAGS = @LDFLAGS@ 101LDFLAGS = @LDFLAGS@
96LIBS = @LIBS@ 102LIBS = @LIBS@
97psiconv_OBJECTS = psiconv.o gen_html.o gen_html4.o gen_txt.o gen_rtf.o \ 103psiconv_OBJECTS = psiconv.$(OBJEXT) gen_html.$(OBJEXT) \
98gen_image.o 104gen_html4.$(OBJEXT) gen_txt.$(OBJEXT) gen_rtf.$(OBJEXT) \
105gen_image.$(OBJEXT) gen_latex.$(OBJEXT) magick-aux.$(OBJEXT)
99psiconv_DEPENDENCIES = ../lib/libpsiconv.la 106psiconv_DEPENDENCIES = ../../lib/psiconv/libpsiconv.la
100psiconv_LDFLAGS = 107psiconv_LDFLAGS =
101CFLAGS = @CFLAGS@ 108CFLAGS = @CFLAGS@
102COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 109COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103LTCOMPILE = $(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)
104CCLD = $(CC) 111CCLD = $(CC)
109DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110 117
111TAR = tar 118TAR = tar
112GZIP_ENV = --best 119GZIP_ENV = --best
113DEP_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 \
114.deps/gen_rtf.P .deps/gen_txt.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
115SOURCES = $(psiconv_SOURCES) 123SOURCES = $(psiconv_SOURCES)
116OBJECTS = $(psiconv_OBJECTS) 124OBJECTS = $(psiconv_OBJECTS)
117 125
118all: all-redirect 126all: all-redirect
119.SUFFIXES: 127.SUFFIXES:
120.SUFFIXES: .S .c .lo .o .s 128.SUFFIXES: .S .c .lo .o .obj .s
121$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 129$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
122 cd $(top_srcdir) && $(AUTOMAKE) --gnu psiconv/Makefile 130 cd $(top_srcdir) && $(AUTOMAKE) --gnu program/psiconv/Makefile
123 131
124Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 132Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
125 cd $(top_builddir) \ 133 cd $(top_builddir) \
126 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 134 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127 135
149 @$(NORMAL_UNINSTALL) 157 @$(NORMAL_UNINSTALL)
150 list='$(bin_PROGRAMS)'; for p in $$list; do \ 158 list='$(bin_PROGRAMS)'; for p in $$list; do \
151 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)/'`; \
152 done 160 done
153 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
154.s.o: 167.s.o:
155 $(COMPILE) -c $< 168 $(COMPILE) -c $<
156 169
157.S.o: 170.S.o:
158 $(COMPILE) -c $< 171 $(COMPILE) -c $<
159 172
160mostlyclean-compile: 173mostlyclean-compile:
161 -rm -f *.o core *.core 174 -rm -f *.o core *.core
175 -rm -f *.$(OBJEXT)
162 176
163clean-compile: 177clean-compile:
164 178
165distclean-compile: 179distclean-compile:
166 -rm -f *.tab.c 180 -rm -f *.tab.c
181 195
182distclean-libtool: 196distclean-libtool:
183 197
184maintainer-clean-libtool: 198maintainer-clean-libtool:
185 199
186psiconv: $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES) 200psiconv$(EXEEXT): $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES)
187 @rm -f psiconv 201 @rm -f psiconv$(EXEEXT)
188 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS) 202 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS)
189 203
190tags: TAGS 204tags: TAGS
191 205
192ID: $(HEADERS) $(SOURCES) $(LISP) 206ID: $(HEADERS) $(SOURCES) $(LISP)
216 230
217maintainer-clean-tags: 231maintainer-clean-tags:
218 232
219distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 233distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
220 234
221subdir = psiconv 235subdir = program/psiconv
222 236
223distdir: $(DISTFILES) 237distdir: $(DISTFILES)
224 here=`cd $(top_builddir) && pwd`; \ 238 here=`cd $(top_builddir) && pwd`; \
225 top_distdir=`cd $(top_distdir) && pwd`; \ 239 top_distdir=`cd $(top_distdir) && pwd`; \
226 distdir=`cd $(distdir) && pwd`; \ 240 distdir=`cd $(distdir) && pwd`; \
227 cd $(top_srcdir) \ 241 cd $(top_srcdir) \
228 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu psiconv/Makefile 242 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu program/psiconv/Makefile
229 @for file in $(DISTFILES); do \ 243 @for file in $(DISTFILES); do \
230 d=$(srcdir); \ 244 d=$(srcdir); \
231 if test -d $$d/$$file; then \ 245 if test -d $$d/$$file; then \
232 cp -pr $$/$$file $(distdir)/$$file; \ 246 cp -pr $$d/$$file $(distdir)/$$file; \
233 else \ 247 else \
234 test -f $(distdir)/$$file \ 248 test -f $(distdir)/$$file \
235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 249 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236 || cp -p $$d/$$file $(distdir)/$$file || :; \ 250 || cp -p $$d/$$file $(distdir)/$$file || :; \
237 fi; \ 251 fi; \

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

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