diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 17:58:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 17:58:10 +0100 |
commit | 75e29b118c08d9303f1b7915be1fb930d381aef7 (patch) | |
tree | e06a24c8d2eaa32852a2b5a13ddb778a23ab55c6 | |
parent | a2911e98100973a1f4024c557a277dc9e35bece8 (diff) |
Remove deps.mk from repo
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/deps.mk | 41 |
2 files changed, 1 insertions, 41 deletions
@@ -1,3 +1,4 @@ +/src/deps.mk /src/*.o /src/*.inc /src/feh diff --git a/src/deps.mk b/src/deps.mk deleted file mode 100644 index 8304879..0000000 --- a/src/deps.mk +++ /dev/null @@ -1,41 +0,0 @@ -collage.o: collage.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - winwidget.h filelist.h options.h -events.o: events.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h winwidget.h timers.h options.h events.h thumbnail.h -feh_png.o: feh_png.c feh_png.h feh.h structs.h menu.h utils.h getopt.h \ - debug.h -filelist.o: filelist.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h options.h -getopt.o: getopt.c -getopt1.o: getopt1.c getopt.h -imlib.o: imlib.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h winwidget.h options.h -index.o: index.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h winwidget.h options.h -keyevents.o: keyevents.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - thumbnail.h filelist.h winwidget.h options.h -list.o: list.c feh.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ - options.h -main.o: main.c feh.h structs.h menu.h utils.h getopt.h debug.h filelist.h \ - winwidget.h timers.h options.h events.h support.h -md5.o: md5.c md5.h -menu.o: menu.c feh.h structs.h menu.h utils.h getopt.h debug.h support.h \ - thumbnail.h filelist.h winwidget.h options.h -multiwindow.o: multiwindow.c feh.h structs.h menu.h utils.h getopt.h \ - debug.h winwidget.h timers.h filelist.h options.h -options.o: options.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h options.h help.inc -signals.o: signals.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - winwidget.h -slideshow.o: slideshow.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h timers.h winwidget.h options.h signals.h -support.o: support.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h options.h support.h -thumbnail.o: thumbnail.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h winwidget.h options.h thumbnail.h md5.h feh_png.h -timers.o: timers.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - options.h timers.h -utils.o: utils.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - options.h -winwidget.o: winwidget.c feh.h structs.h menu.h utils.h getopt.h debug.h \ - filelist.h winwidget.h options.h |