File: Makefile.am

package info (click to toggle)
libmemcache 1.4.0.rc2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 2,772 kB
  • ctags: 530
  • sloc: sh: 8,605; ansic: 4,207; makefile: 361
file content (21 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
EXTRA_DIST = ChangeLog
INCLUDES = -I${top_srcdir}/include
SUBDIRS = doc include src test

ChangeLog: .PHONY
	$(BIN_SVN2CL)

# A target for easily killing/restarting memcached(8)
reset: .PHONY
	-$(BIN_KILLALL) memcached
	/usr/bin/nice -20 $(BIN_MEMCACHED) -d -p 11211
	/usr/bin/nice -20 $(BIN_MEMCACHED) -d -p 11212
	/usr/bin/nice -20 $(BIN_MEMCACHED) -d -p 11213
	/usr/bin/nice -20 $(BIN_MEMCACHED) -d -p 11214

# The 'test' target runs regression tests
test: check
	cd test; $(MAKE) run

dist-hook:
	rm -f $(distdir)/regen