瀏覽代碼

build: remove #if directives from remez.cpp when distributing LolRemez.

legacy
Sam Hocevar sam 13 年之前
父節點
當前提交
8ec896f23f
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      Makefile.am

+ 3
- 3
Makefile.am 查看文件

@@ -28,9 +28,9 @@ lolremez-$(LOLREMEZ_VERSION).tar.gz:
mkdir lolremez-$(LOLREMEZ_VERSION)
mkdir lolremez-$(LOLREMEZ_VERSION)/lol
mkdir lolremez-$(LOLREMEZ_VERSION)/lol/math
cp $(top_srcdir)/src/real.cpp $(top_srcdir)/test/math/remez.cpp \
lolremez-$(LOLREMEZ_VERSION)
cat $(top_srcdir)/src/real.cpp | sed 's@core.h@lol/math/real.h@' > \
cat $(top_srcdir)/test/math/remez.cpp | sed '/#if/,/^$$/d' > \
lolremez-$(LOLREMEZ_VERSION)/remez.cpp
cat $(top_srcdir)/src/real.cpp | sed 's@core.h@lol/math/real.h@' | sed '/#if/,/^$$/d' > \
lolremez-$(LOLREMEZ_VERSION)/real.cpp
cp $(top_srcdir)/src/lol/math/real.h \
$(top_srcdir)/src/lol/math/matrix.h \


Loading…
取消
儲存