Adding in spec file, this has not been tested... committing from my Mac :)
[m6w6/libmemcached] / Makefile.am
1 INCLUDES = include
2 SUBDIRS = docs include lib src tests support
3
4 test: all
5 cd tests; make test; cd ..
6
7 test-extended: all
8 cd tests; make test-extended; cd ..
9
10 valgrind:
11 cd tests; make valgrind; cd ..
12
13 valgrind-extended:
14 cd tests; make valgrind-extended; cd ..
15
16
17 rpm: all dist
18 cp $(DISTVNAME).tar$(SUFFIX) /usr/src/redhat/SOURCES
19 rpm -ba support/libmemcached.spec
20 cp /usr/src/redhat/RPMS/i386/$(DISTVNAME)*.i386.rpm .
21 cp /usr/src/redhat/SRPMS/$(DISTVNAME)*.src.rpm .