File: Makefile.am

package info (click to toggle)
opencryptoki 2.2.6%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,776 kB
  • ctags: 7,011
  • sloc: ansic: 97,282; sh: 9,975; makefile: 541
file content (12 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
if TESTS
TESTDIR = testcases
endif
if LIBRARY
MISCDIR = misc
endif
if DAEMON
MISCDIR = misc
endif

SUBDIRS = usr man $(MISCDIR) $(TESTDIR)