File: Makefile.am

package info (click to toggle)
libmusclecard 1.3.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,880 kB
  • ctags: 763
  • sloc: sh: 8,841; ansic: 3,954; lex: 139; makefile: 130
file content (13 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Process this file with automake to create Makefile.in.

sbin_PROGRAMS = bundleTool
man_MANS = bundleTool.8

bundleTool_SOURCES = \
	bundleTool.c
bundleTool_CFLAGS = $(PCSCLITE_CFLAGS)
bundleTool_LDADD = $(PCSCLITE_LIBS)

man_in = bundleTool.8.in
EXTRA_DIST = $(man_in)