summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:19 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:19 -0800
commit7ba06301a23a7ddc64bfcdb21b046606a5ba3a05 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Makefile
parent03874566c6f74e11d030fa2c534b3dd5a06721af (diff)
downloadbsdiff-7ba06301a23a7ddc64bfcdb21b046606a5ba3a05.tar.gz
auto import from //depot/cupcake/@135843
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index a522607..0000000
--- a/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-CFLAGS += -O3 -lbz2
-
-PREFIX ?= /usr/local
-INSTALL_PROGRAM ?= ${INSTALL} -c -s -m 555
-INSTALL_MAN ?= ${INSTALL} -c -m 444
-
-all: bsdiff bspatch
-bsdiff: bsdiff.c
-bspatch: bspatch.c
-
-install:
- ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
-.ifndef WITHOUT_MAN
- ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
-.endif