aboutsummaryrefslogtreecommitdiffstats
path: root/src/support
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2014-08-28 09:34:23 -0600
committerJack Moffitt <jack@metajack.im>2014-09-08 20:21:42 -0600
commitc6ab60dbfc6da7b4f800c9e40893c8b58413960c (patch)
treed1d74076cf7fa20e4f77ec7cb82cae98b67362cb /src/support
parentdb2f642c32fc5bed445bb6f2e45b0f6f0b4342cf (diff)
downloadservo-c6ab60dbfc6da7b4f800c9e40893c8b58413960c.tar.gz
servo-c6ab60dbfc6da7b4f800c9e40893c8b58413960c.zip
Cargoify servo
Diffstat (limited to 'src/support')
m---------src/support/alert/rust-alert0
m---------src/support/azure/rust-azure0
m---------src/support/css/rust-cssparser0
m---------src/support/egl/rust-egl0
-rw-r--r--src/support/encoding/Makefile.in51
-rwxr-xr-xsrc/support/encoding/configure5
m---------src/support/encoding/rust-encoding0
m---------src/support/geom/rust-geom0
m---------src/support/glfw/glfw0
m---------src/support/glfw/glfw-rs0
m---------src/support/glut/rust-glut0
m---------src/support/harfbuzz/rust-harfbuzz0
m---------src/support/http/rust-http0
m---------src/support/hubbub/libhubbub0
m---------src/support/hubbub/rust-hubbub0
m---------src/support/layers/rust-layers0
m---------src/support/libparserutils/libparserutils0
m---------src/support/opengles/rust-opengles0
m---------src/support/phf/rust-phf0
m---------src/support/png/libpng0
m---------src/support/png/rust-png0
m---------src/support/sharegl/sharegl0
m---------src/support/skia/skia0
m---------src/support/spidermonkey/mozjs0
m---------src/support/spidermonkey/rust-mozjs0
m---------src/support/ssl/rust-openssl0
m---------src/support/stb-image/rust-stb-image0
m---------src/support/stringcache/string-cache0
-rw-r--r--src/support/url/Makefile.in34
-rwxr-xr-xsrc/support/url/configure4
m---------src/support/url/rust-url0
31 files changed, 0 insertions, 94 deletions
diff --git a/src/support/alert/rust-alert b/src/support/alert/rust-alert
deleted file mode 160000
-Subproject 6fdfe1254a29f1c742cc25545313e3463161e62
diff --git a/src/support/azure/rust-azure b/src/support/azure/rust-azure
deleted file mode 160000
-Subproject f7b3a1e5c2d21a505b808a3167e8f23b8c9c2e4
diff --git a/src/support/css/rust-cssparser b/src/support/css/rust-cssparser
deleted file mode 160000
-Subproject 48e517b40c8aad55b5f2b7072d092102b48797b
diff --git a/src/support/egl/rust-egl b/src/support/egl/rust-egl
deleted file mode 160000
-Subproject 5ba3f58283d5ad6307a654f8dd72cf866755b3b
diff --git a/src/support/encoding/Makefile.in b/src/support/encoding/Makefile.in
deleted file mode 100644
index 6d36cf946c2..00000000000
--- a/src/support/encoding/Makefile.in
+++ /dev/null
@@ -1,51 +0,0 @@
-VPATH=%VPATH%
-
-CC ?= gcc
-CXX ?= g++
-CXXFLAGS ?=
-AR ?= ar
-RUSTC ?= rustc
-RUSTDOC ?= rustdoc
-RUSTFLAGS ?=
-EXT_DEPS ?=
-RUSTDOC_FLAGS ?=
-RUSTDOC_TARGET ?= doc
-
-LIB_RS = src/encoding/lib.rs
-RUST_SRC = $(shell find $(VPATH)/src/encoding/. -type f -name '*.rs')
-
-# rustdoc links dynamically, so we need to add '.' to the dynamic library path
-ifeq ($(CFG_OSTYPE),apple-darwin)
-export DYLD_LIBRARY_PATH := .:$(DYLD_LIBRARY_PATH)
-else
-export LD_LIBRARY_PATH := .:$(LD_LIBRARY_PATH)
-endif
-
-.PHONY: all
-all: libencoding.dummy
-
-libencoding.dummy: $(LIB_RS) $(RUST_SRC) $(EXT_DEPS)
- $(RUSTC) $(RUSTFLAGS) $< --crate-type rlib
- touch $@
-
-rustencoding-test: $(LIB_RS) $(RUST_SRC) libencoding.dummy
- $(RUSTC) $(RUSTFLAGS) $< -o $@ --test
-
-.PHONY: doctest
-doctest: $(LIB_RS) $(RUST_SRC) libencoding.dummy
- $(RUSTDOC) $< -L . --test
-
-.PHONY: check
-check: rustencoding-test
- ./rustencoding-test
-
-.PHONY: doc
-doc: $(RUSTDOC_TARGET)/encoding/index.html
-
-$(RUSTDOC_TARGET)/encoding/index.html: $(LIB_RS) $(RUST_SRC) $(EXT_DEPS)
- $(RUSTDOC) $(RUSTDOC_FLAGS) $< -o $(RUSTDOC_TARGET)
-
-.PHONY: clean
-clean:
- rm -f *.o *.a *.so *.dylib *.rlib *.dll *.dummy *.exe *-test
-
diff --git a/src/support/encoding/configure b/src/support/encoding/configure
deleted file mode 100755
index f0af33bea1e..00000000000
--- a/src/support/encoding/configure
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-SRCDIR="$(cd $(dirname $0) && pwd)"
-sed "s#%VPATH%#${SRCDIR}/rust-encoding#" ${SRCDIR}/Makefile.in > Makefile
-
diff --git a/src/support/encoding/rust-encoding b/src/support/encoding/rust-encoding
deleted file mode 160000
-Subproject 6bb05b9c27d6801a3981ca0da4aa5bb9808e639
diff --git a/src/support/geom/rust-geom b/src/support/geom/rust-geom
deleted file mode 160000
-Subproject c733f78e06bd02f7498e93b391e0f6094d91786
diff --git a/src/support/glfw/glfw b/src/support/glfw/glfw
deleted file mode 160000
-Subproject bf90cb8b336b2cfb49572dd964c5d2c23297502
diff --git a/src/support/glfw/glfw-rs b/src/support/glfw/glfw-rs
deleted file mode 160000
-Subproject 12180ed055f9df2b28cee4bbbf26fc68b3c405f
diff --git a/src/support/glut/rust-glut b/src/support/glut/rust-glut
deleted file mode 160000
-Subproject c7d9118d824517da3769e93b1b90cc8e47112d6
diff --git a/src/support/harfbuzz/rust-harfbuzz b/src/support/harfbuzz/rust-harfbuzz
deleted file mode 160000
-Subproject ee4c20f4b6bee1b360cb708fe24fdc8350cb80e
diff --git a/src/support/http/rust-http b/src/support/http/rust-http
deleted file mode 160000
-Subproject d07678333c5f9faa4886f7261386f5bf55c1fd5
diff --git a/src/support/hubbub/libhubbub b/src/support/hubbub/libhubbub
deleted file mode 160000
-Subproject aa6f30d77bdcb92277648a503dd5083db0fc31a
diff --git a/src/support/hubbub/rust-hubbub b/src/support/hubbub/rust-hubbub
deleted file mode 160000
-Subproject 0e6502e5b1bc795dbc4927bdb4616d9d7d68627
diff --git a/src/support/layers/rust-layers b/src/support/layers/rust-layers
deleted file mode 160000
-Subproject c04029907be1f2242d48235d3b03608b905bbd9
diff --git a/src/support/libparserutils/libparserutils b/src/support/libparserutils/libparserutils
deleted file mode 160000
-Subproject ce1dbab3affee0b3ba569ceb93039a1961ffb42
diff --git a/src/support/opengles/rust-opengles b/src/support/opengles/rust-opengles
deleted file mode 160000
-Subproject 4e5740761b2a143e7d3290a58ccabc89200a476
diff --git a/src/support/phf/rust-phf b/src/support/phf/rust-phf
deleted file mode 160000
-Subproject 997da1ff70cc52988641a75e1a46d4b398d5fe1
diff --git a/src/support/png/libpng b/src/support/png/libpng
deleted file mode 160000
-Subproject bda7eca7c3962caadf1c25dac215519b8935b22
diff --git a/src/support/png/rust-png b/src/support/png/rust-png
deleted file mode 160000
-Subproject 0fae0f48754d1af9b33d208a87f9abc632dc2dc
diff --git a/src/support/sharegl/sharegl b/src/support/sharegl/sharegl
deleted file mode 160000
-Subproject f2ae0dfd8c57e851facb08522019e1a990601b3
diff --git a/src/support/skia/skia b/src/support/skia/skia
deleted file mode 160000
-Subproject d12079aaf6ee17cc1af51de71a12f50f2ff2a45
diff --git a/src/support/spidermonkey/mozjs b/src/support/spidermonkey/mozjs
deleted file mode 160000
-Subproject a3454dce2b179eec3cb9906318d3e64dbc9d1a1
diff --git a/src/support/spidermonkey/rust-mozjs b/src/support/spidermonkey/rust-mozjs
deleted file mode 160000
-Subproject 4a360199a4e87427234339bc3c1362ab355dcde
diff --git a/src/support/ssl/rust-openssl b/src/support/ssl/rust-openssl
deleted file mode 160000
-Subproject 05bc3cbc68bf097debbf109cf36374e313b15f9
diff --git a/src/support/stb-image/rust-stb-image b/src/support/stb-image/rust-stb-image
deleted file mode 160000
-Subproject 4fd755a37a3eb443b6b35c37f042cd7d2a1aebf
diff --git a/src/support/stringcache/string-cache b/src/support/stringcache/string-cache
deleted file mode 160000
-Subproject ef968ec053aa7cce7b5e0c422cac23a6d249ef7
diff --git a/src/support/url/Makefile.in b/src/support/url/Makefile.in
deleted file mode 100644
index d628a6dc4b8..00000000000
--- a/src/support/url/Makefile.in
+++ /dev/null
@@ -1,34 +0,0 @@
-VPATH=%VPATH%
-
-RUSTC ?= rustc
-RUSTFLAGS ?=
-EXT_DEPS ?=
-RUSTDOC ?= rustdoc
-RUSTDOC_FLAGS ?=
-RUSTDOC_TARGET ?= doc
-
-SRC=$(shell find $(VPATH)/src -type f)
-
-.PHONY: all
-all: liburl.dummy
-
-liburl.dummy: src/lib.rs $(SRC) $(EXT_DEPS)
- $(RUSTC) $(RUSTFLAGS) $< --out-dir . --crate-type rlib
- touch $@
-
-url-test: src/lib.rs $(SRC)
- $(RUSTC) $(RUSTFLAGS) $< -o $@ --test
-
-.PHONY: check
-check: url-test
- ./url-test $(TEST)
-
-.PHONY: doc
-doc: $(RUSTDOC_TARGET)/url/index.html
-
-$(RUSTDOC_TARGET)/url/index.html: src/lib.rs $(SRC) $(EXT_DEPS)
- $(RUSTDOC) $(RUSTDOC_FLAGS) $< -o $(RUSTDOC_TARGET)
-
-.PHONY: clean
-clean:
- rm -f *.o *.a *.so *.dylib *.rlib *.dll *.dummy *-test
diff --git a/src/support/url/configure b/src/support/url/configure
deleted file mode 100755
index 4e86aec066d..00000000000
--- a/src/support/url/configure
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-SRCDIR="$(cd $(dirname $0) && pwd)"
-sed "s#%VPATH%#${SRCDIR}/rust-url#" ${SRCDIR}/Makefile.in > Makefile
diff --git a/src/support/url/rust-url b/src/support/url/rust-url
deleted file mode 160000
-Subproject 678bb4d52638b1cfdab78ef8e521566c9240fb1