Makefile (2752044b) Makefile (4847a43b)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38COMP_PACKAGE_URL = $(subst \\,\,"$(COMP_PACKAGE_DIR)$(PS)$(COMP_NAME).$(UNOOXT_EXT)")
39COMP_UNOPKG_MANIFEST = $(OUT_COMP_GEN)/$(COMP_NAME)/META-INF/manifest.xml
40COMP_MAPFILE = $(OUT_COMP_GEN)/$(COMP_NAME).uno.map
41COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
42COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
43
44# Allow deploying the extension when running it
45
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38COMP_PACKAGE_URL = $(subst \\,\,"$(COMP_PACKAGE_DIR)$(PS)$(COMP_NAME).$(UNOOXT_EXT)")
39COMP_UNOPKG_MANIFEST = $(OUT_COMP_GEN)/$(COMP_NAME)/META-INF/manifest.xml
40COMP_MAPFILE = $(OUT_COMP_GEN)/$(COMP_NAME).uno.map
41COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
42COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
43
44# Allow deploying the extension when running it
45
46#this should be in odk/settings/std.mk
47OUT_DEPLOY=$(OUT)/deploy
48
49OUT_COMP_DEPLOY=$(OUT_DEPLOY)/$(COMP_NAME)
50OUT_DEPLOY_DIR=$(subst /,$(PS),$(OUT_COMP_DEPLOY))
51OUT_DEPLOY_URL=$(URLPREFIX)$(OUT_COMP_DEPLOY)
52ENV_USER_INSTALL=-env:"UserInstallation=$(OUT_DEPLOY_URL)"
53OFFICE_START_OPTIONS=-nologo -nofirststartwizard -norestore -writer
54OXT_DEPLOYEDFLAG=$(OUT_MISC)/cpp_$(COMP_NAME)_deployed_oxt.flag
55
56CXXFILES = \

--- 114 unchanged lines hidden ---
46OUT_COMP_DEPLOY=$(OUT_DEPLOY)/$(COMP_NAME)
47OUT_DEPLOY_DIR=$(subst /,$(PS),$(OUT_COMP_DEPLOY))
48OUT_DEPLOY_URL=$(URLPREFIX)$(OUT_COMP_DEPLOY)
49ENV_USER_INSTALL=-env:"UserInstallation=$(OUT_DEPLOY_URL)"
50OFFICE_START_OPTIONS=-nologo -nofirststartwizard -norestore -writer
51OXT_DEPLOYEDFLAG=$(OUT_MISC)/cpp_$(COMP_NAME)_deployed_oxt.flag
52
53CXXFILES = \

--- 114 unchanged lines hidden ---