File: Makefile.am

package info (click to toggle)
libast 0.7-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,692 kB
  • ctags: 1,537
  • sloc: ansic: 13,136; sh: 10,332; makefile: 71
file content (24 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: Makefile.am,v 1.8 2005/03/07 22:29:08 mej Exp $

EXTRA_PROGRAMS = libast-test libast-perf

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/$(PACKAGE)

libast_test_SOURCES = test.c test.h
libast_test_DEPENDENCIES = $(top_builddir)/src/libast.la
libast_test_LDADD = $(top_builddir)/src/libast.la

libast_perf_SOURCES = perf.c perf.h
libast_perf_DEPENDENCIES = $(top_builddir)/src/libast.la
libast_perf_LDADD = $(top_builddir)/src/libast.la

test: libast-test
	$(top_builddir)/test/libast-test

perf: libast-perf
# Uncomment the following to run under gdb
#	vi $(top_builddir)/test/libast-perf
	$(top_builddir)/test/libast-perf $(PERFOPTS)

.PHONY: test
MAINTAINERCLEANFILES = Makefile.in