diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-14 23:58:16 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-14 23:58:16 +0000 |
| commit | bf83d5a03bf856e34bd0a6e2656a5b2dcfe8aafb (patch) | |
| tree | 89db1a5074e284c958cf693302beaaafb086b702 /src/algorithms | |
| parent | Translations. Polish translation update. (diff) | |
| download | inkscape-bf83d5a03bf856e34bd0a6e2656a5b2dcfe8aafb.tar.gz inkscape-bf83d5a03bf856e34bd0a6e2656a5b2dcfe8aafb.zip | |
Move around files to remove some vanity directories.
Also remove the obsolete IDL file stub.
(bzr r9194)
Diffstat (limited to '')
| -rw-r--r-- | src/algorithms/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/algorithms/Makefile_insert | 5 | ||||
| -rw-r--r-- | src/algorithms/makefile.in | 17 | ||||
| -rw-r--r-- | src/util/find-if-before.h (renamed from src/algorithms/find-if-before.h) | 0 | ||||
| -rw-r--r-- | src/util/find-last-if.h (renamed from src/algorithms/find-last-if.h) | 0 | ||||
| -rw-r--r-- | src/util/longest-common-suffix.h (renamed from src/algorithms/longest-common-suffix.h) | 0 |
6 files changed, 0 insertions, 28 deletions
diff --git a/src/algorithms/CMakeLists.txt b/src/algorithms/CMakeLists.txt deleted file mode 100644 index 0ac17f57c..000000000 --- a/src/algorithms/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -#SET(algorithms_SRC -#find-if-before.h -#find-last-if.h -#longest-common-suffix.h -#) -#ADD_LIBRARY(algorithms STATIC ${algorithms_SRC})
\ No newline at end of file diff --git a/src/algorithms/Makefile_insert b/src/algorithms/Makefile_insert deleted file mode 100644 index dff5b578d..000000000 --- a/src/algorithms/Makefile_insert +++ /dev/null @@ -1,5 +0,0 @@ - -algorithms/all: - -algorithms/clean: - diff --git a/src/algorithms/makefile.in b/src/algorithms/makefile.in deleted file mode 100644 index 112aae15d..000000000 --- a/src/algorithms/makefile.in +++ /dev/null @@ -1,17 +0,0 @@ -# Convenience stub makefile to call the real Makefile. - -@SET_MAKE@ - -OBJEXT = @OBJEXT@ - -# Explicit so that it's the default rule. -all: - cd .. && $(MAKE) algorithms/all - -clean %.a %.$(OBJEXT): - cd .. && $(MAKE) algorithms/$@ - -.PHONY: all clean - -.SUFFIXES: -.SUFFIXES: .a .$(OBJEXT) diff --git a/src/algorithms/find-if-before.h b/src/util/find-if-before.h index 6a0f63be6..6a0f63be6 100644 --- a/src/algorithms/find-if-before.h +++ b/src/util/find-if-before.h diff --git a/src/algorithms/find-last-if.h b/src/util/find-last-if.h index 1ffd63b9c..1ffd63b9c 100644 --- a/src/algorithms/find-last-if.h +++ b/src/util/find-last-if.h diff --git a/src/algorithms/longest-common-suffix.h b/src/util/longest-common-suffix.h index 04d2b179d..04d2b179d 100644 --- a/src/algorithms/longest-common-suffix.h +++ b/src/util/longest-common-suffix.h |
