untracked all those annoying .d files
authortheStack <sebastian.falbesoner@gmail.com>
Wed, 2 Sep 2009 15:14:43 +0000 (17:14 +0200)
committertheStack <sebastian.falbesoner@gmail.com>
Wed, 2 Sep 2009 15:14:43 +0000 (17:14 +0200)
18 files changed:
.deps/console.d [deleted file]
.deps/diskio.d [deleted file]
.deps/exception.d [deleted file]
.deps/fat.d [deleted file]
.deps/ff.d [deleted file]
.deps/font.d [deleted file]
.deps/gecko.d [deleted file]
.deps/input.d [deleted file]
.deps/ipc.d [deleted file]
.deps/main.d [deleted file]
.deps/malloc.d [deleted file]
.deps/mini_ipc.d [deleted file]
.deps/nandfs.d [deleted file]
.deps/printf.d [deleted file]
.deps/string.d [deleted file]
.deps/sync.d [deleted file]
.deps/time.d [deleted file]
.deps/video_low.d [deleted file]

diff --git a/.deps/console.d b/.deps/console.d
deleted file mode 100644 (file)
index ee6e69c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-console.o: console.c bootmii_ppc.h types.h printf.h video_low.h console.h \
- string.h malloc.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-video_low.h:
-
-console.h:
-
-string.h:
-
-malloc.h:
diff --git a/.deps/diskio.d b/.deps/diskio.d
deleted file mode 100644 (file)
index 91a9b0d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diskio.o: diskio.c bootmii_ppc.h types.h printf.h ipc.h mini_ipc.h \
- diskio.h string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-ipc.h:
-
-mini_ipc.h:
-
-diskio.h:
-
-string.h:
diff --git a/.deps/exception.d b/.deps/exception.d
deleted file mode 100644 (file)
index 10580b9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-exception.o: exception.c bootmii_ppc.h types.h printf.h string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-string.h:
diff --git a/.deps/fat.d b/.deps/fat.d
deleted file mode 100644 (file)
index 3e0d498..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-fat.o: fat.c fat.h ff.h types.h diskio.h
-
-fat.h:
-
-ff.h:
-
-types.h:
-
-diskio.h:
diff --git a/.deps/ff.d b/.deps/ff.d
deleted file mode 100644 (file)
index e1a6e7d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-ff.o: ff.c ff.h types.h diskio.h string.h
-
-ff.h:
-
-types.h:
-
-diskio.h:
-
-string.h:
diff --git a/.deps/font.d b/.deps/font.d
deleted file mode 100644 (file)
index 05386da..0000000
+++ /dev/null
@@ -1 +0,0 @@
-font.o: font.c
diff --git a/.deps/gecko.d b/.deps/gecko.d
deleted file mode 100644 (file)
index a4ffc09..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-gecko.o: gecko.c bootmii_ppc.h types.h printf.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
diff --git a/.deps/input.d b/.deps/input.d
deleted file mode 100644 (file)
index 106fd9d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-input.o: input.c bootmii_ppc.h types.h printf.h input.h string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-input.h:
-
-string.h:
diff --git a/.deps/ipc.d b/.deps/ipc.d
deleted file mode 100644 (file)
index 7b04dfe..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-ipc.o: ipc.c bootmii_ppc.h types.h printf.h ipc.h string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-ipc.h:
-
-string.h:
diff --git a/.deps/main.d b/.deps/main.d
deleted file mode 100644 (file)
index db1b5bb..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-main.o: main.c bootmii_ppc.h types.h printf.h string.h ipc.h mini_ipc.h \
- nandfs.h fat.h ff.h diskio.h malloc.h video_low.h input.h console.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-string.h:
-
-ipc.h:
-
-mini_ipc.h:
-
-nandfs.h:
-
-fat.h:
-
-ff.h:
-
-diskio.h:
-
-malloc.h:
-
-video_low.h:
-
-input.h:
-
-console.h:
diff --git a/.deps/malloc.d b/.deps/malloc.d
deleted file mode 100644 (file)
index fc65e56..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-malloc.o: malloc.c bootmii_ppc.h types.h printf.h string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-string.h:
diff --git a/.deps/mini_ipc.d b/.deps/mini_ipc.d
deleted file mode 100644 (file)
index eec10fa..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-mini_ipc.o: mini_ipc.c bootmii_ppc.h types.h printf.h ipc.h mini_ipc.h \
- string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-ipc.h:
-
-mini_ipc.h:
-
-string.h:
diff --git a/.deps/nandfs.d b/.deps/nandfs.d
deleted file mode 100644 (file)
index 872043a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-nandfs.o: nandfs.c bootmii_ppc.h types.h printf.h ipc.h mini_ipc.h \
- nandfs.h string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-ipc.h:
-
-mini_ipc.h:
-
-nandfs.h:
-
-string.h:
diff --git a/.deps/printf.d b/.deps/printf.d
deleted file mode 100644 (file)
index f233a70..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-printf.o: printf.c types.h
-
-types.h:
diff --git a/.deps/string.d b/.deps/string.d
deleted file mode 100644 (file)
index 578b675..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-string.o: string.c string.h types.h
-
-string.h:
-
-types.h:
diff --git a/.deps/sync.d b/.deps/sync.d
deleted file mode 100644 (file)
index c2a75f6..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-sync.o: sync.c bootmii_ppc.h types.h printf.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
diff --git a/.deps/time.d b/.deps/time.d
deleted file mode 100644 (file)
index b78f1ea..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-time.o: time.c bootmii_ppc.h types.h printf.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
diff --git a/.deps/video_low.d b/.deps/video_low.d
deleted file mode 100644 (file)
index f1242fd..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-video_low.o: video_low.c bootmii_ppc.h types.h printf.h video_low.h \
- string.h
-
-bootmii_ppc.h:
-
-types.h:
-
-printf.h:
-
-video_low.h:
-
-string.h: