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.
22 lines
306 B
22 lines
306 B
|
|
MAINTAINERCLEANFILES = \ |
|
Makefile.in \ |
|
aclocal.m4 \ |
|
config.guess \ |
|
config.h.in~ \ |
|
config.h.in \ |
|
config.sub \ |
|
configure \ |
|
install-sh \ |
|
depcomp \ |
|
libtool \ |
|
missing |
|
|
|
EXTRA_DIST = README AUTHORS COPYING |
|
|
|
SUBDIRS = src |
|
|
|
pkgconfigdir = $(libdir)/pkgconfig |
|
pkgconfig_DATA = exactness.pc |
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|