summaryrefslogtreecommitdiffstats
path: root/ocaml/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto.
* Missing dependency.Richard Jones2009-04-131-3/+3
|
* Extra CLEANFILES.Richard Jones2009-04-131-1/+1
|
* Additional test programs for Perl, Python, OCaml bindings.Richard Jones2009-04-131-1/+21
|
* OCaml bindings build using the installed, not built, library.Richard Jones2009-04-131-3/+3
|
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-0/+2
|
* Added OCaml examples.Richard Jones2009-04-081-0/+2
|
* OCaml bindings compile.Richard Jones2009-04-081-2/+2
|
* Version 0.5: Numerous small fixes to make rpmbuild work again.0.5Richard Jones2009-04-081-4/+7
|
* Need to distribute OCaml bits even if OCaml not found.Richard Jones2009-04-081-2/+2
|
* Outline OCaml bindings.Richard Jones2009-04-071-0/+46
|
* Added framework for the language bindings.Richard Jones2009-04-071-0/+16