Commit Graph

22 Commits

Author SHA1 Message Date
Thomas Wood f75ee3f64b Add a configure option for disabling the gtk-widgets library 2010-03-31 13:50:56 +01:00
Thomas Wood ccec4bdc79 Seperate the mx-gtk library into its own top-level directory 2010-03-31 11:32:00 +01:00
Thomas Wood 11725b9436 Update git.mk and GITIGNOREFILES 2010-03-25 14:37:16 +00:00
Thomas Wood 489135da48 Add more files to gitignore 2009-11-25 10:56:27 +00:00
Thomas Wood b7f3159486 Automatically generate the ChangeLog file from git logs 2009-11-18 10:21:04 +00:00
Thomas Wood 455f35d917 [build] remove shave and replace with silent-rules
Shave is now replaced with the automake silent-fules if available.
The remaining required m4 scripts are put into a new m4 directory.
2009-11-13 13:02:29 +00:00
Thomas Wood 08a68dee89 Exclude examples directory from dist
The examples directory is outdated
2009-10-20 10:32:03 +01:00
Thomas Wood 4f160a612f Rename Nbtk to Mx 2009-09-18 17:18:05 +01:00
Thomas Wood ce8c3c74fb [docs] ignore the templates since they are currently not modified 2009-07-20 16:54:16 +01:00
Thomas Wood ba26db40e2 Add build/autotools to git ignore
Add build/autotools to the GITIGNOREFILES variable, so that it gets added
to the generated .gitignore files.
2009-07-14 16:34:23 +01:00
Rob Bradford 798bb89c4f Add "po" to toplevel SUBDIRS 2009-07-13 18:15:04 +01:00
Thomas Wood 4fd1b3ca0c [build] automatically generate .gitignore files 2009-07-02 11:06:37 +01:00
Thomas Wood 1a5dd3f1c2 Add assets directory with graphical assets 2009-05-29 10:18:28 +01:00
Thomas Wood c7ca35cf51 Add a sample application 2009-05-12 18:31:31 +01:00
Thomas Wood f3c541b3e1 Move NbtkGtk into a separate library
This will allow applications to use NbtkGtk without having to link to
clutter, gl, ccss, croco and various other libraries that are not
necessary for Gtk+ based applications.
2009-05-12 16:49:26 +01:00
Thomas Wood 11daa1fe39 Added shave support for nicer make output 2009-03-13 12:41:13 +00:00
Emmanuele Bassi 417d4a6614 [build] Version header files and shared object
Instead of installing the NBTK header files into:

  ${includedir}/nbtk

And installing an anonymous:

  ${libdir}/libnbtk.so

Shared object we should version both header files and library
to allow:

  - clean include paths
  - parallel installation

Like most other pkg-config based libraries.

The headers should be installed under:

  ${includedir}/nbtk-${nbtk_api_version}/nbtk

And the shared object should be:

  ${libdir}/libnbtk-${nbtk_api_version}.so

Bonus points for making it all depend on a single macro defined
in the configure.ac template file.
2009-02-05 14:40:44 +00:00
Thomas Wood d51450f643 Remove distribution of doc files
COPYING has moved to COPYING.LIB so was therefore no longer valid. The
other do not need to be distributed for our purposes.
2009-01-15 17:28:48 +00:00
Thomas Wood 0e2d585ddd Disable gettext until there are actually some strings to translate 2008-11-18 16:43:49 +00:00
Thomas Wood 25519bc258 Add gtk-doc support 2008-11-12 15:07:05 +00:00
Thomas Wood 7ce716ed7c Add pkg-config file for nbtk 2008-11-11 14:52:54 +00:00
Thomas Wood ac5245cd58 Initial commit 2008-10-29 17:36:39 +00:00