aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)Author
2011-07-11makefile: Fix tabs vs space issueHEADmasterZhai, Edwin
Fix following build error: | Makefile:734: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. | ERROR: oe_runmake failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-09build: Another pass at overhauling the naming schemesRobert Bragg
There currently lots of inconsistent ways we refer to matchbox 2; it can be mbwm2, matchbox-wm-2, matchbox2, matchbox-window-manager-2 and things are also confusing when considering the naming of pkg-config files and for choosing the directory name for installing headers. The approach I'm starting to settle on (this goes back on some of the renaming changes I made recently, so sorry for the churn) is to consider the canonical name of the project just "matchbox" and then we use the package/library versioning to define it as "2.0". Headers now get installed in $prefix/include/matchbox-2.0/matchbox and the top level header has been renamed from mb-wm.h to matchbox.h. The pkg-config file will be installed as matchbox-2.0.pc
2010-12-09re-organize directory structure a bitRobert Bragg
This renames the matchbox directory matchbox2 and it also moves the /matchbox/managers directory to sit alongside the matchbox2 directory. The idea being that everything under matchbox2 should be code that gets linked into libmatchbox2 while code sitting alongside can then provide examples that actually consume the libmatchbox2 api.
2008-03-042008-03-04 Tomas Frydrych <tf@o-hand.com>Tomas Frydrych
* configure.ac: * Makefile.am: * util/Makefile.am: * util/matchbox-remote.c: Added matchbox-remote (from mbwm1 + -select-desktop option).
2008-02-192008-02-19 Tomas Frydrych <tf@o-hand.com>Tomas Frydrych
* configure.ac, *.am, *.h: Changes for building mbwm2 as a library (based on patch by Johan Bilien): Moved 'src' to 'matchbox'; fixed up headers to use #include <>. Moved config.h to matchbox/mb-wm-config.h. Added --enable-libmatchbox configure option, libmatchbox2.pc.in
2007-12-312007-12-31 Tomas Frydrych <tf@o-hand.com>Tomas Frydrych
* configure.ac: * Makefile.am: * doc/Makefile.am: Added doc directory to the autofoo build tree.
2007-09-272007-09-27 Tomas Frydrych <tf@o-hand.com>Tomas Frydrych
* Makefile.am: * configure.ac: * data/themes/Default/Makefile.am: * data/themes/Default/theme.xml: * src/core/mb-window-manager.c: * src/theme-engines/mb-wm-theme.c: Added data/themes and populated with Default theme from MBWM1. Added initial theme version and type parsing. Made mb_wm_theme API safe with NULL theme; allow WM to run without a theme.
2005-11-082005-11-08 Matthew Allum <mallum@openedhand.com>Matthew Allum
* Makefile: * Makefile.am: * autogen.sh: * configure.ac: * matchbox-window-manager-2.c: * mb-wm-atoms.c: * mb-wm-atoms.h: * mb-wm-client.c: * mb-wm-client.h: * mb-wm-core.c: * mb-wm-core.h: * mb-wm-keys.c: * mb-wm-keys.h: * mb-wm-layout.c: * mb-wm-layout.h: * mb-wm-props.c: * mb-wm-props.h: * mb-wm-stack.c: * mb-wm-stack.h: * mb-wm-types.h: * mb-wm-util.c: * mb-wm-util.h: * mb-wm.h: * src/Makefile.am: * src/core/Makefile.am: * src/core/mb-wm-client.c: (mb_wm_client_window_new), (mb_wm_client_new), (mb_wm_client_base_init): * src/core/mb-wm-client.h: * src/core/mb-wm-core.c: (test_map_request), (mb_wm_run): * src/core/mb-wm-types.h: * src/core/mb-wm-window.c: * src/core/mb-wm-window.h: * src/core/mb-wm.h: * src/matchbox-window-manager-2.c: (test_panel_client_request_geometry), (test_client_new): * xas.c: * xas.h: Autofooify. Split Window 'wrapper' code into its own file and rejig a little.