Makefile: adding files from contrib
commita90ff91350904de6692864ed43da1c161260b461
authorAchim Gratz <Stromeko@Stromeko.DE>
Wed, 22 Aug 2012 06:04:56 +0000 (22 08:04 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 23 Aug 2012 10:32:38 +0000 (23 12:32 +0200)
treed36866aa6f5ab2f65f7355ffe6a0e086617b574e
parent85d6b781e49f5e8c674c02b3c06b2ff1cde99f84
Makefile: adding files from contrib

* default.mk: Add customizatin variable ORG_ADD_CONTRIB with
  descriptiona and commented example.

* targets.mk: Strip leading path and trailing suffix from all elements
  of ORG_ADD_CONTRIB, then prefix with contrib/lisp and do wildcard
  expansion (this will also remove any invalid names); store the
  result in ORG_FROM_CONTRIB.  Strip /contrib from ORG_FROM_CONTRIB
  and store the result in ORG_TO_LISP.  If these are non-empty, copy
  the files from contrib/lisp/ into lisp/ before compilation and
  remove them when cleanlisp is called.
default.mk
targets.mk