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 (15 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = foreign

YFLAGS = -d -p info

LFLAGS = -Pinfo

noinst_LIBRARIES = libinfo.a

libinfo_a_SOURCES = infoview.cc infoview.h infolex.l infolex.h infotype.h
libinfo_a_EXTRA = infolex.c

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/io/@IO_DIR@ -I$(top_srcdir)/io

infolex.c: infolex.l infotype.h
	$(LEX) $(LFLAGS) infolex.l && mv lex.info.c $@