~brianaker/libmemcached/embedded

529.1.6 by Monty Taylor
Moved m4 stuff to m4 dir to match how we're doing it in the other projects.
1
ACLOCAL_AMFLAGS = -I m4
515 by Monty Taylor
Fixed files to work with vpath builds for distcheck.
2
547.2.10 by Monty Taylor
Moved tests/ to after client/, since it depends on things from client/
3
SUBDIRS = docs libmemcached libmemcachedutil support clients tests
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
4
EXTRA_dist = README.FIRST
37 by Brian Aker
DTrace support
5
529.1.7 by Monty Taylor
Rearranged debug and non-debug compile flags a little bit.
6
check-local: test-no-outputdiff
7
37 by Brian Aker
DTrace support
8
test: all
465 by Trond Norbye
Preserve the make invoked for test, test-extended and valgrind make target
9
	@(cd tests; ${MAKE} test)
37 by Brian Aker
DTrace support
10
11
test-extended: all
465 by Trond Norbye
Preserve the make invoked for test, test-extended and valgrind make target
12
	@(cd tests; ${MAKE} test-extended)
37 by Brian Aker
DTrace support
13
14
valgrind:
465 by Trond Norbye
Preserve the make invoked for test, test-extended and valgrind make target
15
	@(cd tests; ${MAKE} valgrind)
37 by Brian Aker
DTrace support
16
466 by Trond Norbye
Create a new make-target: test-no-outputdiff
17
test-no-outputdiff:
18
	@(cd tests; ${MAKE} test-no-outputdiff)
19
496 by brian@localhost.localdomain
New Spec file.
20
fedora:
534 by Brian Aker
Updating for 0.30
21
	rm -f ~/rpmbuild/RPMS/x86_64/libmemcached-$(VERSION)*.rpm
22
	rm -f ~/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm
496 by brian@localhost.localdomain
New Spec file.
23
	cp libmemcached-$(VERSION).tar.gz /home/brian/rpmbuild/SOURCES/
24
	rpmbuild -ba support/libmemcached.spec
507 by brian@localhost.localdomain
Setup for next version (and fixes for util for RPM)
25
	cp ~/rpmbuild/RPMS/x86_64/libmemcached-$(VERSION)*.rpm .
26
	cp ~/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm .
496 by brian@localhost.localdomain
New Spec file.
27
28
generic:
534 by Brian Aker
Updating for 0.30
29
	rm -f ~/rpmbuild/RPMS/x86_64/libmemcached-$(VERSION)*.rpm
30
	rm -f ~/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm
496 by brian@localhost.localdomain
New Spec file.
31
	cp libmemcached-$(VERSION).tar.gz /home/brian/rpmbuild/SOURCES/
32
	rpmbuild -ba support/libmemcached.spec
507 by brian@localhost.localdomain
Setup for next version (and fixes for util for RPM)
33
	cp ~/rpmbuild/RPMS/x86_64/libmemcached-$(VERSION)*.rpm .
34
	cp ~/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm .
496 by brian@localhost.localdomain
New Spec file.
35
36
rpm: all dist generic fedora