|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Makefile.in generated automatically by automake 1.4a from Makefile.am
|
|
|
|
|
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
|
|
|
|
|
|
|
|
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
|
@ -46,10 +46,9 @@ AUTOMAKE = @AUTOMAKE@
|
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
|
INSTALL_STRIP_FLAG =
|
|
|
|
|
transform = @program_transform_name@
|
|
|
|
|
|
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
|
@ -58,11 +57,17 @@ POST_INSTALL = :
|
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
|
host_alias = @host_alias@
|
|
|
|
|
host_triplet = @host@
|
|
|
|
|
AR = @AR@
|
|
|
|
|
AS = @AS@
|
|
|
|
|
CC = @CC@
|
|
|
|
|
DLLTOOL = @DLLTOOL@
|
|
|
|
|
LEX = @LEX@
|
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
|
LN_S = @LN_S@
|
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
|
OBJDUMP = @OBJDUMP@
|
|
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
|
VERSION = @VERSION@
|
|
|
|
|
@ -116,8 +121,9 @@ storage_DEPENDENCIES = ../libical/libical.a ../libicalss/libicalss.a
|
|
|
|
|
storage_LDFLAGS =
|
|
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
CCLD = $(CC)
|
|
|
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
|
|
DIST_COMMON = Makefile.am Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -125,16 +131,18 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
|
|
|
|
|
TAR = gtar
|
|
|
|
|
GZIP_ENV = --best
|
|
|
|
|
DEP_FILES = .deps/copycluster.P .deps/findobj.P .deps/icaltestparser.P \
|
|
|
|
|
.deps/regression.P .deps/storage.P .deps/usecases.P
|
|
|
|
|
SOURCES = $(usecases_SOURCES) $(copycluster_SOURCES) $(regression_SOURCES) $(parser_SOURCES) $(findobj_SOURCES) $(storage_SOURCES)
|
|
|
|
|
OBJECTS = $(usecases_OBJECTS) $(copycluster_OBJECTS) $(regression_OBJECTS) $(parser_OBJECTS) $(findobj_OBJECTS) $(storage_OBJECTS)
|
|
|
|
|
|
|
|
|
|
all: all-redirect
|
|
|
|
|
.SUFFIXES:
|
|
|
|
|
.SUFFIXES: .S .c .o .s
|
|
|
|
|
.SUFFIXES: .S .c .lo .o .s
|
|
|
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
|
|
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/test/Makefile
|
|
|
|
|
cd $(top_srcdir) && $(AUTOMAKE) --gnu src/test/Makefile
|
|
|
|
|
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
|
|
|
|
cd $(top_builddir) \
|
|
|
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
|
|
|
|
@ -148,9 +156,6 @@ distclean-noinstPROGRAMS:
|
|
|
|
|
|
|
|
|
|
maintainer-clean-noinstPROGRAMS:
|
|
|
|
|
|
|
|
|
|
.c.o:
|
|
|
|
|
$(COMPILE) -c $<
|
|
|
|
|
|
|
|
|
|
.s.o:
|
|
|
|
|
$(COMPILE) -c $<
|
|
|
|
|
|
|
|
|
|
@ -167,6 +172,22 @@ distclean-compile:
|
|
|
|
|
|
|
|
|
|
maintainer-clean-compile:
|
|
|
|
|
|
|
|
|
|
.s.lo:
|
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
|
|
|
|
|
|
.S.lo:
|
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
|
-rm -rf .libs _libs
|
|
|
|
|
|
|
|
|
|
distclean-libtool:
|
|
|
|
|
|
|
|
|
|
maintainer-clean-libtool:
|
|
|
|
|
|
|
|
|
|
usecases: $(usecases_OBJECTS) $(usecases_DEPENDENCIES)
|
|
|
|
|
@rm -f usecases
|
|
|
|
|
$(LINK) $(usecases_LDFLAGS) $(usecases_OBJECTS) $(usecases_LDADD) $(LIBS)
|
|
|
|
|
@ -225,16 +246,53 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
|
|
subdir = src/test
|
|
|
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
|
|
|
|
here=`cd $(top_builddir) && pwd`; \
|
|
|
|
|
top_distdir=`cd $(top_distdir) && pwd`; \
|
|
|
|
|
distdir=`cd $(distdir) && pwd`; \
|
|
|
|
|
cd $(top_srcdir) \
|
|
|
|
|
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/test/Makefile
|
|
|
|
|
@for file in $(DISTFILES); do \
|
|
|
|
|
d=$(srcdir); \
|
|
|
|
|
if test -d $$d/$$file; then \
|
|
|
|
|
cp -pr $$d/$$file $(distdir)/$$file; \
|
|
|
|
|
cp -pr $$/$$file $(distdir)/$$file; \
|
|
|
|
|
else \
|
|
|
|
|
test -f $(distdir)/$$file \
|
|
|
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
|
|
|
|
|
|
|
|
|
-include $(DEP_FILES)
|
|
|
|
|
|
|
|
|
|
mostlyclean-depend:
|
|
|
|
|
|
|
|
|
|
clean-depend:
|
|
|
|
|
|
|
|
|
|
distclean-depend:
|
|
|
|
|
-rm -rf .deps
|
|
|
|
|
|
|
|
|
|
maintainer-clean-depend:
|
|
|
|
|
|
|
|
|
|
%.o: %.c
|
|
|
|
|
@echo '$(COMPILE) -c $<'; \
|
|
|
|
|
$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
|
|
|
|
@-cp .deps/$(*F).pp .deps/$(*F).P; \
|
|
|
|
|
tr ' ' '\012' < .deps/$(*F).pp \
|
|
|
|
|
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
|
|
|
|
>> .deps/$(*F).P; \
|
|
|
|
|
rm .deps/$(*F).pp
|
|
|
|
|
|
|
|
|
|
%.lo: %.c
|
|
|
|
|
@echo '$(LTCOMPILE) -c $<'; \
|
|
|
|
|
$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
|
|
|
|
@-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
|
|
|
|
|
< .deps/$(*F).pp > .deps/$(*F).P; \
|
|
|
|
|
tr ' ' '\012' < .deps/$(*F).pp \
|
|
|
|
|
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
|
|
|
|
>> .deps/$(*F).P; \
|
|
|
|
|
rm -f .deps/$(*F).pp
|
|
|
|
|
info-am:
|
|
|
|
|
info: info-am
|
|
|
|
|
dvi-am:
|
|
|
|
|
@ -257,7 +315,7 @@ uninstall: uninstall-am
|
|
|
|
|
all-am: Makefile $(PROGRAMS)
|
|
|
|
|
all-redirect: all-am
|
|
|
|
|
install-strip:
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
|
|
|
installdirs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -271,22 +329,26 @@ distclean-generic:
|
|
|
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
|
mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
|
|
|
|
|
mostlyclean-tags mostlyclean-generic
|
|
|
|
|
mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
|
|
|
|
|
mostlyclean-generic
|
|
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
|
|
clean-am: clean-noinstPROGRAMS clean-compile clean-tags clean-generic \
|
|
|
|
|
mostlyclean-am
|
|
|
|
|
clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
|
|
|
|
|
clean-depend clean-generic mostlyclean-am
|
|
|
|
|
|
|
|
|
|
clean: clean-am
|
|
|
|
|
|
|
|
|
|
distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-tags \
|
|
|
|
|
distclean-am: distclean-noinstPROGRAMS distclean-compile \
|
|
|
|
|
distclean-libtool distclean-tags distclean-depend \
|
|
|
|
|
distclean-generic clean-am
|
|
|
|
|
-rm -f libtool
|
|
|
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
|
|
|
|
|
|
maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
|
|
|
|
|
maintainer-clean-compile maintainer-clean-tags \
|
|
|
|
|
maintainer-clean-compile maintainer-clean-libtool \
|
|
|
|
|
maintainer-clean-tags maintainer-clean-depend \
|
|
|
|
|
maintainer-clean-generic distclean-am
|
|
|
|
|
@echo "This command is intended for maintainers to use;"
|
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
|
@ -296,9 +358,12 @@ maintainer-clean: maintainer-clean-am
|
|
|
|
|
.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
|
|
|
|
|
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
|
|
|
|
|
mostlyclean-compile distclean-compile clean-compile \
|
|
|
|
|
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
|
|
|
|
|
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
|
|
|
|
|
check-am installcheck-am installcheck install-exec-am install-exec \
|
|
|
|
|
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
|
|
|
|
|
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
|
|
|
|
|
distclean-tags clean-tags maintainer-clean-tags distdir \
|
|
|
|
|
mostlyclean-depend distclean-depend clean-depend \
|
|
|
|
|
maintainer-clean-depend info-am info dvi-am dvi check check-am \
|
|
|
|
|
installcheck-am installcheck install-exec-am install-exec \
|
|
|
|
|
install-data-am install-data install-am install uninstall-am uninstall \
|
|
|
|
|
all-redirect all-am all installdirs mostlyclean-generic \
|
|
|
|
|
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
|
|
|
|