File: Makefile.am

package info (click to toggle)
librcd 0.1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,736 kB
  • sloc: sh: 10,686; ansic: 1,589; makefile: 35
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
bin_PROGRAMS= example
example_SOURCES= example.c
example_LDADD= ../src/librcd.la
EXTRA_DIST= input.txt

test: example
	cat input.txt | ./example