File: Makefile.am

package info (click to toggle)
ht 0.5.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,388 kB
  • ctags: 9,064
  • sloc: cpp: 51,336; ansic: 11,954; sh: 2,742; yacc: 1,142; lex: 396; makefile: 178
file content (14 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
YFLAGS=-d

LFLAGS=

AUTOMAKE_OPTIONS=foreign

noinst_LIBRARIES = libhteval.a
libhteval_a_SOURCES = eval.y eval.h lex.l lex.h evalx.c evalx.h evaltype.h
INCLUDES = -I.

#bin_PROGRAMS = testeval
#testeval_SOURCES = testeval.c
#testeval_LDADD = libhteval.a
#testeval_LDFLAGS = -lm