Changeset 1129
- Timestamp:
- Jan 10, 2012, 12:22:10 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1124 r1129 33 33 cat $(top_srcdir)/src/real.cpp | sed 's@core.h@lol/math/real.h@' | sed '/#if/,/^$$/d' > \ 34 34 lolremez-$(LOLREMEZ_VERSION)/real.cpp 35 cp $(top_srcdir)/test/math/lolremez.sln \ 35 cp $(top_srcdir)/test/math/NEWS.txt \ 36 $(top_srcdir)/test/math/lolremez.sln \ 36 37 $(top_srcdir)/test/math/remez.vcxproj \ 37 38 $(top_srcdir)/test/math/remez.vcxproj.filters \ -
trunk/configure.ac
r1119 r1129 11 11 LOLUNIT_VERSION=0.1 12 12 AC_SUBST(LOLUNIT_VERSION) 13 LOLREMEZ_VERSION=0. 113 LOLREMEZ_VERSION=0.2 14 14 AC_SUBST(LOLREMEZ_VERSION) 15 15 -
trunk/test/math/Makefile.am
r1117 r1129 6 6 test x$(MAKE_FSELF) = xno || make_fself poly$(EXEEXT) poly.self 7 7 test x$(MAKE_FSELF) = xno || make_fself remez$(EXEEXT) remez.self 8 9 EXTRA_DIST = NEWS.txt lolremez.sln remez.vcxproj remez.vcxproj.filters 8 10 9 11 CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
Note: See TracChangeset
for help on using the changeset viewer.