Changeset 1120
- Timestamp:
- Dec 29, 2011, 7:41:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1119 r1120 29 29 mkdir lolremez-$(LOLREMEZ_VERSION)/lol 30 30 mkdir lolremez-$(LOLREMEZ_VERSION)/lol/math 31 c p $(top_srcdir)/src/real.cpp $(top_srcdir)/test/math/remez.cpp\32 lolremez-$(LOLREMEZ_VERSION) 33 cat $(top_srcdir)/src/real.cpp | sed 's@core.h@lol/math/real.h@' > \31 cat $(top_srcdir)/test/math/remez.cpp | sed '/#if/,/^$$/d' > \ 32 lolremez-$(LOLREMEZ_VERSION)/remez.cpp 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 35 cp $(top_srcdir)/src/lol/math/real.h \
Note: See TracChangeset
for help on using the changeset viewer.