From 98a0b78db4d463b77dc321edcb73aa63e78d56e4 Mon Sep 17 00:00:00 2001 From: theStack Date: Wed, 2 Sep 2009 17:14:43 +0200 Subject: [PATCH] untracked all those annoying .d files --- .deps/console.d | 16 ---------------- .deps/diskio.d | 16 ---------------- .deps/exception.d | 9 --------- .deps/fat.d | 9 --------- .deps/ff.d | 9 --------- .deps/font.d | 1 - .deps/gecko.d | 7 ------- .deps/input.d | 11 ----------- .deps/ipc.d | 11 ----------- .deps/main.d | 30 ------------------------------ .deps/malloc.d | 9 --------- .deps/mini_ipc.d | 14 -------------- .deps/nandfs.d | 16 ---------------- .deps/printf.d | 3 --- .deps/string.d | 5 ----- .deps/sync.d | 7 ------- .deps/time.d | 7 ------- .deps/video_low.d | 12 ------------ 18 files changed, 192 deletions(-) delete mode 100644 .deps/console.d delete mode 100644 .deps/diskio.d delete mode 100644 .deps/exception.d delete mode 100644 .deps/fat.d delete mode 100644 .deps/ff.d delete mode 100644 .deps/font.d delete mode 100644 .deps/gecko.d delete mode 100644 .deps/input.d delete mode 100644 .deps/ipc.d delete mode 100644 .deps/main.d delete mode 100644 .deps/malloc.d delete mode 100644 .deps/mini_ipc.d delete mode 100644 .deps/nandfs.d delete mode 100644 .deps/printf.d delete mode 100644 .deps/string.d delete mode 100644 .deps/sync.d delete mode 100644 .deps/time.d delete mode 100644 .deps/video_low.d diff --git a/.deps/console.d b/.deps/console.d deleted file mode 100644 index ee6e69c..0000000 --- a/.deps/console.d +++ /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 index 91a9b0d..0000000 --- a/.deps/diskio.d +++ /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 index 10580b9..0000000 --- a/.deps/exception.d +++ /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 index 3e0d498..0000000 --- a/.deps/fat.d +++ /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 index e1a6e7d..0000000 --- a/.deps/ff.d +++ /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 index 05386da..0000000 --- a/.deps/font.d +++ /dev/null @@ -1 +0,0 @@ -font.o: font.c diff --git a/.deps/gecko.d b/.deps/gecko.d deleted file mode 100644 index a4ffc09..0000000 --- a/.deps/gecko.d +++ /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 index 106fd9d..0000000 --- a/.deps/input.d +++ /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 index 7b04dfe..0000000 --- a/.deps/ipc.d +++ /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 index db1b5bb..0000000 --- a/.deps/main.d +++ /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 index fc65e56..0000000 --- a/.deps/malloc.d +++ /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 index eec10fa..0000000 --- a/.deps/mini_ipc.d +++ /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 index 872043a..0000000 --- a/.deps/nandfs.d +++ /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 index f233a70..0000000 --- a/.deps/printf.d +++ /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 index 578b675..0000000 --- a/.deps/string.d +++ /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 index c2a75f6..0000000 --- a/.deps/sync.d +++ /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 index b78f1ea..0000000 --- a/.deps/time.d +++ /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 index f1242fd..0000000 --- a/.deps/video_low.d +++ /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: -- 2.25.1