diff options
Diffstat (limited to 'contrib/groff/grops/Makefile.dep')
-rw-r--r-- | contrib/groff/grops/Makefile.dep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/groff/grops/Makefile.dep b/contrib/groff/grops/Makefile.dep new file mode 100644 index 0000000..94e3434 --- /dev/null +++ b/contrib/groff/grops/Makefile.dep @@ -0,0 +1,6 @@ +ps.o: ps.cc ../include/driver.h ../include/errarg.h ../include/error.h \ + ../include/font.h ../include/printer.h ../include/lib.h \ + ../include/stringclass.h ../include/cset.h ps.h +psrm.o: psrm.cc ../include/driver.h ../include/errarg.h \ + ../include/error.h ../include/font.h ../include/printer.h \ + ../include/lib.h ../include/stringclass.h ../include/cset.h ps.h |