[SCM] pd-cyclone/master: temporary Makefile to build cyclist

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 24 23:05:58 UTC 2016


The following commit has been merged in the master branch:
commit 82ed5530ac401ece7843a7b50cb90b2cb6724a87
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Jan 24 23:46:58 2016 +0100

    temporary Makefile to build cyclist
    
    upstream currently doesn't build the cyclist binary

diff --git a/debian/Makefile.cyclist b/debian/Makefile.cyclist
new file mode 100644
index 0000000..a92a6fe
--- /dev/null
+++ b/debian/Makefile.cyclist
@@ -0,0 +1,4 @@
+SHARED_DIR=shared
+cyclist: $(SHARED_DIR)/common/binport.c \
+	$(SHARED_DIR)/common/lex.c $(SHARED_DIR)/unstable/standalone.c 
+	$(CC) $(CFLAGS) -I$(SHARED_DIR) -DMIXED_STANDALONE -o $@ $^

-- 
pd-cyclone packaging



More information about the pkg-multimedia-commits mailing list