]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - rules.mk
add functions to be able to change the PERCEIVED parameters and then commit them...
[frescor/fna.git] / rules.mk
index 54da884e77d36ae654451e5b40c3f26738448c86..8261552020c62e2a017fae6046d084a52f78571b 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -1,9 +1,9 @@
-.PHONY: none clean libfna libfrsh
+.PHONY: none clean libfna libfrsh libfosa libfsa libutils
 
 none:
        @exec echo -e "\nPlease introduce a target, i.e: 'make test_dtm_xxx.exe'";
 
-%.exe: %.c libfna libfrsh
+%.exe: %.c libfna libfosa libfrsh libfosa libfsa libutils
        @exec echo -e "\n>> Building $@: ";
        @if [ -f $< ]; \
        then \
@@ -36,6 +36,9 @@ libfosa:
 libutils:
        make -C $(UTILS_PATH) libutils
 
+libfsa:
+       make -C $(FSA_PATH) libfsa
+
 clean:
        @exec echo -e "\n>> Cleaning... ";
        @find \( -name '*.[oa]' -or -name '*~*' -or -name 'lib*.a' \