Rev 49 | Rev 57 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 49 | Rev 55 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | .PHONY: all clean distclean install uninstall |
54 | .PHONY: all clean distclean install uninstall |
55 | 55 | ||
56 | .POSIX: |
56 | .POSIX: |
57 | 57 | ||
58 | icd-main.o: icd-main.cpp inotify-cxx.h incrontab.h usertable.h |
58 | icd-main.o: icd-main.cpp inotify-cxx.h incrontab.h usertable.h incron.h |
59 | incrontab.o: incrontab.cpp incrontab.h inotify-cxx.h strtok.h |
59 | incrontab.o: incrontab.cpp incrontab.h inotify-cxx.h strtok.h |
60 | inotify-cxx.o: inotify-cxx.cpp inotify-cxx.h |
60 | inotify-cxx.o: inotify-cxx.cpp inotify-cxx.h |
61 | usertable.o: usertable.cpp usertable.h strtok.h |
61 | usertable.o: usertable.cpp usertable.h strtok.h |
62 | ict-main.o: ict-main.cpp incrontab.h |
62 | ict-main.o: ict-main.cpp incrontab.h incron.h |
63 | strtok.o: strtok.cpp strtok.h |
63 | strtok.o: strtok.cpp strtok.h |
64 | 64 | ||
65 | 65 |