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 (19 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: Makefile.am,v 1.5 2001/06/12 00:03:21 mej Exp $

AUTOMAKE_OPTIONS = foreign
SUBDIRS = . 

bin_SCRIPTS = libast-config
lib_LTLIBRARIES = libast.la
include_HEADERS = libast.h

libast_la_SOURCES = conf.c debug.c file.c mem.c msgs.c strings.c snprintf.c libast.h libast_internal.h

libast_la_LDFLAGS = -version-info 1:3:0

EXTRA_DIST = README

test: all
#	cd test && $(MAKE) test

.PHONY: test