diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-24 15:21:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-24 15:21:37 +0000 |
commit | 79cb9a35bb32872a84c414a8838f12f60f1b752c (patch) | |
tree | 2f49d7babf1eafb3c862984ffa85c2564b9abbdf /Build/source/libs/xpdf/goo | |
parent | 60ff49dc08d8389a26af3ef52a9bbfd072751b30 (diff) |
remove no-longer-used (per akira) depend.mak
git-svn-id: svn://tug.org/texlive/trunk@4648 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/goo')
-rw-r--r-- | Build/source/libs/xpdf/goo/depend.mak | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/Build/source/libs/xpdf/goo/depend.mak b/Build/source/libs/xpdf/goo/depend.mak deleted file mode 100644 index 05da6b0291c..00000000000 --- a/Build/source/libs/xpdf/goo/depend.mak +++ /dev/null @@ -1,53 +0,0 @@ -$(objdir)/gmempp.obj: \ - ../aconf.h \ - ../aconf2.h \ - gmem.h - -$(objdir)/vms_directory.obj: \ - vms_dirent.h \ - $(kpathseadir)/types.h \ - vms_sys_dirent.h - -$(objdir)/vms_unlink.obj: \ - - -$(objdir)/gfile.obj: \ - ../aconf.h \ - ../aconf2.h \ - GString.h \ - gfile.h \ - gtypes.h - -$(objdir)/GString.obj: \ - ../aconf.h \ - ../aconf2.h \ - gtypes.h \ - GString.h - -$(objdir)/GHash.obj: \ - ../aconf.h \ - ../aconf2.h \ - gmem.h \ - GString.h \ - GHash.h \ - gtypes.h - -$(objdir)/GList.obj: \ - ../aconf.h \ - ../aconf2.h \ - gmem.h \ - GList.h \ - gtypes.h - -$(objdir)/gmem.obj: \ - ../aconf.h \ - ../aconf2.h \ - gmem.h - -$(objdir)/parseargs.obj: \ - parseargs.h \ - gtypes.h - -$(objdir)/vms_unix_times.obj: \ - vms_unix_time.h - |