aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-28 23:29:27 +0000
committerDavid Robillard <d@drobilla.net>2009-06-28 23:29:27 +0000
commit2d925912c38c2557ac853fb1b6de5fd6e5d4c5b5 (patch)
tree2cba1e1d747218b1e9b1c55926e135cf21c8e586
parent84274ac380968df9fb49bcbf6f3d494536d7a548 (diff)
downloadresp-2d925912c38c2557ac853fb1b6de5fd6e5d4c5b5.tar.gz
resp-2d925912c38c2557ac853fb1b6de5fd6e5d4c5b5.tar.bz2
resp-2d925912c38c2557ac853fb1b6de5fd6e5d4c5b5.zip
Move code into src directory.
git-svn-id: http://svn.drobilla.net/resp/tuplr@160 ad02d1e2-f140-0410-9f75-f8b11f17cedd
-rw-r--r--Makefile4
-rw-r--r--src/cps.cpp (renamed from cps.cpp)0
-rw-r--r--src/gc.cpp (renamed from gc.cpp)0
-rw-r--r--src/gclib.cpp (renamed from gclib.cpp)0
-rw-r--r--src/llvm.cpp (renamed from llvm.cpp)0
-rw-r--r--src/tuplr.cpp (renamed from tuplr.cpp)0
-rw-r--r--src/tuplr.hpp (renamed from tuplr.hpp)0
-rw-r--r--src/typing.cpp (renamed from typing.cpp)0
-rw-r--r--src/unify.cpp (renamed from unify.cpp)0
-rw-r--r--src/write.cpp (renamed from write.cpp)0
10 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fbd1201..6eff895 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,10 @@ OBJECTS = \
build/tuplr: $(OBJECTS)
g++ -o $@ $^ $(LDFLAGS)
-build/%.o: %.cpp tuplr.hpp
+build/%.o: src/%.cpp src/tuplr.hpp
g++ $(CXXFLAGS) -o $@ -c $<
-build/%.so: %.cpp tuplr.hpp
+build/%.so: src/%.cpp src/tuplr.hpp
g++ -fPIC -dPIC -shared $(CXXFLAGS) -o $@ $<
clean:
diff --git a/cps.cpp b/src/cps.cpp
index 8df11c2..8df11c2 100644
--- a/cps.cpp
+++ b/src/cps.cpp
diff --git a/gc.cpp b/src/gc.cpp
index 3964324..3964324 100644
--- a/gc.cpp
+++ b/src/gc.cpp
diff --git a/gclib.cpp b/src/gclib.cpp
index 8c9f140..8c9f140 100644
--- a/gclib.cpp
+++ b/src/gclib.cpp
diff --git a/llvm.cpp b/src/llvm.cpp
index b5e397e..b5e397e 100644
--- a/llvm.cpp
+++ b/src/llvm.cpp
diff --git a/tuplr.cpp b/src/tuplr.cpp
index 7dd3e9b..7dd3e9b 100644
--- a/tuplr.cpp
+++ b/src/tuplr.cpp
diff --git a/tuplr.hpp b/src/tuplr.hpp
index 5275dfd..5275dfd 100644
--- a/tuplr.hpp
+++ b/src/tuplr.hpp
diff --git a/typing.cpp b/src/typing.cpp
index 5791fdc..5791fdc 100644
--- a/typing.cpp
+++ b/src/typing.cpp
diff --git a/unify.cpp b/src/unify.cpp
index 2a8e6a0..2a8e6a0 100644
--- a/unify.cpp
+++ b/src/unify.cpp
diff --git a/write.cpp b/src/write.cpp
index 04e3401..04e3401 100644
--- a/write.cpp
+++ b/src/write.cpp