makefile.mk (73c96003) makefile.mk (35779863)
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

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

21
22
23PRJ=..$/..$/..
24
25PRJNAME=extensions
26TARGET=updchk
27PACKAGE=org.openoffice.Office
28
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

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

21
22
23PRJ=..$/..$/..
24
25PRJNAME=extensions
26TARGET=updchk
27PACKAGE=org.openoffice.Office
28
29
30.IF "$(ENABLE_ONLINE_UPDATE)" != "YES"
31@all:
32 @echo "Online Update disabled."
33.ELSE
34
29LIBTARGET=NO
30ENABLE_EXCEPTIONS=TRUE
31
32ABSXCSROOT=$(SOLARXMLDIR)
33XCSROOT=..
34DTDDIR=$(ABSXCSROOT)
35XSLDIR=$(ABSXCSROOT)$/processing
36PROCESSOUT=$(MISC)$/$(TARGET)

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

135
136ALLTAR : $(MISC)/updchk.uno.component
137
138$(MISC)/updchk.uno.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
139 updchk.uno.component
140 $(XSLTPROC) --nonet --stringparam uri \
141 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
142 $(SOLARENV)/bin/createcomponent.xslt updchk.uno.component
35LIBTARGET=NO
36ENABLE_EXCEPTIONS=TRUE
37
38ABSXCSROOT=$(SOLARXMLDIR)
39XCSROOT=..
40DTDDIR=$(ABSXCSROOT)
41XSLDIR=$(ABSXCSROOT)$/processing
42PROCESSOUT=$(MISC)$/$(TARGET)

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

141
142ALLTAR : $(MISC)/updchk.uno.component
143
144$(MISC)/updchk.uno.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
145 updchk.uno.component
146 $(XSLTPROC) --nonet --stringparam uri \
147 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
148 $(SOLARENV)/bin/createcomponent.xslt updchk.uno.component
149
150.ENDIF # "$(ENABLE_ONLINE_UPDATE)" == "YES"