File: Makefile.am

package info (click to toggle)
massivethreads 1.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,924 kB
  • sloc: ansic: 27,814; sh: 4,559; cpp: 3,334; javascript: 1,799; makefile: 1,745; python: 523; asm: 373; perl: 118; lisp: 9
file content (6 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
check_PROGRAMS = test_create
test_create_SOURCES = test_create.c
test_create_CFLAGS = -I$(abs_top_srcdir)/include
test_create_LDADD = $(abs_top_srcdir)/src/libmyth.la 

TESTS = $(check_PROGRAMS)