update dev300-m58
[ooovba.git] / sdext / source / pdfimport / xpdftest / makefile.mk
blob9748e3d3a516e9257e3d3672e8f9921a97d315b5
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.1.2.2 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..
33 PRJNAME=sdext
34 TARGET=xpdftest
35 TARGETTYPE=CUI
36 ENABLE_EXCEPTIONS=TRUE
38 # --- Settings -----------------------------------------------------
40 .INCLUDE: settings.mk
42 .IF "$(ENABLE_PDFIMPORT)" == "NO"
43 @all:
44 @echo "PDF Import extension disabled."
45 .ENDIF
47 # --- Targets ------------------------------------------------------
49 .INCLUDE : target.mk
51 #ALLTAR : $(MISC)$/test_0_succeeded $(MISC)$/test_1_succeeded
53 $(MISC)$/test_0_succeeded: $(BIN)$/xpdfimport$(EXECPOST) binary_0_out.def text_0_out.def testinput.pdf
54 $(BIN)$/xpdfimport -f $(MISC)$/binary_0_out testinput.pdf > $(MISC)$/text_0_out
55 diff --strip-trailing-cr $(MISC)$/binary_0_out binary_0_out.def
56 diff --strip-trailing-cr $(MISC)$/text_0_out text_0_out.def
57 $(TOUCH) $@
59 $(MISC)$/test_1_succeeded: $(BIN)$/xpdfimport$(EXECPOST) binary_1_out.def text_1_out.def book.pdf
60 $(BIN)$/xpdfimport -f $(MISC)$/binary_1_out book.pdf > $(MISC)$/text_1_out
61 diff --strip-trailing-cr $(MISC)$/binary_1_out binary_1_out.def
62 diff --strip-trailing-cr $(MISC)$/text_1_out text_1_out.def
63 $(TOUCH) $@