Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: Makefile.am Added Files: ewl_io_manager.c Log Message: - start of an io manager for ewl. this will handle reading in things like files and parsing them into the correct format for the ewl_text. - works on a plugin system so plugins can be written outside the ewl_tree and just put in the plugin directory - this is just the base, not all functions are complete yet (it can read in text/plain files tho, heh) =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/Makefile.am,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- Makefile.am 11 Sep 2006 20:51:41 -0000 1.39 +++ Makefile.am 14 Sep 2006 05:35:38 -0000 1.40 @@ -28,7 +28,8 @@ ewl_theme.la ewl_media.la ewl_menu.la ewl_imenu.la \ ewl_widget.la fullscreen.la modal.la ewl_layer.la \ ewl_list.la puzzle.la ewl_grid.la \ - ewl_icon_theme.la ewl_container.la ewl_histogram.la + ewl_icon_theme.la ewl_container.la ewl_histogram.la \ + ewl_io_manager.la ewl_border_la_SOURCES = ewl_border.c ewl_border_la_LIBADD = $(top_builddir)/src/lib/libewl.la @@ -373,6 +374,13 @@ -L$(top_builddir)/src/lib/.libs ewl_histogram_la_DEPENDENCIES = +ewl_io_manager_la_SOURCES = ewl_io_manager.c +ewl_io_manager_la_LIBADD = $(top_builddir)/src/lib/libewl.la +ewl_io_manager_la_LDFLAGS = -module -avoid-version \ + -L$(top_builddir)/src/lib \ + -L$(top_builddir)/src/lib/.libs +ewl_io_manager_la_DEPENDENCIES = + FILES = $(ewl_border_la_SOURCES) $(ewl_box_la_SOURCES) \ $(ewl_button_la_SOURCES) $(ewl_colordialog_la_SOURCES) \ @@ -398,7 +406,7 @@ $(ewl_dnd_snoop_la_SOURCES) $(ewl_list_la_SOURCES) \ $(puzzle_la_SOURCES) $(ewl_grid_la_SOURCES) \ $(ewl_icon_theme_la_SOURCES) $(ewl_container_la_SOURCES) \ - $(ewl_histogram_la_SOURCES) + $(ewl_histogram_la_SOURCES) $(ewl_io_manager_la_SOURCES) EXTRA_DIST = $(FILES) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs