summaryrefslogtreecommitdiff
path: root/orc.mak
AgeCommit message (Collapse)AuthorFilesLines
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.