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

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

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