makefile-fixes.patch 837 B

1234567891011121314151617181920212223242526
  1. diff -ur eden.orig/source/Makefile eden/source/Makefile
  2. --- eden.orig/source/Makefile 2004-10-18 10:40:03.000000000 -0700
  3. +++ eden/source/Makefile 2005-12-15 22:32:45.000000000 -0800
  4. @@ -78,8 +78,10 @@
  5. #CFLAGS = -Wall -pipe -marchi686 -pedantic -gdwarf-2 -g3
  6. #CFLAGS = -Wall -O3 -march=i686
  7. ifneq ($(FFTW),/usr/local)
  8. +ifneq ($(FFTW),/usr)
  9. CFLAGS += -I$(INC)
  10. endif
  11. +endif
  12. # NOTE:
  13. # DOUBLESWITCH = ON for double precision;
  14. @@ -129,8 +131,8 @@
  15. mv fbyteswap $(BIN)
  16. mv eden $(BIN)/$(TARGET)
  17. chmod 751 $(BIN)/$(TARGET)
  18. - chmod +x mkeden.csh
  19. - ./mkeden.csh $(BIN) $(BIN)/$(TARGET)
  20. +# chmod +x mkeden.csh
  21. +# ./mkeden.csh $(BIN) $(BIN)/$(TARGET)
  22. dist: clean
  23. cd ../..; tar -cvf eden_$(VERSION).tar --exclude CVS --exclude \#\*\# --exclude \*~ --exclude Misc --exclude .\* eden; gzip -f eden_$(VERSION).tar