mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	more
This commit is contained in:
		
							
								
								
									
										11
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,8 +1,10 @@ | |||||||
| # Build the cpdf command line tools and top level | # Build the cpdf command line tools and top level | ||||||
| MODS = cpdfyojson cpdfxmlm \ | MODS = cpdfyojson cpdfxmlm \ | ||||||
|        cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord cpdfattach \ |        cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \ | ||||||
|        cpdfpagespec cpdfposition cpdfpresent cpdfmetadata cpdfbookmarks cpdfpage cpdfaddtext cpdf cpdfimage cpdffont cpdftype \ |        cpdfattach cpdfpagespec cpdfposition cpdfpresent cpdfmetadata \ | ||||||
|        cpdftexttopdf cpdftoc cpdfpad cpdfocg cpdfsqueeze cpdfspot cpdfpagelabels cpdfcreate cpdfannot cpdfcommand |        cpdfbookmarks cpdfpage cpdfaddtext cpdf cpdfimage cpdffont cpdftype \ | ||||||
|  |        cpdftexttopdf cpdftoc cpdfpad cpdfocg cpdfsqueeze cpdfspot \ | ||||||
|  |        cpdfpagelabels cpdfcreate cpdfannot cpdfcommand | ||||||
|  |  | ||||||
| SOURCES = $(foreach x,$(MODS),$(x).ml $(x).mli) cpdfcommandrun.ml | SOURCES = $(foreach x,$(MODS),$(x).ml $(x).mli) cpdfcommandrun.ml | ||||||
|  |  | ||||||
| @@ -19,7 +21,8 @@ OCAMLLDFLAGS = -g | |||||||
| all : native-code native-code-library byte-code-library top htdoc | all : native-code native-code-library byte-code-library top htdoc | ||||||
|  |  | ||||||
| clean :: | clean :: | ||||||
| 	rm -rf doc foo foo2 out.pdf out2.pdf foo.pdf decomp.pdf *.cmt *.cmti *.json test/*.pdf debug/*.pdf *.ps | 	rm -rf doc foo foo2 out.pdf out2.pdf foo.pdf decomp.pdf *.cmt *.cmti \ | ||||||
|  | 	*.json test/*.pdf debug/*.pdf *.ps | ||||||
|  |  | ||||||
| DOC_FILES = cpdferror.mli cpdfjson.mli cpdfstrftime.mli cpdfcoord.mli \ | DOC_FILES = cpdferror.mli cpdfjson.mli cpdfstrftime.mli cpdfcoord.mli \ | ||||||
|             cpdfattach.mli cpdfpagespec.mli cpdfposition.mli cpdf.mli \ |             cpdfattach.mli cpdfpagespec.mli cpdfposition.mli cpdf.mli \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user