File: Makefile.am

package info (click to toggle)
libtasn1 0.1.2-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,208 kB
  • ctags: 581
  • sloc: sh: 8,583; ansic: 7,813; yacc: 511; perl: 465; makefile: 134
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
INCLUDES = -I../lib

EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c

noinst_PROGRAMS = Test_parser Test_tree
Test_parser_SOURCES = Test_parser.c  
Test_parser_LDADD = ../lib/libtasn1.la

Test_tree_SOURCES = Test_tree.c  
Test_tree_LDADD = ../lib/libtasn1.la