diff options
| author | Federico Mena Quintero <federico@helixcode.com> | 2000-06-09 01:12:12 +0800 | 
|---|---|---|
| committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-06-09 01:12:12 +0800 | 
| commit | 227fab86efce103776af0364cbfd3f1959f9d269 (patch) | |
| tree | 195524b2ea72d5b012ca9345a3f164000b09b61c /libical | |
| parent | 1396db5dc3fd395059d4bbe6cd0d8422110d0b81 (diff) | |
| download | gsoc2013-evolution-227fab86efce103776af0364cbfd3f1959f9d269.tar.gz gsoc2013-evolution-227fab86efce103776af0364cbfd3f1959f9d269.tar.zst gsoc2013-evolution-227fab86efce103776af0364cbfd3f1959f9d269.zip  | |
Now this derives from GtkObject. It follows the same strategy as the
2000-06-08  Federico Mena Quintero  <federico@helixcode.com>
	* contact-editor/e-contact-editor.h (EContactEditor): Now this
	derives from GtkObject.  It follows the same strategy as the
	EventEditor in the calendar.
	(EContactEditor): Added an is_new_card field so that we can know
	whether to add() or commit() the card.
	* contact-editor/e-contact-editor.c (e_contact_editor_get_type):
	Derive from GtkObject.
	(e_contact_editor_class_init): Likewise.
	(e_contact_editor_class_init): Added an "is_new_card" argument.
	(e_contact_editor_set_arg): Handle ARG_IS_NEW_CARD.
	(e_contact_editor_get_arg): Likewise.
	(e_contact_editor_new): Take in an is_new_arg argument and set it
	on the object.
	(e_contact_editor_init): Load the app widget into the app field of
	the EContactEditor structure.  Create its UIHandler as well.
	(e_contact_editor_class_init): New "add_card", "commit_card", and
	"editor_closed" signals.
	* contact-editor/test-editor.c (main): Modified for the new API.
	(editor_closed_cb): Tweaked for the new API.
	Since this test program does not use Bonobo, it doesn't work,
	though.
	* gui/component/addressbook.c (new_contact_cb): Use the new
	contact editor API.
	(table_double_click): Ditto.
	* gui/minicard/e-minicard-view.c (e_minicard_view_event): Use the
	new contact editor API.
	* gui/minicard/e-minicard.c (e_minicard_event): Use the new
	contact editor API.
svn path=/trunk/; revision=3479
Diffstat (limited to 'libical')
| -rw-r--r-- | libical/src/test/Makefile.in | 80 | 
1 files changed, 59 insertions, 21 deletions
diff --git a/libical/src/test/Makefile.in b/libical/src/test/Makefile.in index eaec52b6cd..c97dbd0026 100644 --- a/libical/src/test/Makefile.in +++ b/libical/src/test/Makefile.in @@ -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 = : @@ -71,7 +70,8 @@ YACC = @YACC@  noinst_PROGRAMS = usecases copycluster regression parser findobj storage stow  LDADD = ../libical/libical.a ../libicalss/libicalss.a -INCLUDES = -I . -I../libical -I../libicalss +INCLUDES =  	-I . 	-I $(srcdir) 	-I../libical 	-I $(srcdir)/../libical 	-I../libicalss 	-I $(srcdir)/../libicalss +  findobj_SOURCES = findobj.c  usecases_SOURCES = usecases.c @@ -130,6 +130,8 @@ 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/stow.P .deps/usecases.P  SOURCES = $(usecases_SOURCES) $(copycluster_SOURCES) $(regression_SOURCES) $(parser_SOURCES) $(findobj_SOURCES) $(storage_SOURCES) $(stow_SOURCES)  OBJECTS = $(usecases_OBJECTS) $(copycluster_OBJECTS) $(regression_OBJECTS) $(parser_OBJECTS) $(findobj_OBJECTS) $(storage_OBJECTS) $(stow_OBJECTS) @@ -137,9 +139,9 @@ all: all-redirect  .SUFFIXES:  .SUFFIXES: .S .c .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 @@ -153,9 +155,6 @@ distclean-noinstPROGRAMS:  maintainer-clean-noinstPROGRAMS: -.c.o: -	$(COMPILE) -c $< -  .s.o:  	$(COMPILE) -c $< @@ -234,6 +233,11 @@ 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 \ @@ -244,6 +248,38 @@ distdir: $(DISTFILES)  	    || 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: @@ -266,7 +302,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: @@ -280,23 +316,24 @@ distclean-generic:  maintainer-clean-generic:  mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \ -		mostlyclean-tags mostlyclean-generic +		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-tags clean-depend \ +		clean-generic mostlyclean-am  clean: clean-am  distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \ -		distclean-generic clean-am +		distclean-depend distclean-generic clean-am  distclean: distclean-am  maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \  		maintainer-clean-compile maintainer-clean-tags \ -		maintainer-clean-generic distclean-am +		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." @@ -306,12 +343,13 @@ maintainer-clean: maintainer-clean-am  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 \ -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 \ -mostlyclean distclean maintainer-clean +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 mostlyclean distclean maintainer-clean  # Tell versions [3.59,3.63) of GNU make to not export all variables.  | 
