File: common.mk

package info (click to toggle)
opencryptoki 3.23.0%2Bdfsg-0.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,604 kB
  • sloc: ansic: 214,248; sh: 2,759; makefile: 289; yacc: 242; pascal: 152; exp: 126; lex: 93; cpp: 9
file content (8 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
noinst_LTLIBRARIES += testcases/common/libcommon.la

testcases_common_libcommon_la_LIBADD = -lc -ldl -lpthread
testcases_common_libcommon_la_CFLAGS = -c ${testcases_inc}		\
	-I${top_builddir}/usr/lib/api
testcases_common_libcommon_la_SOURCES = usr/lib/common/p11util.c	\
	testcases/common/common.c
nodist_testcases_common_libcommon_la_SOURCES = usr/lib/api/mechtable.c