10 lines
246 B
Makefile
10 lines
246 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
noinst_LIBRARIES = libbc.a
|
||
|
|
||
|
INCLUDES = -I$(srcdir) -I$(srcdir)/../h
|
||
|
|
||
|
libbc_a_SOURCES = getopt.c getopt1.c vfprintf.c number.c
|
||
|
|
||
|
#libbc_LIBADD = @LIBOBJS@
|
||
|
#libbc_DEPENDENCIES = $(bc_LIBADD)
|