You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
333 B
17 lines
333 B
15 years ago
|
AM_CPPFLAGS=-D_GNU_SOURCE -D_ISOC99_SOURCE $(all_includes)
|
||
|
|
||
|
SUBDIRS = tests
|
||
|
|
||
|
bin_PROGRAMS =
|
||
|
lib_LTLIBRARIES =
|
||
|
noinst_LTLIBRARIES = libknumber.la
|
||
|
|
||
|
libknumber_la_SOURCES = knumber.cpp knumber_priv.cpp
|
||
|
libknumber_la_LIBADD = $(LIBGMP) -lm
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
noinst_HEADERS = knumber.h knumber_priv.h
|
||
|
|
||
|
include ../../admin/Doxyfile.am
|