build: Simplify Orc-related make rules

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).
This commit is contained in:
Arun Raghavan 2010-10-19 09:59:45 +05:30
parent 548e1026e3
commit a9d824925d
5 changed files with 47 additions and 371 deletions

View file

@ -18,7 +18,7 @@
#include "adrian-aec.h"
#ifndef DISABLE_ORC
#include "adrian-aec-orc.h"
#include "adrian-aec-orc-orc-gen.h"
#endif
#ifdef __SSE__