~vmiklos/bzr-fastimport/darcs

« back to all changes in this revision

Viewing changes to exporters/Makefile

  • Committer: Jelmer Vernooij
  • Date: 2010-07-27 23:55:20 UTC
  • mfrom: (276.1.13 trunk)
  • Revision ID: jelmer@samba.org-20100727235520-1a4hrbknf1dbfsge
Merge fixes from Miklos for darcs fast import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SVN ?= /usr
 
2
CFLAGS += -I${SVN}/include/subversion-1 -pipe -O2 -std=c99
 
3
CFLAGS += `pkg-config --cflags apr-1`
 
4
LDFLAGS += -L${SVN}/lib -lsvn_fs-1 -lsvn_repos-1
 
5
LDFLAGS += `pkg-config --libs apr-1`
 
6
 
 
7
all: svn-fast-export svn-archive
 
8
 
 
9
svn-fast-export: svn-fast-export.c
 
10
svn-archive: svn-archive.c
 
11
 
 
12
.PHONY: clean
 
13
 
 
14
clean:
 
15
        rm -rf svn-fast-export svn-archive