1488 lines
102 KiB
Makefile
1488 lines
102 KiB
Makefile
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
@SET_MAKE@
|
|
|
|
#
|
|
# Copyright 2005 Red Hat, Inc.
|
|
#
|
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
|
# documentation for any purpose is hereby granted without fee, provided that
|
|
# the above copyright notice appear in all copies and that both that
|
|
# copyright notice and this permission notice appear in supporting
|
|
# documentation, and that the name of Red Hat not be used in
|
|
# advertising or publicity pertaining to distribution of the software without
|
|
# specific, written prior permission. Red Hat makes no
|
|
# representations about the suitability of this software for any purpose. It
|
|
# is provided "as is" without express or implied warranty.
|
|
#
|
|
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
|
# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
# PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = .
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
INSTALL = @INSTALL@
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
bin_PROGRAMS = xedit$(EXEEXT)
|
|
@XAW_USE_XPRINT_TRUE@am__append_1 = -DINCLUDE_XPRINT_SUPPORT
|
|
@XAW_USE_XPRINT_TRUE@am__append_2 = \
|
|
@XAW_USE_XPRINT_TRUE@ print.c \
|
|
@XAW_USE_XPRINT_TRUE@ printdialog.c \
|
|
@XAW_USE_XPRINT_TRUE@ printdialog.h \
|
|
@XAW_USE_XPRINT_TRUE@ printdialogprivates.h \
|
|
@XAW_USE_XPRINT_TRUE@ print.h
|
|
|
|
DIST_COMMON = README $(am__configure_deps) $(dist_progmodes_DATA) \
|
|
$(dist_xedit_lisp_DATA) $(srcdir)/Makefile.am \
|
|
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
|
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
|
|
compile config.guess config.sub depcomp install-sh missing
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
configure.lineno configure.status.lineno
|
|
mkinstalldirs = $(SHELL) $(install_sh) -d
|
|
CONFIG_HEADER = config.h
|
|
CONFIG_CLEAN_FILES =
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
|
AR = ar
|
|
ARFLAGS = cru
|
|
liblisp_a_AR = $(AR) $(ARFLAGS)
|
|
liblisp_a_DEPENDENCIES = libmp.a
|
|
am_liblisp_a_OBJECTS = liblisp_a-bytecode.$(OBJEXT) \
|
|
liblisp_a-core.$(OBJEXT) liblisp_a-debugger.$(OBJEXT) \
|
|
liblisp_a-format.$(OBJEXT) liblisp_a-hash.$(OBJEXT) \
|
|
liblisp_a-helper.$(OBJEXT) liblisp_a-io.$(OBJEXT) \
|
|
liblisp_a-lisp.$(OBJEXT) liblisp_a-lsp.$(OBJEXT) \
|
|
liblisp_a-math.$(OBJEXT) liblisp_a-package.$(OBJEXT) \
|
|
liblisp_a-pathname.$(OBJEXT) liblisp_a-read.$(OBJEXT) \
|
|
liblisp_a-regex.$(OBJEXT) liblisp_a-require.$(OBJEXT) \
|
|
liblisp_a-stream.$(OBJEXT) liblisp_a-string.$(OBJEXT) \
|
|
liblisp_a-struct.$(OBJEXT) liblisp_a-time.$(OBJEXT) \
|
|
liblisp_a-write.$(OBJEXT) liblisp_a-xedit.$(OBJEXT)
|
|
liblisp_a_OBJECTS = $(am_liblisp_a_OBJECTS)
|
|
libmp_a_AR = $(AR) $(ARFLAGS)
|
|
libmp_a_LIBADD =
|
|
am_libmp_a_OBJECTS = libmp_a-mp.$(OBJEXT) libmp_a-mpi.$(OBJEXT) \
|
|
libmp_a-mpr.$(OBJEXT)
|
|
libmp_a_OBJECTS = $(am_libmp_a_OBJECTS)
|
|
libre_a_AR = $(AR) $(ARFLAGS)
|
|
libre_a_LIBADD =
|
|
am_libre_a_OBJECTS = libre_a-re.$(OBJEXT) libre_a-rec.$(OBJEXT) \
|
|
libre_a-reo.$(OBJEXT) libre_a-tests.$(OBJEXT)
|
|
libre_a_OBJECTS = $(am_libre_a_OBJECTS)
|
|
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" \
|
|
"$(DESTDIR)$(appmandir)" "$(DESTDIR)$(progmodesdir)" \
|
|
"$(DESTDIR)$(xedit_lispdir)"
|
|
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
am__xedit_SOURCES_DIST = commands.c hook.c ispell.c lisp.c options.c \
|
|
realpath.c strcasecmp.c util.c xedit.c xedit.h print.c \
|
|
printdialog.c printdialog.h printdialogprivates.h print.h
|
|
@XAW_USE_XPRINT_TRUE@am__objects_1 = xedit-print.$(OBJEXT) \
|
|
@XAW_USE_XPRINT_TRUE@ xedit-printdialog.$(OBJEXT)
|
|
am_xedit_OBJECTS = xedit-commands.$(OBJEXT) xedit-hook.$(OBJEXT) \
|
|
xedit-ispell.$(OBJEXT) xedit-lisp.$(OBJEXT) \
|
|
xedit-options.$(OBJEXT) xedit-realpath.$(OBJEXT) \
|
|
xedit-strcasecmp.$(OBJEXT) xedit-util.$(OBJEXT) \
|
|
xedit-xedit.$(OBJEXT) $(am__objects_1)
|
|
xedit_OBJECTS = $(am_xedit_OBJECTS)
|
|
am__DEPENDENCIES_1 =
|
|
xedit_DEPENDENCIES = libre.a liblisp.a libmp.a $(am__DEPENDENCIES_1)
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
SOURCES = $(liblisp_a_SOURCES) $(libmp_a_SOURCES) $(libre_a_SOURCES) \
|
|
$(xedit_SOURCES)
|
|
DIST_SOURCES = $(liblisp_a_SOURCES) $(libmp_a_SOURCES) \
|
|
$(libre_a_SOURCES) $(am__xedit_SOURCES_DIST)
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
am__vpath_adj = case $$p in \
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
*) f=$$p;; \
|
|
esac;
|
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
appdefaultDATA_INSTALL = $(INSTALL_DATA)
|
|
appmanDATA_INSTALL = $(INSTALL_DATA)
|
|
dist_progmodesDATA_INSTALL = $(INSTALL_DATA)
|
|
dist_xedit_lispDATA_INSTALL = $(INSTALL_DATA)
|
|
DATA = $(appdefault_DATA) $(appman_DATA) $(dist_progmodes_DATA) \
|
|
$(dist_xedit_lisp_DATA)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
am__remove_distdir = \
|
|
{ test ! -d $(distdir) \
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
&& rm -fr $(distdir); }; }
|
|
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
|
|
GZIP_ENV = --best
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
distcleancheck_listfiles = find . -type f -print
|
|
ACLOCAL = @ACLOCAL@
|
|
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
|
|
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
|
AMTAR = @AMTAR@
|
|
APPDEFS_CFLAGS = @APPDEFS_CFLAGS@
|
|
APPDEFS_LIBS = @APPDEFS_LIBS@
|
|
APP_MAN_DIR = @APP_MAN_DIR@
|
|
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
|
|
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EXEEXT = @EXEEXT@
|
|
FILE_MAN_DIR = @FILE_MAN_DIR@
|
|
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIB_MAN_DIR = @LIB_MAN_DIR@
|
|
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAINT = @MAINT@
|
|
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
MAKEINFO = @MAKEINFO@
|
|
MISC_MAN_DIR = @MISC_MAN_DIR@
|
|
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
|
|
OBJEXT = @OBJEXT@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
PKG_CONFIG = @PKG_CONFIG@
|
|
RANLIB = @RANLIB@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
STRIP = @STRIP@
|
|
TMP_XAW_CFLAGS = @TMP_XAW_CFLAGS@
|
|
TMP_XAW_LIBS = @TMP_XAW_LIBS@
|
|
VERSION = @VERSION@
|
|
XAW_USE_XPRINT_FALSE = @XAW_USE_XPRINT_FALSE@
|
|
XAW_USE_XPRINT_TRUE = @XAW_USE_XPRINT_TRUE@
|
|
XEDIT_CFLAGS = @XEDIT_CFLAGS@
|
|
XEDIT_LIBS = @XEDIT_LIBS@
|
|
XPRINT_UTIL_CFLAGS = @XPRINT_UTIL_CFLAGS@
|
|
XPRINT_UTIL_LIBS = @XPRINT_UTIL_LIBS@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
|
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
appdefaultdir = @appdefaultdir@
|
|
bindir = @bindir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
datadir = @datadir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
XEDITDIR = ${libdir}/X11/xedit
|
|
xedit_lispdir = ${XEDITDIR}/lisp
|
|
noinst_LIBRARIES = liblisp.a libre.a libmp.a
|
|
|
|
#
|
|
# libmp.a
|
|
#
|
|
libmp_a_CFLAGS =
|
|
libmp_a_SOURCES = \
|
|
lisp/mp/mp.c \
|
|
lisp/mp/mp.h \
|
|
lisp/mp/mpi.c \
|
|
lisp/mp/mpr.c
|
|
|
|
|
|
#
|
|
# liblisp.a
|
|
#
|
|
liblisp_a_CFLAGS = -I$(top_srcdir)/lisp/re -I$(top_srcdir)/lisp/mp -DLISP -DLISPDIR=\"$(xedit_lispdir)\" $(XEDIT_CFLAGS)
|
|
liblisp_a_LIBADD = libmp.a
|
|
liblisp_a_SOURCES = \
|
|
lisp/bytecode.c \
|
|
lisp/bytecode.h \
|
|
lisp/core.c \
|
|
lisp/core.h \
|
|
lisp/debugger.c \
|
|
lisp/debugger.h \
|
|
lisp/format.c \
|
|
lisp/format.h \
|
|
lisp/hash.c \
|
|
lisp/hash.h \
|
|
lisp/helper.c \
|
|
lisp/helper.h \
|
|
lisp/internal.h \
|
|
lisp/io.c \
|
|
lisp/io.h \
|
|
lisp/lisp.c \
|
|
lisp/lisp.h \
|
|
lisp/lsp.c \
|
|
lisp/math.c \
|
|
lisp/math.h \
|
|
lisp/package.c \
|
|
lisp/package.h \
|
|
lisp/pathname.c \
|
|
lisp/pathname.h \
|
|
lisp/private.h \
|
|
lisp/read.c \
|
|
lisp/read.h \
|
|
lisp/regex.c \
|
|
lisp/regex.h \
|
|
lisp/require.c \
|
|
lisp/require.h \
|
|
lisp/stream.c \
|
|
lisp/stream.h \
|
|
lisp/string.c \
|
|
lisp/string.h \
|
|
lisp/struct.c \
|
|
lisp/struct.h \
|
|
lisp/time.c \
|
|
lisp/time.h \
|
|
lisp/write.c \
|
|
lisp/write.h \
|
|
lisp/xedit.c \
|
|
lisp/xedit.h
|
|
|
|
|
|
#
|
|
# libre.a
|
|
#
|
|
libre_a_CFLAGS =
|
|
libre_a_SOURCES = \
|
|
lisp/re/re.c \
|
|
lisp/re/rec.c \
|
|
lisp/re/re.h \
|
|
lisp/re/reo.c \
|
|
lisp/re/rep.h \
|
|
lisp/re/tests.c
|
|
|
|
|
|
#
|
|
# xedit
|
|
#
|
|
xedit_CFLAGS = $(XEDIT_CFLAGS) -I$(top_srcdir)/lisp/re -D_BSD_SOURCE \
|
|
-DXEDIT $(am__append_1)
|
|
xedit_LDADD = libre.a liblisp.a libmp.a $(XEDIT_LIBS) -lm
|
|
xedit_SOURCES = commands.c hook.c ispell.c lisp.c options.c realpath.c \
|
|
strcasecmp.c util.c xedit.c xedit.h $(am__append_2)
|
|
|
|
# App default files (*.ad)
|
|
APPDEFAULTFILES = \
|
|
Xedit-color \
|
|
Xedit
|
|
|
|
SUFFIXES = .ad .$(APP_MAN_SUFFIX) .man
|
|
appdefault_DATA = $(APPDEFAULTFILES)
|
|
CLEANFILES = $(APPDEFAULTFILES) Xedit.ad $(appman_DATA)
|
|
|
|
# Note that xedit_lispdir is defined above
|
|
dist_xedit_lisp_DATA = ${srcdir}/lisp/modules/lisp.lsp \
|
|
${srcdir}/lisp/modules/xedit.lsp \
|
|
${srcdir}/lisp/modules/syntax.lsp \
|
|
${srcdir}/lisp/modules/indent.lsp
|
|
|
|
progmodesdir = $(xedit_lispdir)/progmodes
|
|
dist_progmodes_DATA = ${srcdir}/lisp/modules/progmodes/c.lsp \
|
|
${srcdir}/lisp/modules/progmodes/html.lsp \
|
|
${srcdir}/lisp/modules/progmodes/imake.lsp \
|
|
${srcdir}/lisp/modules/progmodes/lisp.lsp \
|
|
${srcdir}/lisp/modules/progmodes/make.lsp \
|
|
${srcdir}/lisp/modules/progmodes/man.lsp \
|
|
${srcdir}/lisp/modules/progmodes/patch.lsp \
|
|
${srcdir}/lisp/modules/progmodes/rpm.lsp \
|
|
${srcdir}/lisp/modules/progmodes/sgml.lsp \
|
|
${srcdir}/lisp/modules/progmodes/sh.lsp \
|
|
${srcdir}/lisp/modules/progmodes/xconf.lsp \
|
|
${srcdir}/lisp/modules/progmodes/xlog.lsp \
|
|
${srcdir}/lisp/modules/progmodes/xrdb.lsp
|
|
|
|
appman_PRE = xedit.man
|
|
EXTRA_DIST = Xedit-color.ad Xedit-xprint.ad Xedit-noxprint.ad \
|
|
Xedit-sample lisp/README lisp/TODO lisp/compile.c lisp/env.c \
|
|
lisp/mathimp.c lisp/modules/psql.c lisp/modules/x11.c \
|
|
lisp/modules/xaw.c lisp/modules/xt.c lisp/re/README \
|
|
lisp/re/tests.txt lisp/test/hello.lsp lisp/test/list.lsp \
|
|
lisp/test/math.lsp lisp/test/psql-1.lsp lisp/test/psql-2.lsp \
|
|
lisp/test/psql-3.lsp lisp/test/regex.lsp lisp/test/stream.lsp \
|
|
lisp/test/widgets.lsp $(appman_PRE)
|
|
appmandir = $(APP_MAN_DIR)
|
|
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
|
|
SED = sed
|
|
|
|
# Strings to replace in man pages
|
|
XORGRELSTRING = @PACKAGE_STRING@
|
|
XORGMANNAME = X Version 11
|
|
MAN_SUBSTS = \
|
|
-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
|
|
-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
|
|
-e 's|__xservername__|Xorg|g' \
|
|
-e 's|__xconfigfile__|xorg.conf|g' \
|
|
-e 's|__projectroot__|$(prefix)|g' \
|
|
-e 's|__apploaddir__|$(appdefaultdir)|' \
|
|
-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
|
|
-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
|
|
-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
|
|
-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
|
|
-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
|
|
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .ad .$(APP_MAN_SUFFIX) .man .c .o .obj
|
|
am--refresh:
|
|
@:
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
|
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
|
&& exit 0; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
echo ' $(SHELL) ./config.status'; \
|
|
$(SHELL) ./config.status;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
config.h: stamp-h1
|
|
@if test ! -f $@; then \
|
|
rm -f stamp-h1; \
|
|
$(MAKE) stamp-h1; \
|
|
else :; fi
|
|
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
@rm -f stamp-h1
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
cd $(top_srcdir) && $(AUTOHEADER)
|
|
rm -f stamp-h1
|
|
touch $@
|
|
|
|
distclean-hdr:
|
|
-rm -f config.h stamp-h1
|
|
|
|
clean-noinstLIBRARIES:
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
|
liblisp.a: $(liblisp_a_OBJECTS) $(liblisp_a_DEPENDENCIES)
|
|
-rm -f liblisp.a
|
|
$(liblisp_a_AR) liblisp.a $(liblisp_a_OBJECTS) $(liblisp_a_LIBADD)
|
|
$(RANLIB) liblisp.a
|
|
libmp.a: $(libmp_a_OBJECTS) $(libmp_a_DEPENDENCIES)
|
|
-rm -f libmp.a
|
|
$(libmp_a_AR) libmp.a $(libmp_a_OBJECTS) $(libmp_a_LIBADD)
|
|
$(RANLIB) libmp.a
|
|
libre.a: $(libre_a_OBJECTS) $(libre_a_DEPENDENCIES)
|
|
-rm -f libre.a
|
|
$(libre_a_AR) libre.a $(libre_a_OBJECTS) $(libre_a_LIBADD)
|
|
$(RANLIB) libre.a
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-binPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(bindir)/$$f"; \
|
|
done
|
|
|
|
clean-binPROGRAMS:
|
|
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
|
xedit$(EXEEXT): $(xedit_OBJECTS) $(xedit_DEPENDENCIES)
|
|
@rm -f xedit$(EXEEXT)
|
|
$(LINK) $(xedit_LDFLAGS) $(xedit_OBJECTS) $(xedit_LDADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-bytecode.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-core.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-debugger.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-format.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-hash.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-helper.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-io.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-lisp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-lsp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-math.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-package.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-pathname.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-read.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-regex.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-require.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-stream.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-string.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-struct.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-time.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-write.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblisp_a-xedit.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmp_a-mp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmp_a-mpi.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmp_a-mpr.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_a-re.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_a-rec.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_a-reo.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_a-tests.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-commands.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-hook.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-ispell.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-lisp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-options.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-print.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-printdialog.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-realpath.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-strcasecmp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-util.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-xedit.Po@am__quote@
|
|
|
|
.c.o:
|
|
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|
|
|
.c.obj:
|
|
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
|
liblisp_a-bytecode.o: lisp/bytecode.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-bytecode.o -MD -MP -MF "$(DEPDIR)/liblisp_a-bytecode.Tpo" -c -o liblisp_a-bytecode.o `test -f 'lisp/bytecode.c' || echo '$(srcdir)/'`lisp/bytecode.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-bytecode.Tpo" "$(DEPDIR)/liblisp_a-bytecode.Po"; else rm -f "$(DEPDIR)/liblisp_a-bytecode.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/bytecode.c' object='liblisp_a-bytecode.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-bytecode.o `test -f 'lisp/bytecode.c' || echo '$(srcdir)/'`lisp/bytecode.c
|
|
|
|
liblisp_a-bytecode.obj: lisp/bytecode.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-bytecode.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-bytecode.Tpo" -c -o liblisp_a-bytecode.obj `if test -f 'lisp/bytecode.c'; then $(CYGPATH_W) 'lisp/bytecode.c'; else $(CYGPATH_W) '$(srcdir)/lisp/bytecode.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-bytecode.Tpo" "$(DEPDIR)/liblisp_a-bytecode.Po"; else rm -f "$(DEPDIR)/liblisp_a-bytecode.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/bytecode.c' object='liblisp_a-bytecode.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-bytecode.obj `if test -f 'lisp/bytecode.c'; then $(CYGPATH_W) 'lisp/bytecode.c'; else $(CYGPATH_W) '$(srcdir)/lisp/bytecode.c'; fi`
|
|
|
|
liblisp_a-core.o: lisp/core.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-core.o -MD -MP -MF "$(DEPDIR)/liblisp_a-core.Tpo" -c -o liblisp_a-core.o `test -f 'lisp/core.c' || echo '$(srcdir)/'`lisp/core.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-core.Tpo" "$(DEPDIR)/liblisp_a-core.Po"; else rm -f "$(DEPDIR)/liblisp_a-core.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/core.c' object='liblisp_a-core.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-core.o `test -f 'lisp/core.c' || echo '$(srcdir)/'`lisp/core.c
|
|
|
|
liblisp_a-core.obj: lisp/core.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-core.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-core.Tpo" -c -o liblisp_a-core.obj `if test -f 'lisp/core.c'; then $(CYGPATH_W) 'lisp/core.c'; else $(CYGPATH_W) '$(srcdir)/lisp/core.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-core.Tpo" "$(DEPDIR)/liblisp_a-core.Po"; else rm -f "$(DEPDIR)/liblisp_a-core.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/core.c' object='liblisp_a-core.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-core.obj `if test -f 'lisp/core.c'; then $(CYGPATH_W) 'lisp/core.c'; else $(CYGPATH_W) '$(srcdir)/lisp/core.c'; fi`
|
|
|
|
liblisp_a-debugger.o: lisp/debugger.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-debugger.o -MD -MP -MF "$(DEPDIR)/liblisp_a-debugger.Tpo" -c -o liblisp_a-debugger.o `test -f 'lisp/debugger.c' || echo '$(srcdir)/'`lisp/debugger.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-debugger.Tpo" "$(DEPDIR)/liblisp_a-debugger.Po"; else rm -f "$(DEPDIR)/liblisp_a-debugger.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/debugger.c' object='liblisp_a-debugger.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-debugger.o `test -f 'lisp/debugger.c' || echo '$(srcdir)/'`lisp/debugger.c
|
|
|
|
liblisp_a-debugger.obj: lisp/debugger.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-debugger.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-debugger.Tpo" -c -o liblisp_a-debugger.obj `if test -f 'lisp/debugger.c'; then $(CYGPATH_W) 'lisp/debugger.c'; else $(CYGPATH_W) '$(srcdir)/lisp/debugger.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-debugger.Tpo" "$(DEPDIR)/liblisp_a-debugger.Po"; else rm -f "$(DEPDIR)/liblisp_a-debugger.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/debugger.c' object='liblisp_a-debugger.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-debugger.obj `if test -f 'lisp/debugger.c'; then $(CYGPATH_W) 'lisp/debugger.c'; else $(CYGPATH_W) '$(srcdir)/lisp/debugger.c'; fi`
|
|
|
|
liblisp_a-format.o: lisp/format.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-format.o -MD -MP -MF "$(DEPDIR)/liblisp_a-format.Tpo" -c -o liblisp_a-format.o `test -f 'lisp/format.c' || echo '$(srcdir)/'`lisp/format.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-format.Tpo" "$(DEPDIR)/liblisp_a-format.Po"; else rm -f "$(DEPDIR)/liblisp_a-format.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/format.c' object='liblisp_a-format.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-format.o `test -f 'lisp/format.c' || echo '$(srcdir)/'`lisp/format.c
|
|
|
|
liblisp_a-format.obj: lisp/format.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-format.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-format.Tpo" -c -o liblisp_a-format.obj `if test -f 'lisp/format.c'; then $(CYGPATH_W) 'lisp/format.c'; else $(CYGPATH_W) '$(srcdir)/lisp/format.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-format.Tpo" "$(DEPDIR)/liblisp_a-format.Po"; else rm -f "$(DEPDIR)/liblisp_a-format.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/format.c' object='liblisp_a-format.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-format.obj `if test -f 'lisp/format.c'; then $(CYGPATH_W) 'lisp/format.c'; else $(CYGPATH_W) '$(srcdir)/lisp/format.c'; fi`
|
|
|
|
liblisp_a-hash.o: lisp/hash.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-hash.o -MD -MP -MF "$(DEPDIR)/liblisp_a-hash.Tpo" -c -o liblisp_a-hash.o `test -f 'lisp/hash.c' || echo '$(srcdir)/'`lisp/hash.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-hash.Tpo" "$(DEPDIR)/liblisp_a-hash.Po"; else rm -f "$(DEPDIR)/liblisp_a-hash.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/hash.c' object='liblisp_a-hash.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-hash.o `test -f 'lisp/hash.c' || echo '$(srcdir)/'`lisp/hash.c
|
|
|
|
liblisp_a-hash.obj: lisp/hash.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-hash.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-hash.Tpo" -c -o liblisp_a-hash.obj `if test -f 'lisp/hash.c'; then $(CYGPATH_W) 'lisp/hash.c'; else $(CYGPATH_W) '$(srcdir)/lisp/hash.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-hash.Tpo" "$(DEPDIR)/liblisp_a-hash.Po"; else rm -f "$(DEPDIR)/liblisp_a-hash.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/hash.c' object='liblisp_a-hash.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-hash.obj `if test -f 'lisp/hash.c'; then $(CYGPATH_W) 'lisp/hash.c'; else $(CYGPATH_W) '$(srcdir)/lisp/hash.c'; fi`
|
|
|
|
liblisp_a-helper.o: lisp/helper.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-helper.o -MD -MP -MF "$(DEPDIR)/liblisp_a-helper.Tpo" -c -o liblisp_a-helper.o `test -f 'lisp/helper.c' || echo '$(srcdir)/'`lisp/helper.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-helper.Tpo" "$(DEPDIR)/liblisp_a-helper.Po"; else rm -f "$(DEPDIR)/liblisp_a-helper.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/helper.c' object='liblisp_a-helper.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-helper.o `test -f 'lisp/helper.c' || echo '$(srcdir)/'`lisp/helper.c
|
|
|
|
liblisp_a-helper.obj: lisp/helper.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-helper.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-helper.Tpo" -c -o liblisp_a-helper.obj `if test -f 'lisp/helper.c'; then $(CYGPATH_W) 'lisp/helper.c'; else $(CYGPATH_W) '$(srcdir)/lisp/helper.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-helper.Tpo" "$(DEPDIR)/liblisp_a-helper.Po"; else rm -f "$(DEPDIR)/liblisp_a-helper.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/helper.c' object='liblisp_a-helper.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-helper.obj `if test -f 'lisp/helper.c'; then $(CYGPATH_W) 'lisp/helper.c'; else $(CYGPATH_W) '$(srcdir)/lisp/helper.c'; fi`
|
|
|
|
liblisp_a-io.o: lisp/io.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-io.o -MD -MP -MF "$(DEPDIR)/liblisp_a-io.Tpo" -c -o liblisp_a-io.o `test -f 'lisp/io.c' || echo '$(srcdir)/'`lisp/io.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-io.Tpo" "$(DEPDIR)/liblisp_a-io.Po"; else rm -f "$(DEPDIR)/liblisp_a-io.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/io.c' object='liblisp_a-io.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-io.o `test -f 'lisp/io.c' || echo '$(srcdir)/'`lisp/io.c
|
|
|
|
liblisp_a-io.obj: lisp/io.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-io.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-io.Tpo" -c -o liblisp_a-io.obj `if test -f 'lisp/io.c'; then $(CYGPATH_W) 'lisp/io.c'; else $(CYGPATH_W) '$(srcdir)/lisp/io.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-io.Tpo" "$(DEPDIR)/liblisp_a-io.Po"; else rm -f "$(DEPDIR)/liblisp_a-io.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/io.c' object='liblisp_a-io.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-io.obj `if test -f 'lisp/io.c'; then $(CYGPATH_W) 'lisp/io.c'; else $(CYGPATH_W) '$(srcdir)/lisp/io.c'; fi`
|
|
|
|
liblisp_a-lisp.o: lisp/lisp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-lisp.o -MD -MP -MF "$(DEPDIR)/liblisp_a-lisp.Tpo" -c -o liblisp_a-lisp.o `test -f 'lisp/lisp.c' || echo '$(srcdir)/'`lisp/lisp.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-lisp.Tpo" "$(DEPDIR)/liblisp_a-lisp.Po"; else rm -f "$(DEPDIR)/liblisp_a-lisp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/lisp.c' object='liblisp_a-lisp.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-lisp.o `test -f 'lisp/lisp.c' || echo '$(srcdir)/'`lisp/lisp.c
|
|
|
|
liblisp_a-lisp.obj: lisp/lisp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-lisp.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-lisp.Tpo" -c -o liblisp_a-lisp.obj `if test -f 'lisp/lisp.c'; then $(CYGPATH_W) 'lisp/lisp.c'; else $(CYGPATH_W) '$(srcdir)/lisp/lisp.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-lisp.Tpo" "$(DEPDIR)/liblisp_a-lisp.Po"; else rm -f "$(DEPDIR)/liblisp_a-lisp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/lisp.c' object='liblisp_a-lisp.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-lisp.obj `if test -f 'lisp/lisp.c'; then $(CYGPATH_W) 'lisp/lisp.c'; else $(CYGPATH_W) '$(srcdir)/lisp/lisp.c'; fi`
|
|
|
|
liblisp_a-lsp.o: lisp/lsp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-lsp.o -MD -MP -MF "$(DEPDIR)/liblisp_a-lsp.Tpo" -c -o liblisp_a-lsp.o `test -f 'lisp/lsp.c' || echo '$(srcdir)/'`lisp/lsp.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-lsp.Tpo" "$(DEPDIR)/liblisp_a-lsp.Po"; else rm -f "$(DEPDIR)/liblisp_a-lsp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/lsp.c' object='liblisp_a-lsp.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-lsp.o `test -f 'lisp/lsp.c' || echo '$(srcdir)/'`lisp/lsp.c
|
|
|
|
liblisp_a-lsp.obj: lisp/lsp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-lsp.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-lsp.Tpo" -c -o liblisp_a-lsp.obj `if test -f 'lisp/lsp.c'; then $(CYGPATH_W) 'lisp/lsp.c'; else $(CYGPATH_W) '$(srcdir)/lisp/lsp.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-lsp.Tpo" "$(DEPDIR)/liblisp_a-lsp.Po"; else rm -f "$(DEPDIR)/liblisp_a-lsp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/lsp.c' object='liblisp_a-lsp.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-lsp.obj `if test -f 'lisp/lsp.c'; then $(CYGPATH_W) 'lisp/lsp.c'; else $(CYGPATH_W) '$(srcdir)/lisp/lsp.c'; fi`
|
|
|
|
liblisp_a-math.o: lisp/math.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-math.o -MD -MP -MF "$(DEPDIR)/liblisp_a-math.Tpo" -c -o liblisp_a-math.o `test -f 'lisp/math.c' || echo '$(srcdir)/'`lisp/math.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-math.Tpo" "$(DEPDIR)/liblisp_a-math.Po"; else rm -f "$(DEPDIR)/liblisp_a-math.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/math.c' object='liblisp_a-math.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-math.o `test -f 'lisp/math.c' || echo '$(srcdir)/'`lisp/math.c
|
|
|
|
liblisp_a-math.obj: lisp/math.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-math.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-math.Tpo" -c -o liblisp_a-math.obj `if test -f 'lisp/math.c'; then $(CYGPATH_W) 'lisp/math.c'; else $(CYGPATH_W) '$(srcdir)/lisp/math.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-math.Tpo" "$(DEPDIR)/liblisp_a-math.Po"; else rm -f "$(DEPDIR)/liblisp_a-math.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/math.c' object='liblisp_a-math.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-math.obj `if test -f 'lisp/math.c'; then $(CYGPATH_W) 'lisp/math.c'; else $(CYGPATH_W) '$(srcdir)/lisp/math.c'; fi`
|
|
|
|
liblisp_a-package.o: lisp/package.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-package.o -MD -MP -MF "$(DEPDIR)/liblisp_a-package.Tpo" -c -o liblisp_a-package.o `test -f 'lisp/package.c' || echo '$(srcdir)/'`lisp/package.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-package.Tpo" "$(DEPDIR)/liblisp_a-package.Po"; else rm -f "$(DEPDIR)/liblisp_a-package.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/package.c' object='liblisp_a-package.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-package.o `test -f 'lisp/package.c' || echo '$(srcdir)/'`lisp/package.c
|
|
|
|
liblisp_a-package.obj: lisp/package.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-package.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-package.Tpo" -c -o liblisp_a-package.obj `if test -f 'lisp/package.c'; then $(CYGPATH_W) 'lisp/package.c'; else $(CYGPATH_W) '$(srcdir)/lisp/package.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-package.Tpo" "$(DEPDIR)/liblisp_a-package.Po"; else rm -f "$(DEPDIR)/liblisp_a-package.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/package.c' object='liblisp_a-package.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-package.obj `if test -f 'lisp/package.c'; then $(CYGPATH_W) 'lisp/package.c'; else $(CYGPATH_W) '$(srcdir)/lisp/package.c'; fi`
|
|
|
|
liblisp_a-pathname.o: lisp/pathname.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-pathname.o -MD -MP -MF "$(DEPDIR)/liblisp_a-pathname.Tpo" -c -o liblisp_a-pathname.o `test -f 'lisp/pathname.c' || echo '$(srcdir)/'`lisp/pathname.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-pathname.Tpo" "$(DEPDIR)/liblisp_a-pathname.Po"; else rm -f "$(DEPDIR)/liblisp_a-pathname.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/pathname.c' object='liblisp_a-pathname.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-pathname.o `test -f 'lisp/pathname.c' || echo '$(srcdir)/'`lisp/pathname.c
|
|
|
|
liblisp_a-pathname.obj: lisp/pathname.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-pathname.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-pathname.Tpo" -c -o liblisp_a-pathname.obj `if test -f 'lisp/pathname.c'; then $(CYGPATH_W) 'lisp/pathname.c'; else $(CYGPATH_W) '$(srcdir)/lisp/pathname.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-pathname.Tpo" "$(DEPDIR)/liblisp_a-pathname.Po"; else rm -f "$(DEPDIR)/liblisp_a-pathname.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/pathname.c' object='liblisp_a-pathname.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-pathname.obj `if test -f 'lisp/pathname.c'; then $(CYGPATH_W) 'lisp/pathname.c'; else $(CYGPATH_W) '$(srcdir)/lisp/pathname.c'; fi`
|
|
|
|
liblisp_a-read.o: lisp/read.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-read.o -MD -MP -MF "$(DEPDIR)/liblisp_a-read.Tpo" -c -o liblisp_a-read.o `test -f 'lisp/read.c' || echo '$(srcdir)/'`lisp/read.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-read.Tpo" "$(DEPDIR)/liblisp_a-read.Po"; else rm -f "$(DEPDIR)/liblisp_a-read.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/read.c' object='liblisp_a-read.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-read.o `test -f 'lisp/read.c' || echo '$(srcdir)/'`lisp/read.c
|
|
|
|
liblisp_a-read.obj: lisp/read.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-read.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-read.Tpo" -c -o liblisp_a-read.obj `if test -f 'lisp/read.c'; then $(CYGPATH_W) 'lisp/read.c'; else $(CYGPATH_W) '$(srcdir)/lisp/read.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-read.Tpo" "$(DEPDIR)/liblisp_a-read.Po"; else rm -f "$(DEPDIR)/liblisp_a-read.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/read.c' object='liblisp_a-read.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-read.obj `if test -f 'lisp/read.c'; then $(CYGPATH_W) 'lisp/read.c'; else $(CYGPATH_W) '$(srcdir)/lisp/read.c'; fi`
|
|
|
|
liblisp_a-regex.o: lisp/regex.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-regex.o -MD -MP -MF "$(DEPDIR)/liblisp_a-regex.Tpo" -c -o liblisp_a-regex.o `test -f 'lisp/regex.c' || echo '$(srcdir)/'`lisp/regex.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-regex.Tpo" "$(DEPDIR)/liblisp_a-regex.Po"; else rm -f "$(DEPDIR)/liblisp_a-regex.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/regex.c' object='liblisp_a-regex.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-regex.o `test -f 'lisp/regex.c' || echo '$(srcdir)/'`lisp/regex.c
|
|
|
|
liblisp_a-regex.obj: lisp/regex.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-regex.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-regex.Tpo" -c -o liblisp_a-regex.obj `if test -f 'lisp/regex.c'; then $(CYGPATH_W) 'lisp/regex.c'; else $(CYGPATH_W) '$(srcdir)/lisp/regex.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-regex.Tpo" "$(DEPDIR)/liblisp_a-regex.Po"; else rm -f "$(DEPDIR)/liblisp_a-regex.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/regex.c' object='liblisp_a-regex.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-regex.obj `if test -f 'lisp/regex.c'; then $(CYGPATH_W) 'lisp/regex.c'; else $(CYGPATH_W) '$(srcdir)/lisp/regex.c'; fi`
|
|
|
|
liblisp_a-require.o: lisp/require.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-require.o -MD -MP -MF "$(DEPDIR)/liblisp_a-require.Tpo" -c -o liblisp_a-require.o `test -f 'lisp/require.c' || echo '$(srcdir)/'`lisp/require.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-require.Tpo" "$(DEPDIR)/liblisp_a-require.Po"; else rm -f "$(DEPDIR)/liblisp_a-require.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/require.c' object='liblisp_a-require.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-require.o `test -f 'lisp/require.c' || echo '$(srcdir)/'`lisp/require.c
|
|
|
|
liblisp_a-require.obj: lisp/require.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-require.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-require.Tpo" -c -o liblisp_a-require.obj `if test -f 'lisp/require.c'; then $(CYGPATH_W) 'lisp/require.c'; else $(CYGPATH_W) '$(srcdir)/lisp/require.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-require.Tpo" "$(DEPDIR)/liblisp_a-require.Po"; else rm -f "$(DEPDIR)/liblisp_a-require.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/require.c' object='liblisp_a-require.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-require.obj `if test -f 'lisp/require.c'; then $(CYGPATH_W) 'lisp/require.c'; else $(CYGPATH_W) '$(srcdir)/lisp/require.c'; fi`
|
|
|
|
liblisp_a-stream.o: lisp/stream.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-stream.o -MD -MP -MF "$(DEPDIR)/liblisp_a-stream.Tpo" -c -o liblisp_a-stream.o `test -f 'lisp/stream.c' || echo '$(srcdir)/'`lisp/stream.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-stream.Tpo" "$(DEPDIR)/liblisp_a-stream.Po"; else rm -f "$(DEPDIR)/liblisp_a-stream.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/stream.c' object='liblisp_a-stream.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-stream.o `test -f 'lisp/stream.c' || echo '$(srcdir)/'`lisp/stream.c
|
|
|
|
liblisp_a-stream.obj: lisp/stream.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-stream.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-stream.Tpo" -c -o liblisp_a-stream.obj `if test -f 'lisp/stream.c'; then $(CYGPATH_W) 'lisp/stream.c'; else $(CYGPATH_W) '$(srcdir)/lisp/stream.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-stream.Tpo" "$(DEPDIR)/liblisp_a-stream.Po"; else rm -f "$(DEPDIR)/liblisp_a-stream.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/stream.c' object='liblisp_a-stream.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-stream.obj `if test -f 'lisp/stream.c'; then $(CYGPATH_W) 'lisp/stream.c'; else $(CYGPATH_W) '$(srcdir)/lisp/stream.c'; fi`
|
|
|
|
liblisp_a-string.o: lisp/string.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-string.o -MD -MP -MF "$(DEPDIR)/liblisp_a-string.Tpo" -c -o liblisp_a-string.o `test -f 'lisp/string.c' || echo '$(srcdir)/'`lisp/string.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-string.Tpo" "$(DEPDIR)/liblisp_a-string.Po"; else rm -f "$(DEPDIR)/liblisp_a-string.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/string.c' object='liblisp_a-string.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-string.o `test -f 'lisp/string.c' || echo '$(srcdir)/'`lisp/string.c
|
|
|
|
liblisp_a-string.obj: lisp/string.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-string.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-string.Tpo" -c -o liblisp_a-string.obj `if test -f 'lisp/string.c'; then $(CYGPATH_W) 'lisp/string.c'; else $(CYGPATH_W) '$(srcdir)/lisp/string.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-string.Tpo" "$(DEPDIR)/liblisp_a-string.Po"; else rm -f "$(DEPDIR)/liblisp_a-string.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/string.c' object='liblisp_a-string.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-string.obj `if test -f 'lisp/string.c'; then $(CYGPATH_W) 'lisp/string.c'; else $(CYGPATH_W) '$(srcdir)/lisp/string.c'; fi`
|
|
|
|
liblisp_a-struct.o: lisp/struct.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-struct.o -MD -MP -MF "$(DEPDIR)/liblisp_a-struct.Tpo" -c -o liblisp_a-struct.o `test -f 'lisp/struct.c' || echo '$(srcdir)/'`lisp/struct.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-struct.Tpo" "$(DEPDIR)/liblisp_a-struct.Po"; else rm -f "$(DEPDIR)/liblisp_a-struct.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/struct.c' object='liblisp_a-struct.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-struct.o `test -f 'lisp/struct.c' || echo '$(srcdir)/'`lisp/struct.c
|
|
|
|
liblisp_a-struct.obj: lisp/struct.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-struct.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-struct.Tpo" -c -o liblisp_a-struct.obj `if test -f 'lisp/struct.c'; then $(CYGPATH_W) 'lisp/struct.c'; else $(CYGPATH_W) '$(srcdir)/lisp/struct.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-struct.Tpo" "$(DEPDIR)/liblisp_a-struct.Po"; else rm -f "$(DEPDIR)/liblisp_a-struct.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/struct.c' object='liblisp_a-struct.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-struct.obj `if test -f 'lisp/struct.c'; then $(CYGPATH_W) 'lisp/struct.c'; else $(CYGPATH_W) '$(srcdir)/lisp/struct.c'; fi`
|
|
|
|
liblisp_a-time.o: lisp/time.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-time.o -MD -MP -MF "$(DEPDIR)/liblisp_a-time.Tpo" -c -o liblisp_a-time.o `test -f 'lisp/time.c' || echo '$(srcdir)/'`lisp/time.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-time.Tpo" "$(DEPDIR)/liblisp_a-time.Po"; else rm -f "$(DEPDIR)/liblisp_a-time.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/time.c' object='liblisp_a-time.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-time.o `test -f 'lisp/time.c' || echo '$(srcdir)/'`lisp/time.c
|
|
|
|
liblisp_a-time.obj: lisp/time.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-time.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-time.Tpo" -c -o liblisp_a-time.obj `if test -f 'lisp/time.c'; then $(CYGPATH_W) 'lisp/time.c'; else $(CYGPATH_W) '$(srcdir)/lisp/time.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-time.Tpo" "$(DEPDIR)/liblisp_a-time.Po"; else rm -f "$(DEPDIR)/liblisp_a-time.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/time.c' object='liblisp_a-time.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-time.obj `if test -f 'lisp/time.c'; then $(CYGPATH_W) 'lisp/time.c'; else $(CYGPATH_W) '$(srcdir)/lisp/time.c'; fi`
|
|
|
|
liblisp_a-write.o: lisp/write.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-write.o -MD -MP -MF "$(DEPDIR)/liblisp_a-write.Tpo" -c -o liblisp_a-write.o `test -f 'lisp/write.c' || echo '$(srcdir)/'`lisp/write.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-write.Tpo" "$(DEPDIR)/liblisp_a-write.Po"; else rm -f "$(DEPDIR)/liblisp_a-write.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/write.c' object='liblisp_a-write.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-write.o `test -f 'lisp/write.c' || echo '$(srcdir)/'`lisp/write.c
|
|
|
|
liblisp_a-write.obj: lisp/write.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-write.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-write.Tpo" -c -o liblisp_a-write.obj `if test -f 'lisp/write.c'; then $(CYGPATH_W) 'lisp/write.c'; else $(CYGPATH_W) '$(srcdir)/lisp/write.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-write.Tpo" "$(DEPDIR)/liblisp_a-write.Po"; else rm -f "$(DEPDIR)/liblisp_a-write.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/write.c' object='liblisp_a-write.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-write.obj `if test -f 'lisp/write.c'; then $(CYGPATH_W) 'lisp/write.c'; else $(CYGPATH_W) '$(srcdir)/lisp/write.c'; fi`
|
|
|
|
liblisp_a-xedit.o: lisp/xedit.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-xedit.o -MD -MP -MF "$(DEPDIR)/liblisp_a-xedit.Tpo" -c -o liblisp_a-xedit.o `test -f 'lisp/xedit.c' || echo '$(srcdir)/'`lisp/xedit.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-xedit.Tpo" "$(DEPDIR)/liblisp_a-xedit.Po"; else rm -f "$(DEPDIR)/liblisp_a-xedit.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/xedit.c' object='liblisp_a-xedit.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-xedit.o `test -f 'lisp/xedit.c' || echo '$(srcdir)/'`lisp/xedit.c
|
|
|
|
liblisp_a-xedit.obj: lisp/xedit.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -MT liblisp_a-xedit.obj -MD -MP -MF "$(DEPDIR)/liblisp_a-xedit.Tpo" -c -o liblisp_a-xedit.obj `if test -f 'lisp/xedit.c'; then $(CYGPATH_W) 'lisp/xedit.c'; else $(CYGPATH_W) '$(srcdir)/lisp/xedit.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/liblisp_a-xedit.Tpo" "$(DEPDIR)/liblisp_a-xedit.Po"; else rm -f "$(DEPDIR)/liblisp_a-xedit.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/xedit.c' object='liblisp_a-xedit.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblisp_a_CFLAGS) $(CFLAGS) -c -o liblisp_a-xedit.obj `if test -f 'lisp/xedit.c'; then $(CYGPATH_W) 'lisp/xedit.c'; else $(CYGPATH_W) '$(srcdir)/lisp/xedit.c'; fi`
|
|
|
|
libmp_a-mp.o: lisp/mp/mp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -MT libmp_a-mp.o -MD -MP -MF "$(DEPDIR)/libmp_a-mp.Tpo" -c -o libmp_a-mp.o `test -f 'lisp/mp/mp.c' || echo '$(srcdir)/'`lisp/mp/mp.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmp_a-mp.Tpo" "$(DEPDIR)/libmp_a-mp.Po"; else rm -f "$(DEPDIR)/libmp_a-mp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/mp/mp.c' object='libmp_a-mp.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -c -o libmp_a-mp.o `test -f 'lisp/mp/mp.c' || echo '$(srcdir)/'`lisp/mp/mp.c
|
|
|
|
libmp_a-mp.obj: lisp/mp/mp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -MT libmp_a-mp.obj -MD -MP -MF "$(DEPDIR)/libmp_a-mp.Tpo" -c -o libmp_a-mp.obj `if test -f 'lisp/mp/mp.c'; then $(CYGPATH_W) 'lisp/mp/mp.c'; else $(CYGPATH_W) '$(srcdir)/lisp/mp/mp.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmp_a-mp.Tpo" "$(DEPDIR)/libmp_a-mp.Po"; else rm -f "$(DEPDIR)/libmp_a-mp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/mp/mp.c' object='libmp_a-mp.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -c -o libmp_a-mp.obj `if test -f 'lisp/mp/mp.c'; then $(CYGPATH_W) 'lisp/mp/mp.c'; else $(CYGPATH_W) '$(srcdir)/lisp/mp/mp.c'; fi`
|
|
|
|
libmp_a-mpi.o: lisp/mp/mpi.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -MT libmp_a-mpi.o -MD -MP -MF "$(DEPDIR)/libmp_a-mpi.Tpo" -c -o libmp_a-mpi.o `test -f 'lisp/mp/mpi.c' || echo '$(srcdir)/'`lisp/mp/mpi.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmp_a-mpi.Tpo" "$(DEPDIR)/libmp_a-mpi.Po"; else rm -f "$(DEPDIR)/libmp_a-mpi.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/mp/mpi.c' object='libmp_a-mpi.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -c -o libmp_a-mpi.o `test -f 'lisp/mp/mpi.c' || echo '$(srcdir)/'`lisp/mp/mpi.c
|
|
|
|
libmp_a-mpi.obj: lisp/mp/mpi.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -MT libmp_a-mpi.obj -MD -MP -MF "$(DEPDIR)/libmp_a-mpi.Tpo" -c -o libmp_a-mpi.obj `if test -f 'lisp/mp/mpi.c'; then $(CYGPATH_W) 'lisp/mp/mpi.c'; else $(CYGPATH_W) '$(srcdir)/lisp/mp/mpi.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmp_a-mpi.Tpo" "$(DEPDIR)/libmp_a-mpi.Po"; else rm -f "$(DEPDIR)/libmp_a-mpi.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/mp/mpi.c' object='libmp_a-mpi.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -c -o libmp_a-mpi.obj `if test -f 'lisp/mp/mpi.c'; then $(CYGPATH_W) 'lisp/mp/mpi.c'; else $(CYGPATH_W) '$(srcdir)/lisp/mp/mpi.c'; fi`
|
|
|
|
libmp_a-mpr.o: lisp/mp/mpr.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -MT libmp_a-mpr.o -MD -MP -MF "$(DEPDIR)/libmp_a-mpr.Tpo" -c -o libmp_a-mpr.o `test -f 'lisp/mp/mpr.c' || echo '$(srcdir)/'`lisp/mp/mpr.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmp_a-mpr.Tpo" "$(DEPDIR)/libmp_a-mpr.Po"; else rm -f "$(DEPDIR)/libmp_a-mpr.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/mp/mpr.c' object='libmp_a-mpr.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -c -o libmp_a-mpr.o `test -f 'lisp/mp/mpr.c' || echo '$(srcdir)/'`lisp/mp/mpr.c
|
|
|
|
libmp_a-mpr.obj: lisp/mp/mpr.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -MT libmp_a-mpr.obj -MD -MP -MF "$(DEPDIR)/libmp_a-mpr.Tpo" -c -o libmp_a-mpr.obj `if test -f 'lisp/mp/mpr.c'; then $(CYGPATH_W) 'lisp/mp/mpr.c'; else $(CYGPATH_W) '$(srcdir)/lisp/mp/mpr.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmp_a-mpr.Tpo" "$(DEPDIR)/libmp_a-mpr.Po"; else rm -f "$(DEPDIR)/libmp_a-mpr.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/mp/mpr.c' object='libmp_a-mpr.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmp_a_CFLAGS) $(CFLAGS) -c -o libmp_a-mpr.obj `if test -f 'lisp/mp/mpr.c'; then $(CYGPATH_W) 'lisp/mp/mpr.c'; else $(CYGPATH_W) '$(srcdir)/lisp/mp/mpr.c'; fi`
|
|
|
|
libre_a-re.o: lisp/re/re.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-re.o -MD -MP -MF "$(DEPDIR)/libre_a-re.Tpo" -c -o libre_a-re.o `test -f 'lisp/re/re.c' || echo '$(srcdir)/'`lisp/re/re.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-re.Tpo" "$(DEPDIR)/libre_a-re.Po"; else rm -f "$(DEPDIR)/libre_a-re.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/re.c' object='libre_a-re.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-re.o `test -f 'lisp/re/re.c' || echo '$(srcdir)/'`lisp/re/re.c
|
|
|
|
libre_a-re.obj: lisp/re/re.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-re.obj -MD -MP -MF "$(DEPDIR)/libre_a-re.Tpo" -c -o libre_a-re.obj `if test -f 'lisp/re/re.c'; then $(CYGPATH_W) 'lisp/re/re.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/re.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-re.Tpo" "$(DEPDIR)/libre_a-re.Po"; else rm -f "$(DEPDIR)/libre_a-re.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/re.c' object='libre_a-re.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-re.obj `if test -f 'lisp/re/re.c'; then $(CYGPATH_W) 'lisp/re/re.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/re.c'; fi`
|
|
|
|
libre_a-rec.o: lisp/re/rec.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-rec.o -MD -MP -MF "$(DEPDIR)/libre_a-rec.Tpo" -c -o libre_a-rec.o `test -f 'lisp/re/rec.c' || echo '$(srcdir)/'`lisp/re/rec.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-rec.Tpo" "$(DEPDIR)/libre_a-rec.Po"; else rm -f "$(DEPDIR)/libre_a-rec.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/rec.c' object='libre_a-rec.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-rec.o `test -f 'lisp/re/rec.c' || echo '$(srcdir)/'`lisp/re/rec.c
|
|
|
|
libre_a-rec.obj: lisp/re/rec.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-rec.obj -MD -MP -MF "$(DEPDIR)/libre_a-rec.Tpo" -c -o libre_a-rec.obj `if test -f 'lisp/re/rec.c'; then $(CYGPATH_W) 'lisp/re/rec.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/rec.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-rec.Tpo" "$(DEPDIR)/libre_a-rec.Po"; else rm -f "$(DEPDIR)/libre_a-rec.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/rec.c' object='libre_a-rec.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-rec.obj `if test -f 'lisp/re/rec.c'; then $(CYGPATH_W) 'lisp/re/rec.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/rec.c'; fi`
|
|
|
|
libre_a-reo.o: lisp/re/reo.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-reo.o -MD -MP -MF "$(DEPDIR)/libre_a-reo.Tpo" -c -o libre_a-reo.o `test -f 'lisp/re/reo.c' || echo '$(srcdir)/'`lisp/re/reo.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-reo.Tpo" "$(DEPDIR)/libre_a-reo.Po"; else rm -f "$(DEPDIR)/libre_a-reo.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/reo.c' object='libre_a-reo.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-reo.o `test -f 'lisp/re/reo.c' || echo '$(srcdir)/'`lisp/re/reo.c
|
|
|
|
libre_a-reo.obj: lisp/re/reo.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-reo.obj -MD -MP -MF "$(DEPDIR)/libre_a-reo.Tpo" -c -o libre_a-reo.obj `if test -f 'lisp/re/reo.c'; then $(CYGPATH_W) 'lisp/re/reo.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/reo.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-reo.Tpo" "$(DEPDIR)/libre_a-reo.Po"; else rm -f "$(DEPDIR)/libre_a-reo.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/reo.c' object='libre_a-reo.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-reo.obj `if test -f 'lisp/re/reo.c'; then $(CYGPATH_W) 'lisp/re/reo.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/reo.c'; fi`
|
|
|
|
libre_a-tests.o: lisp/re/tests.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-tests.o -MD -MP -MF "$(DEPDIR)/libre_a-tests.Tpo" -c -o libre_a-tests.o `test -f 'lisp/re/tests.c' || echo '$(srcdir)/'`lisp/re/tests.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-tests.Tpo" "$(DEPDIR)/libre_a-tests.Po"; else rm -f "$(DEPDIR)/libre_a-tests.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/tests.c' object='libre_a-tests.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-tests.o `test -f 'lisp/re/tests.c' || echo '$(srcdir)/'`lisp/re/tests.c
|
|
|
|
libre_a-tests.obj: lisp/re/tests.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -MT libre_a-tests.obj -MD -MP -MF "$(DEPDIR)/libre_a-tests.Tpo" -c -o libre_a-tests.obj `if test -f 'lisp/re/tests.c'; then $(CYGPATH_W) 'lisp/re/tests.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/tests.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libre_a-tests.Tpo" "$(DEPDIR)/libre_a-tests.Po"; else rm -f "$(DEPDIR)/libre_a-tests.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp/re/tests.c' object='libre_a-tests.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libre_a_CFLAGS) $(CFLAGS) -c -o libre_a-tests.obj `if test -f 'lisp/re/tests.c'; then $(CYGPATH_W) 'lisp/re/tests.c'; else $(CYGPATH_W) '$(srcdir)/lisp/re/tests.c'; fi`
|
|
|
|
xedit-commands.o: commands.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-commands.o -MD -MP -MF "$(DEPDIR)/xedit-commands.Tpo" -c -o xedit-commands.o `test -f 'commands.c' || echo '$(srcdir)/'`commands.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-commands.Tpo" "$(DEPDIR)/xedit-commands.Po"; else rm -f "$(DEPDIR)/xedit-commands.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='commands.c' object='xedit-commands.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-commands.o `test -f 'commands.c' || echo '$(srcdir)/'`commands.c
|
|
|
|
xedit-commands.obj: commands.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-commands.obj -MD -MP -MF "$(DEPDIR)/xedit-commands.Tpo" -c -o xedit-commands.obj `if test -f 'commands.c'; then $(CYGPATH_W) 'commands.c'; else $(CYGPATH_W) '$(srcdir)/commands.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-commands.Tpo" "$(DEPDIR)/xedit-commands.Po"; else rm -f "$(DEPDIR)/xedit-commands.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='commands.c' object='xedit-commands.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-commands.obj `if test -f 'commands.c'; then $(CYGPATH_W) 'commands.c'; else $(CYGPATH_W) '$(srcdir)/commands.c'; fi`
|
|
|
|
xedit-hook.o: hook.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-hook.o -MD -MP -MF "$(DEPDIR)/xedit-hook.Tpo" -c -o xedit-hook.o `test -f 'hook.c' || echo '$(srcdir)/'`hook.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-hook.Tpo" "$(DEPDIR)/xedit-hook.Po"; else rm -f "$(DEPDIR)/xedit-hook.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hook.c' object='xedit-hook.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-hook.o `test -f 'hook.c' || echo '$(srcdir)/'`hook.c
|
|
|
|
xedit-hook.obj: hook.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-hook.obj -MD -MP -MF "$(DEPDIR)/xedit-hook.Tpo" -c -o xedit-hook.obj `if test -f 'hook.c'; then $(CYGPATH_W) 'hook.c'; else $(CYGPATH_W) '$(srcdir)/hook.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-hook.Tpo" "$(DEPDIR)/xedit-hook.Po"; else rm -f "$(DEPDIR)/xedit-hook.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hook.c' object='xedit-hook.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-hook.obj `if test -f 'hook.c'; then $(CYGPATH_W) 'hook.c'; else $(CYGPATH_W) '$(srcdir)/hook.c'; fi`
|
|
|
|
xedit-ispell.o: ispell.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-ispell.o -MD -MP -MF "$(DEPDIR)/xedit-ispell.Tpo" -c -o xedit-ispell.o `test -f 'ispell.c' || echo '$(srcdir)/'`ispell.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-ispell.Tpo" "$(DEPDIR)/xedit-ispell.Po"; else rm -f "$(DEPDIR)/xedit-ispell.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ispell.c' object='xedit-ispell.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-ispell.o `test -f 'ispell.c' || echo '$(srcdir)/'`ispell.c
|
|
|
|
xedit-ispell.obj: ispell.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-ispell.obj -MD -MP -MF "$(DEPDIR)/xedit-ispell.Tpo" -c -o xedit-ispell.obj `if test -f 'ispell.c'; then $(CYGPATH_W) 'ispell.c'; else $(CYGPATH_W) '$(srcdir)/ispell.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-ispell.Tpo" "$(DEPDIR)/xedit-ispell.Po"; else rm -f "$(DEPDIR)/xedit-ispell.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ispell.c' object='xedit-ispell.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-ispell.obj `if test -f 'ispell.c'; then $(CYGPATH_W) 'ispell.c'; else $(CYGPATH_W) '$(srcdir)/ispell.c'; fi`
|
|
|
|
xedit-lisp.o: lisp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-lisp.o -MD -MP -MF "$(DEPDIR)/xedit-lisp.Tpo" -c -o xedit-lisp.o `test -f 'lisp.c' || echo '$(srcdir)/'`lisp.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-lisp.Tpo" "$(DEPDIR)/xedit-lisp.Po"; else rm -f "$(DEPDIR)/xedit-lisp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp.c' object='xedit-lisp.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-lisp.o `test -f 'lisp.c' || echo '$(srcdir)/'`lisp.c
|
|
|
|
xedit-lisp.obj: lisp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-lisp.obj -MD -MP -MF "$(DEPDIR)/xedit-lisp.Tpo" -c -o xedit-lisp.obj `if test -f 'lisp.c'; then $(CYGPATH_W) 'lisp.c'; else $(CYGPATH_W) '$(srcdir)/lisp.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-lisp.Tpo" "$(DEPDIR)/xedit-lisp.Po"; else rm -f "$(DEPDIR)/xedit-lisp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lisp.c' object='xedit-lisp.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-lisp.obj `if test -f 'lisp.c'; then $(CYGPATH_W) 'lisp.c'; else $(CYGPATH_W) '$(srcdir)/lisp.c'; fi`
|
|
|
|
xedit-options.o: options.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-options.o -MD -MP -MF "$(DEPDIR)/xedit-options.Tpo" -c -o xedit-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-options.Tpo" "$(DEPDIR)/xedit-options.Po"; else rm -f "$(DEPDIR)/xedit-options.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='options.c' object='xedit-options.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c
|
|
|
|
xedit-options.obj: options.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-options.obj -MD -MP -MF "$(DEPDIR)/xedit-options.Tpo" -c -o xedit-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-options.Tpo" "$(DEPDIR)/xedit-options.Po"; else rm -f "$(DEPDIR)/xedit-options.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='options.c' object='xedit-options.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`
|
|
|
|
xedit-realpath.o: realpath.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-realpath.o -MD -MP -MF "$(DEPDIR)/xedit-realpath.Tpo" -c -o xedit-realpath.o `test -f 'realpath.c' || echo '$(srcdir)/'`realpath.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-realpath.Tpo" "$(DEPDIR)/xedit-realpath.Po"; else rm -f "$(DEPDIR)/xedit-realpath.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='realpath.c' object='xedit-realpath.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-realpath.o `test -f 'realpath.c' || echo '$(srcdir)/'`realpath.c
|
|
|
|
xedit-realpath.obj: realpath.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-realpath.obj -MD -MP -MF "$(DEPDIR)/xedit-realpath.Tpo" -c -o xedit-realpath.obj `if test -f 'realpath.c'; then $(CYGPATH_W) 'realpath.c'; else $(CYGPATH_W) '$(srcdir)/realpath.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-realpath.Tpo" "$(DEPDIR)/xedit-realpath.Po"; else rm -f "$(DEPDIR)/xedit-realpath.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='realpath.c' object='xedit-realpath.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-realpath.obj `if test -f 'realpath.c'; then $(CYGPATH_W) 'realpath.c'; else $(CYGPATH_W) '$(srcdir)/realpath.c'; fi`
|
|
|
|
xedit-strcasecmp.o: strcasecmp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-strcasecmp.o -MD -MP -MF "$(DEPDIR)/xedit-strcasecmp.Tpo" -c -o xedit-strcasecmp.o `test -f 'strcasecmp.c' || echo '$(srcdir)/'`strcasecmp.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-strcasecmp.Tpo" "$(DEPDIR)/xedit-strcasecmp.Po"; else rm -f "$(DEPDIR)/xedit-strcasecmp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='strcasecmp.c' object='xedit-strcasecmp.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-strcasecmp.o `test -f 'strcasecmp.c' || echo '$(srcdir)/'`strcasecmp.c
|
|
|
|
xedit-strcasecmp.obj: strcasecmp.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-strcasecmp.obj -MD -MP -MF "$(DEPDIR)/xedit-strcasecmp.Tpo" -c -o xedit-strcasecmp.obj `if test -f 'strcasecmp.c'; then $(CYGPATH_W) 'strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/strcasecmp.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-strcasecmp.Tpo" "$(DEPDIR)/xedit-strcasecmp.Po"; else rm -f "$(DEPDIR)/xedit-strcasecmp.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='strcasecmp.c' object='xedit-strcasecmp.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-strcasecmp.obj `if test -f 'strcasecmp.c'; then $(CYGPATH_W) 'strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/strcasecmp.c'; fi`
|
|
|
|
xedit-util.o: util.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-util.o -MD -MP -MF "$(DEPDIR)/xedit-util.Tpo" -c -o xedit-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-util.Tpo" "$(DEPDIR)/xedit-util.Po"; else rm -f "$(DEPDIR)/xedit-util.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='xedit-util.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
|
|
|
|
xedit-util.obj: util.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-util.obj -MD -MP -MF "$(DEPDIR)/xedit-util.Tpo" -c -o xedit-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-util.Tpo" "$(DEPDIR)/xedit-util.Po"; else rm -f "$(DEPDIR)/xedit-util.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='xedit-util.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
|
|
|
|
xedit-xedit.o: xedit.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-xedit.o -MD -MP -MF "$(DEPDIR)/xedit-xedit.Tpo" -c -o xedit-xedit.o `test -f 'xedit.c' || echo '$(srcdir)/'`xedit.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-xedit.Tpo" "$(DEPDIR)/xedit-xedit.Po"; else rm -f "$(DEPDIR)/xedit-xedit.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xedit.c' object='xedit-xedit.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-xedit.o `test -f 'xedit.c' || echo '$(srcdir)/'`xedit.c
|
|
|
|
xedit-xedit.obj: xedit.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-xedit.obj -MD -MP -MF "$(DEPDIR)/xedit-xedit.Tpo" -c -o xedit-xedit.obj `if test -f 'xedit.c'; then $(CYGPATH_W) 'xedit.c'; else $(CYGPATH_W) '$(srcdir)/xedit.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-xedit.Tpo" "$(DEPDIR)/xedit-xedit.Po"; else rm -f "$(DEPDIR)/xedit-xedit.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xedit.c' object='xedit-xedit.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-xedit.obj `if test -f 'xedit.c'; then $(CYGPATH_W) 'xedit.c'; else $(CYGPATH_W) '$(srcdir)/xedit.c'; fi`
|
|
|
|
xedit-print.o: print.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-print.o -MD -MP -MF "$(DEPDIR)/xedit-print.Tpo" -c -o xedit-print.o `test -f 'print.c' || echo '$(srcdir)/'`print.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-print.Tpo" "$(DEPDIR)/xedit-print.Po"; else rm -f "$(DEPDIR)/xedit-print.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='print.c' object='xedit-print.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-print.o `test -f 'print.c' || echo '$(srcdir)/'`print.c
|
|
|
|
xedit-print.obj: print.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-print.obj -MD -MP -MF "$(DEPDIR)/xedit-print.Tpo" -c -o xedit-print.obj `if test -f 'print.c'; then $(CYGPATH_W) 'print.c'; else $(CYGPATH_W) '$(srcdir)/print.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-print.Tpo" "$(DEPDIR)/xedit-print.Po"; else rm -f "$(DEPDIR)/xedit-print.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='print.c' object='xedit-print.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-print.obj `if test -f 'print.c'; then $(CYGPATH_W) 'print.c'; else $(CYGPATH_W) '$(srcdir)/print.c'; fi`
|
|
|
|
xedit-printdialog.o: printdialog.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-printdialog.o -MD -MP -MF "$(DEPDIR)/xedit-printdialog.Tpo" -c -o xedit-printdialog.o `test -f 'printdialog.c' || echo '$(srcdir)/'`printdialog.c; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-printdialog.Tpo" "$(DEPDIR)/xedit-printdialog.Po"; else rm -f "$(DEPDIR)/xedit-printdialog.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='printdialog.c' object='xedit-printdialog.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-printdialog.o `test -f 'printdialog.c' || echo '$(srcdir)/'`printdialog.c
|
|
|
|
xedit-printdialog.obj: printdialog.c
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -MT xedit-printdialog.obj -MD -MP -MF "$(DEPDIR)/xedit-printdialog.Tpo" -c -o xedit-printdialog.obj `if test -f 'printdialog.c'; then $(CYGPATH_W) 'printdialog.c'; else $(CYGPATH_W) '$(srcdir)/printdialog.c'; fi`; \
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xedit-printdialog.Tpo" "$(DEPDIR)/xedit-printdialog.Po"; else rm -f "$(DEPDIR)/xedit-printdialog.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='printdialog.c' object='xedit-printdialog.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xedit_CFLAGS) $(CFLAGS) -c -o xedit-printdialog.obj `if test -f 'printdialog.c'; then $(CYGPATH_W) 'printdialog.c'; else $(CYGPATH_W) '$(srcdir)/printdialog.c'; fi`
|
|
uninstall-info-am:
|
|
install-appdefaultDATA: $(appdefault_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(appdefaultdir)" || $(mkdir_p) "$(DESTDIR)$(appdefaultdir)"
|
|
@list='$(appdefault_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(appdefaultDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appdefaultdir)/$$f'"; \
|
|
$(appdefaultDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appdefaultdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-appdefaultDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(appdefault_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(appdefaultdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(appdefaultdir)/$$f"; \
|
|
done
|
|
install-appmanDATA: $(appman_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(appmandir)" || $(mkdir_p) "$(DESTDIR)$(appmandir)"
|
|
@list='$(appman_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
|
|
$(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
|
|
done
|
|
|
|
uninstall-appmanDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(appman_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(appmandir)/$$f"; \
|
|
done
|
|
install-dist_progmodesDATA: $(dist_progmodes_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(progmodesdir)" || $(mkdir_p) "$(DESTDIR)$(progmodesdir)"
|
|
@list='$(dist_progmodes_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(dist_progmodesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(progmodesdir)/$$f'"; \
|
|
$(dist_progmodesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(progmodesdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-dist_progmodesDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(dist_progmodes_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(progmodesdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(progmodesdir)/$$f"; \
|
|
done
|
|
install-dist_xedit_lispDATA: $(dist_xedit_lisp_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(xedit_lispdir)" || $(mkdir_p) "$(DESTDIR)$(xedit_lispdir)"
|
|
@list='$(dist_xedit_lisp_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(dist_xedit_lispDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xedit_lispdir)/$$f'"; \
|
|
$(dist_xedit_lispDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xedit_lispdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-dist_xedit_lispDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(dist_xedit_lisp_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(xedit_lispdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(xedit_lispdir)/$$f"; \
|
|
done
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$tags $$unique; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$tags $$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& cd $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
distdir: $(DISTFILES)
|
|
$(am__remove_distdir)
|
|
mkdir $(distdir)
|
|
$(mkdir_p) $(distdir)/${srcdir}/lisp/modules $(distdir)/${srcdir}/lisp/modules/progmodes $(distdir)/lisp $(distdir)/lisp/modules $(distdir)/lisp/re $(distdir)/lisp/test
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
|
case $$file in \
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
esac; \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
dir="/$$dir"; \
|
|
$(mkdir_p) "$(distdir)$$dir"; \
|
|
else \
|
|
dir=''; \
|
|
fi; \
|
|
if test -d $$d/$$file; then \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
fi; \
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
|
|| chmod -R a+r $(distdir)
|
|
dist-gzip: distdir
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
$(am__remove_distdir)
|
|
dist-bzip2: distdir
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
$(am__remove_distdir)
|
|
|
|
dist-tarZ: distdir
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
$(am__remove_distdir)
|
|
|
|
dist-shar: distdir
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
$(am__remove_distdir)
|
|
|
|
dist-zip: distdir
|
|
-rm -f $(distdir).zip
|
|
zip -rq $(distdir).zip $(distdir)
|
|
$(am__remove_distdir)
|
|
|
|
dist dist-all: distdir
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
$(am__remove_distdir)
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
# it guarantees that the distribution is self-contained by making another
|
|
# tarfile.
|
|
distcheck: dist
|
|
case '$(DIST_ARCHIVES)' in \
|
|
*.tar.gz*) \
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
|
*.tar.bz2*) \
|
|
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
*.tar.Z*) \
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
*.shar.gz*) \
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
|
*.zip*) \
|
|
unzip $(distdir).zip ;;\
|
|
esac
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
mkdir $(distdir)/_build
|
|
mkdir $(distdir)/_inst
|
|
chmod a-w $(distdir)
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
&& cd $(distdir)/_build \
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
|
distuninstallcheck \
|
|
&& chmod -R a-w "$$dc_install_base" \
|
|
&& ({ \
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|
&& rm -rf "$$dc_destdir" \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|
$(am__remove_distdir)
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
|
distuninstallcheck:
|
|
@cd $(distuninstallcheck_dir) \
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
if test -n "$(DESTDIR)"; then \
|
|
echo " (check DESTDIR support)"; \
|
|
fi ; \
|
|
$(distuninstallcheck_listfiles) ; \
|
|
exit 1; } >&2
|
|
distcleancheck: distclean
|
|
@if test '$(srcdir)' = . ; then \
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|
exit 1 ; \
|
|
fi
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
|
$(distcleancheck_listfiles) ; \
|
|
exit 1; } >&2
|
|
check-am: all-am
|
|
check: check-am
|
|
all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) config.h
|
|
installdirs:
|
|
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(progmodesdir)" "$(DESTDIR)$(xedit_lispdir)"; do \
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
done
|
|
install: install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
clean: clean-am
|
|
|
|
clean-am: clean-binPROGRAMS clean-generic clean-noinstLIBRARIES \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-hdr distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
html: html-am
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am: install-appdefaultDATA install-appmanDATA \
|
|
install-dist_progmodesDATA install-dist_xedit_lispDATA
|
|
|
|
install-exec-am: install-binPROGRAMS
|
|
|
|
install-info: install-info-am
|
|
|
|
install-man:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
|
|
|
pdf: pdf-am
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
uninstall-am: uninstall-appdefaultDATA uninstall-appmanDATA \
|
|
uninstall-binPROGRAMS uninstall-dist_progmodesDATA \
|
|
uninstall-dist_xedit_lispDATA uninstall-info-am
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
|
|
clean-binPROGRAMS clean-generic clean-noinstLIBRARIES ctags \
|
|
dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
|
|
dist-zip distcheck distclean distclean-compile \
|
|
distclean-generic distclean-hdr distclean-tags distcleancheck \
|
|
distdir distuninstallcheck dvi dvi-am html html-am info \
|
|
info-am install install-am install-appdefaultDATA \
|
|
install-appmanDATA install-binPROGRAMS install-data \
|
|
install-data-am install-dist_progmodesDATA \
|
|
install-dist_xedit_lispDATA install-exec install-exec-am \
|
|
install-info install-info-am install-man install-strip \
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
|
|
uninstall-am uninstall-appdefaultDATA uninstall-appmanDATA \
|
|
uninstall-binPROGRAMS uninstall-dist_progmodesDATA \
|
|
uninstall-dist_xedit_lispDATA uninstall-info-am
|
|
|
|
|
|
@XAW_USE_XPRINT_TRUE@Xedit.ad:
|
|
@XAW_USE_XPRINT_TRUE@ cp $(top_srcdir)/Xedit-xprint.ad Xedit.ad
|
|
@XAW_USE_XPRINT_FALSE@Xedit.ad:
|
|
@XAW_USE_XPRINT_FALSE@ cp $(top_srcdir)/Xedit-noxprint.ad Xedit.ad
|
|
|
|
.ad:
|
|
cp $< $@
|
|
|
|
.man.$(APP_MAN_SUFFIX):
|
|
sed $(MAN_SUBSTS) < $< > $@
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|