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 (5 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
check_PROGRAMS = benchmark
benchmark_SOURCES = benchmark.c
benchmark_LDADD = -lmemcache
benchmark_LDFLAGS = -L${top_srcdir}/src
INCLUDES = -I${top_srcdir}/include