Initial commit
[fillmore] / src / test / Makefile
diff --git a/src/test/Makefile b/src/test/Makefile
new file mode 100644 (file)
index 0000000..41b0361
--- /dev/null
@@ -0,0 +1,19 @@
+PROGRAM = ../../$(PROGRAM_NAME)
+all: $(PROGRAM)
+
+-include ../../configure.mk
+
+VALA_LDFLAGS = `pkg-config --libs $(EXT_PKGS)`
+-include sources.mk
+SRC_FILES += \
+       ../marina/ProjectLoader.vala \
+       ../marina/Logging.vala \
+       ../marina/util.vala
+
+ifndef BUILD_DIR
+BUILD_DIR=debug
+endif
+
+-include ../../marina.mk
+HEADER_DIRS += ../marina
+