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

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

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