makefile.mk (8d84651b) makefile.mk (1e921515)
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

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

33
34# --- Settings ----------------------------------
35
36.INCLUDE : rtlbootstrap.mk
37.INCLUDE : settings.mk
38
39PACKAGE=com.sun.PresenterScreen-$(PLATFORMID)
40
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

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

33
34# --- Settings ----------------------------------
35
36.INCLUDE : rtlbootstrap.mk
37.INCLUDE : settings.mk
38
39PACKAGE=com.sun.PresenterScreen-$(PLATFORMID)
40
41.IF "$(L10N_framework)"==""
42.INCLUDE : $(PRJ)$/util$/makefile.pmk
43
44.IF "$(ENABLE_PRESENTER_SCREEN)" == "NO"
45@all:
46 @echo "Presenter Screen build disabled."
47.ELSE
48
41.IF "$(ENABLE_PRESENTER_SCREEN)" == "NO"
42@all:
43 @echo "Presenter Screen build disabled."
44.ELSE
45
46.IF "$(L10N_framework)" != ""
47
48@all:
49 @echo "L10N framework disabled => Presenter Screen can not be built."
50
51.ELSE
52
53.INCLUDE : $(PRJ)$/util$/makefile.pmk
54
55
49DLLPRE=
50common_build_zip=
51
52# --- Files -------------------------------------
53
54SLOFILES= \
55 $(SLO)$/PresenterAccessibility.obj \
56 $(SLO)$/PresenterAnimation.obj \

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

264
265my_XHPFILES= \
266 presenter.xhp
267
268LINKLINKFILES= \
269 $(PACKAGE)/{$(my_XHPFILES)}
270
271# --- Targets ----------------------------------
56DLLPRE=
57common_build_zip=
58
59# --- Files -------------------------------------
60
61SLOFILES= \
62 $(SLO)$/PresenterAccessibility.obj \
63 $(SLO)$/PresenterAnimation.obj \

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

271
272my_XHPFILES= \
273 presenter.xhp
274
275LINKLINKFILES= \
276 $(PACKAGE)/{$(my_XHPFILES)}
277
278# --- Targets ----------------------------------
272.ENDIF # L10N_framework
273
274.INCLUDE : target.mk
275.INCLUDE : extension_helplink.mk
276
279
280.INCLUDE : target.mk
281.INCLUDE : extension_helplink.mk
282
277.IF "$(L10N_framework)"==""
278$(SLO)$/PresenterComponent.obj : $(INCCOM)$/PresenterExtensionIdentifier.hxx
279
280$(INCCOM)$/PresenterExtensionIdentifier.hxx : PresenterExtensionIdentifier.txx
281 $(TYPE) $< | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@
282
283$(ZIP1DIR)$/help$/component.txt : help$/$$(@:f)
284 @@-$(MKDIRHIER) $(@:d)
285 $(COPY) $< $@

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

344 .ENDIF
345 .ENDIF
346 .ENDIF # "$(PACKMS)"!=""
347 .ENDIF #"$(COM)"=="GCC"
348.ENDIF
349
350.INCLUDE : extension_post.mk
351
283$(SLO)$/PresenterComponent.obj : $(INCCOM)$/PresenterExtensionIdentifier.hxx
284
285$(INCCOM)$/PresenterExtensionIdentifier.hxx : PresenterExtensionIdentifier.txx
286 $(TYPE) $< | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@
287
288$(ZIP1DIR)$/help$/component.txt : help$/$$(@:f)
289 @@-$(MKDIRHIER) $(@:d)
290 $(COPY) $< $@

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

349 .ENDIF
350 .ENDIF
351 .ENDIF # "$(PACKMS)"!=""
352 .ENDIF #"$(COM)"=="GCC"
353.ENDIF
354
355.INCLUDE : extension_post.mk
356
352.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO"
353.ELSE
354ivo:
355 $(ECHO)
356.ENDIF # L10N_framework
357.ENDIF # L10N_framework
357
358.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO"