File: Makefile.am

package info (click to toggle)
libast1 0.4-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 972 kB
  • ctags: 426
  • sloc: sh: 8,807; ansic: 2,874; makefile: 81
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: Makefile.am,v 1.2 2001/05/17 17:28:10 mej Exp $

bin_PROGRAMS = libast-test

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

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

.PHONY: test