File: Makefile.am

package info (click to toggle)
gp2c 0.0.7pl3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,728 kB
  • sloc: ansic: 7,730; sh: 1,420; lex: 336; yacc: 208; makefile: 143
file content (11 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
bin_PROGRAMS = gp2c

AM_CFLAGS=-DFUNCDSC_PATH=\"@datadir@/@PACKAGE@/func.dsc\"

gp2c_SOURCES = gp2c.c context.c funcdesc.c funcspec.c genblock.c gencast.c gencode.c genfunc.c gentype.c gerepile.c header.h lang.l moveblock.c node.c optable.h parse.y patchfunc.h printnode.c toplevel.c topfunc.c type.h util.c varlist.c stack.h stack.c 
EXTRA_DIST = parse.h
AM_YFLAGS = -d
lang.o: parse.o

ctags:
	ctags $(gp2c_SOURCES)