--- psiconv/trunk/program/psiconv/Makefile.in 2000/12/10 16:13:24 57 +++ psiconv/trunk/program/psiconv/Makefile.in 2000/12/10 16:49:40 58 @@ -38,7 +38,7 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. +top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ @@ -76,28 +76,28 @@ VERSION = @VERSION@ cflags_set = @cflags_set@ -INCLUDES = -I.. -I../lib -I../compat +INCLUDES = -I../.. -I../../lib -I../../compat bin_PROGRAMS = psiconv psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.c magick-aux.c -psiconv_LDADD = ../lib/libpsiconv.la @LIB_MAGICK@ +psiconv_LDADD = ../../lib/psiconv/libpsiconv.la @LIB_MAGICK@ psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h EXTRA_DIST = gen.h psiconv.h magick-aux.h mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../config.h +CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) -DEFS = @DEFS@ -I. -I$(srcdir) -I.. +DEFS = @DEFS@ -I. -I$(srcdir) -I../.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ psiconv_OBJECTS = psiconv.o gen_html.o gen_html4.o gen_txt.o gen_rtf.o \ gen_image.o magick-aux.o -psiconv_DEPENDENCIES = ../lib/libpsiconv.la +psiconv_DEPENDENCIES = ../../lib/psiconv/libpsiconv.la psiconv_LDFLAGS = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -120,7 +120,7 @@ .SUFFIXES: .SUFFIXES: .S .c .lo .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu psiconv/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu program/psiconv/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -219,14 +219,14 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = psiconv +subdir = program/psiconv distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu psiconv/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu program/psiconv/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \