summaryrefslogtreecommitdiff
path: root/orc.mak
AgeCommit message (Collapse)AuthorFilesLines
2014-01-24build-sys: Move ORC_SOURCE definitions outside of "if HAVE_ORC"Dominique Leuenberger1-0/+2
Not having ORC_SOURCE defined results in different tarballs depending on whether the dev issuing 'make dist' has orc support enabled or disabled. Specifying ORC_SOURCE unconditionally addresses that, without causing negative effects on users not having orc in the end.
2011-02-01build: Simplify Orc-related make rulesArun Raghavan1-50/+24
This greatly simplifies the Orc-related make rules. The old system of distributing generated files is gone, which means that anyone who wants to build with Orc support enabled needs to have the orcc compiler installed (presumably the orc 'devel' package in most distros).
2011-01-31build: Move orc.mak out of build/Arun Raghavan1-0/+72
That directory is commonly used by developers for out-of-tree builds, so don't keep the Makefile in there.