Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src Modified Files: Makefile.am Removed Files: Ewl.h.in ewl_border.c ewl_border.h ewl_box.c ewl_box.h ewl_button.c ewl_button.h ewl_button_stock.c ewl_button_stock.h ewl_callback.c ewl_callback.h ewl_cell.c ewl_cell.h ewl_check.c ewl_check.h ewl_checkbutton.c ewl_checkbutton.h ewl_colorpicker.c ewl_colorpicker.h ewl_combo.c ewl_combo.h ewl_config.c ewl_config.h ewl_container.c ewl_container.h ewl_debug.h ewl_dialog.c ewl_dialog.h ewl_embed.c ewl_embed.h ewl_entry.c ewl_entry.h ewl_enums.h ewl_events.c ewl_events.h ewl_filedialog.c ewl_filedialog.h ewl_fileselector.c ewl_fileselector.h ewl_floater.c ewl_floater.h ewl_grid.c ewl_grid.h ewl_image.c ewl_image.h ewl_imenu.c ewl_imenu.h ewl_macros.h ewl_media.c ewl_media.h ewl_menu.c ewl_menu.h ewl_menu_base.c ewl_menu_base.h ewl_menubar.c ewl_menubar.h ewl_misc.c ewl_misc.h ewl_notebook.c ewl_notebook.h ewl_object.c ewl_object.h ewl_overlay.c ewl_overlay.h ewl_paned.c ewl_paned.h ewl_password.c ewl_password.h ewl_progressbar.c ewl_progressbar.h ewl_radiobutton.c ewl_radiobutton.h ewl_row.c ewl_row.h ewl_scrollbar.c ewl_scrollbar.h ewl_scrollpane.c ewl_scrollpane.h ewl_seeker.c ewl_seeker.h ewl_selectionbar.c ewl_selectionbar.h ewl_selectionbook.c ewl_selectionbook.h ewl_separator.c ewl_separator.h ewl_spacer.c ewl_spacer.h ewl_spectrum.c ewl_spectrum.h ewl_spinner.c ewl_spinner.h ewl_statusbar.c ewl_statusbar.h ewl_table.c ewl_table.h ewl_text.c ewl_text.h ewl_theme.c ewl_theme.h ewl_tooltip.c ewl_tooltip.h ewl_tree.c ewl_tree.h ewl_widget.c ewl_widget.h ewl_window.c ewl_window.h Log Message: - reorg ewl to fit the general e directory structure of src/bin src/lib =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/Makefile.am,v retrieving revision 1.67 retrieving revision 1.68 diff -u -3 -r1.67 -r1.68 --- Makefile.am 21 Jan 2005 02:20:26 -0000 1.67 +++ Makefile.am 9 Feb 2005 04:31:40 -0000 1.68 @@ -1,142 +1,6 @@ -## Process this file with automake to produce Makefile.in -MAINTAINERCLEANFILES = Ewl.h +SUBDIRS = lib bin -INCLUDES = \ --I$(top_builddir) \ --I$(top_srcdir) \ [EMAIL PROTECTED]@ @ecore_cflags@ @evas_cflags@ @etox_cflags@ @emotion_cflags@ +MAINTAINERCLEANFILES = Makefile.in -lib_LTLIBRARIES = libewl.la -EWLHEADERS = \ - Ewl.h \ - ewl_border.h \ - ewl_box.h \ - ewl_button.h \ - ewl_button_stock.h \ - ewl_callback.h \ - ewl_cell.h \ - ewl_check.h \ - ewl_checkbutton.h \ - ewl_colorpicker.h \ - ewl_combo.h \ - ewl_config.h \ - ewl_container.h \ - ewl_debug.h \ - ewl_dialog.h \ - ewl_embed.h \ - ewl_entry.h \ - ewl_enums.h \ - ewl_events.h \ - ewl_fileselector.h \ - ewl_floater.h \ - ewl_filedialog.h \ - ewl_grid.h \ - ewl_image.h \ - ewl_imenu.h \ - ewl_macros.h \ - ewl_menu.h \ - ewl_menubar.h \ - ewl_menu_base.h \ - ewl_misc.h \ - ewl_notebook.h \ - ewl_object.h \ - ewl_overlay.h \ - ewl_paned.h \ - ewl_password.h \ - ewl_progressbar.h \ - ewl_radiobutton.h \ - ewl_row.h \ - ewl_scrollbar.h \ - ewl_scrollpane.h \ - ewl_seeker.h \ - ewl_selectionbar.h \ - ewl_selectionbook.h \ - ewl_separator.h \ - ewl_spacer.h \ - ewl_spectrum.h \ - ewl_spinner.h \ - ewl_statusbar.h \ - ewl_text.h \ - ewl_table.h \ - ewl_tree.h \ - ewl_tooltip.h \ - ewl_theme.h \ - ewl_widget.h \ - ewl_window.h - -if BUILD_EMOTION_SUPPORT -EWLEMOTIONHEADERS= \ - ewl_media.h -endif - -EWLSOURCES= \ - ewl_border.c \ - ewl_box.c \ - ewl_button.c \ - ewl_button_stock.c \ - ewl_callback.c \ - ewl_cell.c \ - ewl_check.c \ - ewl_checkbutton.c \ - ewl_colorpicker.c \ - ewl_combo.c \ - ewl_config.c \ - ewl_container.c \ - ewl_dialog.c \ - ewl_embed.c \ - ewl_entry.c \ - ewl_events.c \ - ewl_fileselector.c \ - ewl_floater.c \ - ewl_filedialog.c \ - ewl_grid.c \ - ewl_image.c \ - ewl_imenu.c \ - ewl_menu.c \ - ewl_menubar.c \ - ewl_menu_base.c \ - ewl_misc.c \ - ewl_notebook.c \ - ewl_object.c \ - ewl_overlay.c \ - ewl_paned.c \ - ewl_password.c \ - ewl_progressbar.c \ - ewl_radiobutton.c \ - ewl_row.c \ - ewl_scrollbar.c \ - ewl_scrollpane.c \ - ewl_seeker.c \ - ewl_selectionbar.c \ - ewl_selectionbook.c \ - ewl_separator.c \ - ewl_spacer.c \ - ewl_spectrum.c \ - ewl_spinner.c \ - ewl_statusbar.c \ - ewl_table.c \ - ewl_text.c \ - ewl_theme.c \ - ewl_tree.c \ - ewl_tooltip.c \ - ewl_widget.c \ - ewl_window.c \ - $(EWLHEADERS) - -if BUILD_EMOTION_SUPPORT -EWLEMOTIONSOURCES= \ - ewl_media.c \ - $(EWLEMOTIONHEADERS) -endif - -libewl_la_SOURCES = \ - $(EWLSOURCES) \ - $(EWLEMOTIONSOURCES) - -installed_headersdir = $(prefix)/include/ewl -installed_headers_DATA = $(EWLHEADERS) $(EWLEMOTIONHEADERS) - -libewl_la_LIBADD = @edje_libs@ @ecore_libs@ @evas_libs@ @etox_libs@ @emotion_libs@ -lm -libewl_la_LDFLAGS = -version-info 0:0:0 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs