summaryrefslogtreecommitdiffstats
path: root/contrib/bc/dc/Makefile.am
blob: 4de00ab339a1927b8cc2af8e62a59680d1b46e50 (plain)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = dc

dc_SOURCES = dc.c misc.c eval.c stack.c array.c numeric.c string.c
noinst_HEADERS = dc.h dc-proto.h dc-regdef.h

INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../h
LDADD = ../lib/libbc.a

$(PROGRAMS): $(LDADD)
OpenPOWER on IntegriCloud