Initial commit
[fillmore] / src / test / Makefile
1 PROGRAM = ../../$(PROGRAM_NAME)
2 all: $(PROGRAM)
3
4 -include ../../configure.mk
5
6 VALA_LDFLAGS = `pkg-config --libs $(EXT_PKGS)`
7 -include sources.mk
8 SRC_FILES += \
9         ../marina/ProjectLoader.vala \
10         ../marina/Logging.vala \
11         ../marina/util.vala
12
13 ifndef BUILD_DIR
14 BUILD_DIR=debug
15 endif
16
17 -include ../../marina.mk
18 HEADER_DIRS += ../marina
19