Rename "architecture" directory into "lib".
authorKarim Barkati <karimbarkati@gmail.com>
Tue, 17 Sep 2013 14:57:16 +0000 (16:57 +0200)
committerKarim Barkati <karimbarkati@gmail.com>
Tue, 17 Sep 2013 14:57:16 +0000 (16:57 +0200)
Makefile
README.txt
lib/complex.lib [moved from architecture/complex.lib with 100% similarity]
lib/fft.lib [moved from architecture/fft.lib with 100% similarity]
lib/fft2d.lib [moved from architecture/fft2d.lib with 100% similarity]
lib/morpho.lib [moved from architecture/morpho.lib with 100% similarity]

index c8c0630..748378e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ SINWAVE_DIR = $(EXAMPLES_DIR)/sinwave
 DESTDIR ?= 
 PREFIX ?= /usr/local
 prefix := $(DESTDIR)$(PREFIX)
 DESTDIR ?= 
 PREFIX ?= /usr/local
 prefix := $(DESTDIR)$(PREFIX)
-arch   := $(wildcard architecture/*.*)
+lib    := $(wildcard lib/*.*)
 
 all: $(EXEC)
 
 
 all: $(EXEC)
 
@@ -51,7 +51,7 @@ install :
        mkdir -p $(prefix)/lib/faustine/
        mkdir -p $(prefix)/bin/
        install $(SRC_DIR)/faustine $(prefix)/bin/
        mkdir -p $(prefix)/lib/faustine/
        mkdir -p $(prefix)/bin/
        install $(SRC_DIR)/faustine $(prefix)/bin/
-       install -m 0644 $(arch) $(prefix)/lib/faustine/
+       install -m 0644 $(lib) $(prefix)/lib/faustine/
 
 uninstall :
        rm -rf $(prefix)/lib/faustine/
 
 uninstall :
        rm -rf $(prefix)/lib/faustine/
index 5441db1..9dbbd8c 100644 (file)
@@ -25,13 +25,13 @@ Yann Orlarey, 2009:
 CONTENTS
 --------
 
 CONTENTS
 --------
 
-  architecture/         library files in Faustine (fft.lib, morpho.lib...)
   benchmarks/           benchmark result files
   Changes.txt           what's new with each release
   configure             compilation configuration script
   examples/             vector examples (fft, image processing...)
   INSTALL.txt           Faustine installation instructions
   interpreter/          Faustine's interpreter source code
   benchmarks/           benchmark result files
   Changes.txt           what's new with each release
   configure             compilation configuration script
   examples/             vector examples (fft, image processing...)
   INSTALL.txt           Faustine installation instructions
   interpreter/          Faustine's interpreter source code
+  lib/                  library files in Faustine (fft.lib, morpho.lib...)
   LICENSE.txt           license and copyright notice
   Makefile              main Makefile to compile and install
   README.txt            this file
   LICENSE.txt           license and copyright notice
   Makefile              main Makefile to compile and install
   README.txt            this file
similarity index 100%
rename from architecture/complex.lib
rename to lib/complex.lib
similarity index 100%
rename from architecture/fft.lib
rename to lib/fft.lib
similarity index 100%
rename from architecture/fft2d.lib
rename to lib/fft2d.lib
similarity index 100%
rename from architecture/morpho.lib
rename to lib/morpho.lib