<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,13 @@ PREFIX=/usr/local
 default: lua_path gzlc
 	@for dir in $(SUBDIRS) ; do $(MAKE) -w -C $$dir $@ || break ; done
 
-all: lua_path doc gzlc
+runtime:
+	$(MAKE) -w -C runtime
+
+utilities: runtime
+	$(MAKE) -w -C utilities
+
+all: lua_path doc
 	@for dir in $(ALLSUBDIRS) ; do $(MAKE) -w -C $$dir $@ || break ; done
 
 doc: docs
@@ -41,7 +47,7 @@ install: gzlc runtime/libgazelle.a
 	cp gzlc $(PREFIX)/bin
 	cp utilities/gzlparse $(PREFIX)/bin
 	mkdir -p $(PREFIX)/include
-	cp -R runtime/include $(PREFIX)/include
+	cp -R runtime/include/gazelle $(PREFIX)/include
 
 test:
 	for test in tests/test*.lua; do lua $$test; done</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ clean:
 bitcode_dump.o: bitcode_dump.c ../runtime/include/gazelle/bc_read_stream.h
 	$(CC) $(CFLAGS) -o bitcode_dump.o -c bitcode_dump.c -I../runtime/include
 
-bitcode_dump: bitcode_dump.o ../runtime/bc_read_stream.o
+bitcode_dump: bitcode_dump.o ../runtime/libgazelle.a
 	$(CC) -o bitcode_dump bitcode_dump.o ../runtime/bc_read_stream.o
 
 gzlparse.o: gzlparse.c ../runtime/include/gazelle/bc_read_stream.h ../runtime/include/gazelle/parse.h</diff>
      <filename>utilities/Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9a477c6b76b6693ad81bfadc1cd11eb77cdc43b7</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Haberman</name>
    <email>joshua@reverberate.org</email>
  </author>
  <url>http://github.com/haberman/gazelle/commit/c10143b022df609ab8491b0ef97e555d382cca75</url>
  <id>c10143b022df609ab8491b0ef97e555d382cca75</id>
  <committed-date>2009-01-21T00:40:09-08:00</committed-date>
  <authored-date>2009-01-21T00:40:09-08:00</authored-date>
  <message>Hack hack hack to make the build system work on Linux.</message>
  <tree>d28e8a23e9c0faef916018b8c137fb1b0dd15c08</tree>
  <committer>
    <name>Joshua Haberman</name>
    <email>joshua@reverberate.org</email>
  </committer>
</commit>
