spielwiese
Last change
on this file since 276a00 was
276a00,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Use @SINGULAR_CFLAGS@ instead of '-D(SING|OM)_NDEBUG' in lib*-config/*.pc (according to --enable-debug/--disable-optimization!)
chg: also some minor BS cleanup
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../../m4 |
---|
2 | |
---|
3 | noinst_LTLIBRARIES=libfac.la |
---|
4 | |
---|
5 | AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${builddir} -I${srcdir}/.. -I${builddir}/.. -I${srcdir}/../include -I${builddir}/../include -I${srcdir}/factor -I${builddir}/factor -I${srcdir}/charset -I${builddir}/charset ${GMP_CFLAGS} ${NTL_CFLAGS} |
---|
6 | |
---|
7 | FACTORSRC1 = factor/SqrFree.cc factor/Factor.cc \ |
---|
8 | factor/MVMultiHensel.cc factor/Truefactor.cc \ |
---|
9 | factor/helpstuff.cc factor/homogfactor.cc factor/version.c |
---|
10 | |
---|
11 | FACTORSRC2 = factor/tmpl_inst.cc |
---|
12 | |
---|
13 | FACTORSRC = $(FACTORSRC1) $(FACTORSRC2) |
---|
14 | |
---|
15 | |
---|
16 | CHARSETSRC1 = charset/csutil.cc charset/charset.cc charset/reorder.cc charset/alg_factor.cc charset/algfactor.cc |
---|
17 | |
---|
18 | CHARSETSRC = $(CHARSETSRC1) |
---|
19 | |
---|
20 | |
---|
21 | SOURCES = $(FACTORSRC) $(CHARSETSRC) |
---|
22 | |
---|
23 | noinst_HEADERS = factor/SqrFree.h factor/Factor.h \ |
---|
24 | factor/MVMultiHensel.h factor/Truefactor.h \ |
---|
25 | factor/helpstuff.h factor/homogfactor.h \ |
---|
26 | factor/class.h factor/debug.h factor/interrupt.h factor/timing.h \ |
---|
27 | factor/tmpl_inst.h \ |
---|
28 | charset/csutil.h charset/charset.h charset/reorder.h charset/alg_factor.h charset/algfactor.h |
---|
29 | |
---|
30 | libfac_la_SOURCES = $(SOURCES) |
---|
31 | |
---|
32 | libfac_includedir=$(includedir)/factory/libfac |
---|
33 | libfac_include_HEADERS = libfac.h |
---|
34 | |
---|
35 | EXTRA_DIST = factor/class.cc \ |
---|
36 | factor/test.cc test.cc testcs.cc header.tpl \ |
---|
37 | charset/tests bin \ |
---|
38 | ChangeLog 00README |
---|
Note: See
TracBrowser
for help on using the repository browser.