Test example program.
[wrappi.git] / Makefile.am
index 300b8f8..941266e 100644 (file)
 # 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
+
+# Build the C example programs.
+SUBDIRS += examples
+
+CLEANFILES = *~