--- psiconv/trunk/compat/Makefile.in 2000/07/14 20:44:40 49 +++ psiconv/trunk/compat/Makefile.in 2001/06/17 18:44:28 116 @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -62,6 +62,9 @@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ +ECHO = @ECHO@ +EXEEXT = @EXEEXT@ +IMAGEMAGICK = @IMAGEMAGICK@ INT_16_BIT = @INT_16_BIT@ INT_32_BIT = @INT_32_BIT@ INT_8_BIT = @INT_8_BIT@ @@ -70,18 +73,20 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ +STRIP = @STRIP@ VERSION = @VERSION@ cflags_set = @cflags_set@ noinst_LTLIBRARIES = libcompat.la libcompat_la_LIBADD = @LIBOBJS@ -libcompat_la_SOURCES = dummy.c +libcompat_la_SOURCES = dummy.c libcompat_la_LDFLAGS = -static -EXTRA_DIST = getopt.h compat.h +EXTRA_DIST = getopt.h compat.h getopt.c getopt1.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -99,20 +104,20 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -DIST_COMMON = Makefile.am Makefile.in getopt.c getopt1.c strdup.c +DIST_COMMON = Makefile.am Makefile.in strdup.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best -DEP_FILES = .deps/dummy.P .deps/getopt.P .deps/getopt1.P .deps/strdup.P +DEP_FILES = .deps/dummy.P .deps/strdup.P SOURCES = $(libcompat_la_SOURCES) OBJECTS = $(libcompat_la_OBJECTS) all: all-redirect .SUFFIXES: -.SUFFIXES: .S .c .lo .o .s +.SUFFIXES: .S .c .lo .o .obj .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile @@ -130,6 +135,11 @@ maintainer-clean-noinstLTLIBRARIES: +# FIXME: We should only use cygpath when building on Windows, +# and only if it is available. +.c.obj: + $(COMPILE) -c `cygpath -w $<` + .s.o: $(COMPILE) -c $< @@ -138,6 +148,7 @@ mostlyclean-compile: -rm -f *.o core *.core + -rm -f *.$(OBJEXT) clean-compile: @@ -207,7 +218,7 @@ @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \