~flier-lu/libmemcached/win32-vs2008

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: brian@gir.tangent.org
  • Date: 2007-09-28 15:49:07 UTC
  • Revision ID: brian@gir.tangent.org-20070928154907-zjjwlxygmu3ghswg
Adding in spec file, this has not been tested... committing from my Mac :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
INCLUDES = include
2
 
SUBDIRS = docs include lib src tests
 
2
SUBDIRS = docs include lib src tests support
3
3
 
4
4
test: all
5
5
        cd tests; make test; cd ..
14
14
        cd tests; make valgrind-extended; cd ..
15
15
 
16
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 .