]> iEval git - filters.git/blobdiff - ky00te.dir/makefile
* ky00te is free! That leaves only newspeak in filters-nonfree.
[filters.git] / ky00te.dir / makefile
diff --git a/ky00te.dir/makefile b/ky00te.dir/makefile
new file mode 100644 (file)
index 0000000..90a8efe
--- /dev/null
@@ -0,0 +1,21 @@
+all: ../ky00te
+
+clean:
+       rm -f y.tab.* lex.yy.*
+       rm -f ../ky00te
+
+../ky00te: y.tab.o lex.yy.o
+       cc $(CFLAGS) -o ../ky00te lex.yy.o y.tab.o -lfl
+
+lex.yy.o: lex.yy.c y.tab.h
+       cc $(CFLAGS) -c lex.yy.c
+
+y.tab.o: y.tab.c
+       cc $(CFLAGS) -c y.tab.c
+
+lex.yy.c: ky00te.lex
+       flex ky00te.lex
+
+y.tab.c: ky00te.yacc
+       yacc -d ky00te.yacc
+
This page took 0.021789 seconds and 4 git commands to generate.