diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-10 15:35:21 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-10 15:35:21 +0000 |
commit | 5545f2236f9abc704ba6cc442841363b0ac5eb1b (patch) | |
tree | f74b65e87bc2f6be84feb3d5b88915e66ee7b470 /Build/source/texk/dvipdfm-x/Makefile.am | |
parent | 233c204ecbc43730d329352806a24be175ced0b3 (diff) |
dvipdfm-x: Continue merging dvipdfmx and xdvipdfmx
git-svn-id: svn://tug.org/texlive/trunk@31156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/Makefile.am')
-rw-r--r-- | Build/source/texk/dvipdfm-x/Makefile.am | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/Build/source/texk/dvipdfm-x/Makefile.am b/Build/source/texk/dvipdfm-x/Makefile.am index c650cc326fa..2bacfc0cd31 100644 --- a/Build/source/texk/dvipdfm-x/Makefile.am +++ b/Build/source/texk/dvipdfm-x/Makefile.am @@ -35,6 +35,7 @@ common_sources = \ agl.h \ bmpimage.c \ bmpimage.h \ + cff.c \ cff.h \ cff_dict.h \ cff_limits.h \ @@ -64,6 +65,7 @@ common_sources = \ dpxfile.h \ dpxutil.c \ dpxutil.h \ + dvi.h \ dvicodes.h \ epdf.h \ error.c \ @@ -75,6 +77,7 @@ common_sources = \ mem.h \ mfileio.c \ mfileio.h \ + mpost.c \ mpost.h \ numbers.c \ numbers.h \ @@ -83,6 +86,9 @@ common_sources = \ otl_opt.c \ otl_opt.h \ pdfcolor.h \ + pdfdev.h \ + pdfdoc.h \ + pdfdraw.h \ pdfencoding.c \ pdfencoding.h \ pdfencrypt.h \ @@ -146,23 +152,17 @@ common_sources = \ xbb.h dvipdfmx_sources = \ - src/cff.c \ src/cff_dict.c \ src/cidtype0.c \ src/dvi.c \ - src/dvi.h \ src/dvipdfmx.c \ dvipdfmx.h \ src/epdf.c \ src/jpegimage.c \ - src/mpost.c \ src/pdfcolor.c \ src/pdfdev.c \ - src/pdfdev.h \ src/pdfdoc.c \ - src/pdfdoc.h \ src/pdfdraw.c \ - src/pdfdraw.h \ src/pdfencrypt.c \ src/pdfnames.c \ src/pdfnames.h \ @@ -182,22 +182,16 @@ dvipdfmx_sources = \ src/xbb.c xdvipdfmx_sources = \ - xsrc/cff.c \ xsrc/cff_dict.c \ xsrc/cidtype0.c \ xsrc/dvi.c \ - xsrc/dvi.h \ xsrc/dvipdfmx.c \ xsrc/epdf.c \ xsrc/jpegimage.c \ - xsrc/mpost.c \ xsrc/pdfcolor.c \ xsrc/pdfdev.c \ - xsrc/pdfdev.h \ xsrc/pdfdoc.c \ - xsrc/pdfdoc.h \ xsrc/pdfdraw.c \ - xsrc/pdfdraw.h \ xsrc/pdfencrypt.c \ xsrc/pdfnames.c \ xsrc/pdfnames.h \ |