]> sourceware.org Git - systemtap.git/blame - Makefile.am
* parser prototype snapshot
[systemtap.git] / Makefile.am
CommitLineData
2f1a1aea
FCE
1# Makefile.am --- automake input file for systemtap
2## process this file with automake to produce Makefile.in
3
4AM_MAKEFLAGS = 'CXXFLAGS=$(CXXFLAGS)' 'LDFLAGS=$(LDFLAGS)'
5
6bin_PROGRAMS = stap
7stap_SOURCES = parse.cxx staptree.cxx
8AM_CXXFLAGS = -Wall
9
10# Get extra libs as needed
11LDADD =
12
13# Set autoconf Makefile.in variables correctly
14datadir = @datadir@
15stapdatadir = @datadir@/systemtap
16
17# stuff for compiling gawk/pgawk
18DEFPATH="\".$(PATH_SEPARATOR)$(stapdatadir)\""
19DEFS= -DDEFPATH=$(DEFPATH) -DHAVE_CONFIG_H
20
21pok=$(srcdir)/testsuite/parseok
22pko=$(srcdir)/testsuite/parseko
23TESTS = $(wildcard $(pok)/*.stp) $(wildcard $(pko)/*.stp)
24XFAIL_TESTS = $(wildcard $(pko)/*.stp)
This page took 0.025108 seconds and 5 git commands to generate.