X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=6bb6eb9d1f110eb445757e93ad60efdf064be8c5;hb=ba261f047e7c98f603565b92a16a8ec2c5baeb69;hp=300b8f85f45441ac6b8d9dd5cd397370f407498b;hpb=48e95746a32612995f6eddd7661340679e6ad4d5;p=wrappi.git diff --git a/Makefile.am b/Makefile.am index 300b8f8..6bb6eb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,3 +16,14 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ACLOCAL_AMFLAGS = -I m4 + +# The API files are actually linked into the generator, but an extra +# camlp4-based preprocessor must be compiled first before we can +# compile the rest of the generator. Hence the rather convoluted set +# of subdirectories here. +SUBDIRS = generator-lib generator-macros APIs generator + +# The C library. +SUBDIRS += lib + +CLEANFILES = *~