]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/bc/dc/Makefile.am
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / contrib / bc / dc / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 bin_PROGRAMS = dc
3
4 dc_SOURCES = dc.c misc.c eval.c stack.c array.c numeric.c string.c
5 noinst_HEADERS = dc.h dc-proto.h dc-regdef.h
6
7 INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../h
8 LDADD = ../lib/libbc.a
9
10 MAINTAINERCLEANFILES = Makefile.in
11
12 CFLAGS = @CFLAGS@ -Wall -funsigned-char
13
14 $(PROGRAMS): $(LDADD)