JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / pairwise / Makefile
diff --git a/sources/pairwise/Makefile b/sources/pairwise/Makefile
new file mode 100644 (file)
index 0000000..bc118fb
--- /dev/null
@@ -0,0 +1,19 @@
+CC=gcc
+#CC=g++-3.3
+
+# Patricks malloc library
+#CFLAGS=-ggdb3 -O0 -Wall -Werror -Wl,-rpath,/tmp/vmalloc/examples -L/tmp/vmalloc/examples -lvmalloc  -I/tmp/vmalloc/include/  -lstdc++
+
+# Debugging
+
+#CFLAGS=-ggdb3 -Wall -Werror -pedantic -lefence
+CFLAGS=-O2 -Wall -pedantic
+
+# Normal
+#CFLAGS=-O3 -march=pentium3 -msse -mmmx -Wall -Werror -pedantic
+
+pairwise: pairwise.c pairwise.h
+       $(CC) $(CFLAGS) pairwise.c -o pairwise
+
+clean:
+       rm -f *.o pairwise core