summaryrefslogtreecommitdiff
path: root/exporters/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/Makefile')
-rw-r--r--exporters/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/exporters/Makefile b/exporters/Makefile
deleted file mode 100644
index 2b71211..0000000
--- a/exporters/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-SVN ?= /usr
-CFLAGS += -I${SVN}/include/subversion-1 -pipe -O2 -std=c99
-CFLAGS += `pkg-config --cflags apr-1`
-LDFLAGS += -L${SVN}/lib -lsvn_fs-1 -lsvn_repos-1
-LDFLAGS += `pkg-config --libs apr-1`
-
-all: svn-fast-export svn-archive
-
-svn-fast-export: svn-fast-export.c
-svn-archive: svn-archive.c
-
-.PHONY: clean
-
-clean:
- rm -rf svn-fast-export svn-archive