File: Makefile.am

package info (click to toggle)
ht 2.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,296 kB
  • ctags: 17,147
  • sloc: cpp: 97,008; ansic: 16,159; sh: 3,455; lex: 226; makefile: 213; yacc: 127
file content (14 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
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 = evalparse.y evalparse.h eval.cc eval.h lex.l lex.h evalx.c evalx.h evaltype.h
INCLUDES = -I$(srcdir) -I$(top_srcdir)

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