Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/odk/examples/cpp/lokconvert/   (LibreOffice Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 2 kB image not shown  

Quelle  Makefile

  Sprache: C
 

-*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
java.lang.NullPointerException
This file is part of the LibreOffice project.
java.lang.NullPointerException
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
java.lang.NullPointerException

Builds the C++ lokconvert example of the SDK.

PRJ=../../..
SETTINGS=$(PRJ)/settings

include $(SETTINGS)/settings.mk
include $(SETTINGS)/std.mk

Define non-platform/compiler specific settings
COMPONENT_NAME=lokconvert

OUT_COMP_INC = $(OUT_INC)/$(COMPONENT_NAME)
OUT_COMP_GEN = $(OUT_MISC)/$(COMPONENT_NAME)
OUT_COMP_OBJ=$(OUT_OBJ)/$(COMPONENT_NAME)

CXXFILES = lokconvert.cxx

OBJFILES = $(patsubst %.cxx,$(OUT_SLO_COMP)/%.$(OBJ_EXT),$(CXXFILES))

Targets
.PHONY: ALL
ALL : \
 CpplokconvertExample

include $(SETTINGS)/stdtarget.mk

$(OUT_COMP_OBJ)/%.$(OBJ_EXT) : %.cxx $(SDKTYPEFLAG)
 -$(MKDIR) $(subst /,$(PS),$(@D))
 $(CC) $(CC_FLAGS) $(CC_INCLUDES) -I$(OUT_COMP_INC) $(CC_DEFINES) $(CC_OUTPUT_SWITCH)$(subst /,$(PS),$@) $<

$(OUT_BIN)/lokconvert$(EXE_EXT) : $(OUT_COMP_OBJ)/lokconvert.$(OBJ_EXT)
 -$(MKDIR) $(subst /,$(PS),$(@D))
 -$(MKDIR) $(subst /,$(PS),$(OUT_COMP_GEN))
ifeq "$(OS)" "WIN"
 $(LINK) $(EXE_LINK_FLAGS) /OUT:$@ /MAP:$(OUT_COMP_GEN)/$(basename $(@F)).map \
   $< $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB)
else
 $(LINK) $(EXE_LINK_FLAGS) $(LINK_LIBS) -o $@ $< \
   $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) $(STDC++LIB)
ifeq "$(OS)" "MACOSX"
 $(INSTALL_NAME_URELIBS_BIN)  $@
endif
endif

CpplokconvertExample : $(OUT_BIN)/lokconvert$(EXE_EXT)
 @echo --------------------------------------------------------------------------------
 @echo The example loads the "$(QM)test.odt$(QM)" document in the lokconvert example directory
 @echo   and convert it to PDF
 @echo -
 @echo Use the following command to execute the example!
 @echo -
 @echo $(MAKE) lokconvert.run
 @echo -
 @echo --------------------------------------------------------------------------------

%.run: $(OUT_BIN)/lokconvert$(EXE_EXT)
 cd $(subst /,$(PS),$(OUT_BIN)) && $(basename $@) $(subst \\,/,$(subst /,$(PS),"$(OO_SDK_HOME)/examples/cpp/lokconvert/test.odt" "$(PWD)/test.pdf"))

.PHONY: clean
clean :
 -$(DELRECURSIVE) $(subst /,$(PS),$(OUT_COMP_INC))
 -$(DELRECURSIVE) $(subst /,$(PS),$(OUT_COMP_GEN))
 -$(DELRECURSIVE) $(subst /,$(PS),$(OUT_COMP_OBJ))
 -$(DEL) $(subst \\,\,$(subst /,$(PS),$(OUT_BIN)/lokconvert*))

vim: set noet sw=4 ts=4:

Messung V0.5 in Prozent
C=93 H=95 G=93

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.