makefile.mk (2ed47956) makefile.mk (94125ed6)
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

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

95 -$(MKDIRHIER) $(@:d)
96 $(MY_AUTODOC) -html $(DESTDIRGENCPPREF) -name $(CPPDOCREFNAME) $(AUTODOCPARAMS)
97 -rm $(@:d:d)$/cpp.css
98 $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $(PRJ)$/docs$/cpp$/ref$/cpp.css $(MY_TEXTCOPY_TARGETPRE) $(@:d:d)$/cpp.css
99
100$(JAVA_SRC_FILES) : $(SOLARCOMMONBINDIR)$/$$(@:f)
101 -$(MKDIRHIER) $(@:d)
102 $(MY_COPY) $< $@
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

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

95 -$(MKDIRHIER) $(@:d)
96 $(MY_AUTODOC) -html $(DESTDIRGENCPPREF) -name $(CPPDOCREFNAME) $(AUTODOCPARAMS)
97 -rm $(@:d:d)$/cpp.css
98 $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $(PRJ)$/docs$/cpp$/ref$/cpp.css $(MY_TEXTCOPY_TARGETPRE) $(@:d:d)$/cpp.css
99
100$(JAVA_SRC_FILES) : $(SOLARCOMMONBINDIR)$/$$(@:f)
101 -$(MKDIRHIER) $(@:d)
102 $(MY_COPY) $< $@
103 cd $(JAVA_SRC_DIR) && unzip -quo $(@:f)
103 cd $(JAVA_SRC_DIR) && unzip -qu $(@:f)
104
105#$(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/%.java : $(PRJ)$/source$/bean$/com$/sun$/star$/beans$/%.java
106# -$(MKDIRHIER) $(@:d)
107# $(MY_COPY) $< $@
108
109#$(JAVA_DOCU_INDEX_FILE) .SEQUENTIAL : $(JAVA_SRC_FILES) $(JAVA_BEAN_SRC_FILES)
110.IF "$(SOLAR_JAVA)"!=""
111$(JAVA_DOCU_INDEX_FILE) .SEQUENTIAL : $(JAVA_SRC_FILES)
112 -$(MKDIRHIER) $(@:d)
113 $(JAVADOC) -J-Xmx120m $(JAVADOCPARAMS) > $(JAVADOCLOG)
114.IF "$(OS)" != "MACOSX"
115 cd $(shell dirname $(JAVA_DOCU_INDEX_FILE)) && patch $(shell basename $(JAVA_DOCU_INDEX_FILE)) $(PWD)/idl_ref_javadoc.patch
116.ENDIF
117.ENDIF
118
119.ELSE
120pseudo:
121.ENDIF
104
105#$(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/%.java : $(PRJ)$/source$/bean$/com$/sun$/star$/beans$/%.java
106# -$(MKDIRHIER) $(@:d)
107# $(MY_COPY) $< $@
108
109#$(JAVA_DOCU_INDEX_FILE) .SEQUENTIAL : $(JAVA_SRC_FILES) $(JAVA_BEAN_SRC_FILES)
110.IF "$(SOLAR_JAVA)"!=""
111$(JAVA_DOCU_INDEX_FILE) .SEQUENTIAL : $(JAVA_SRC_FILES)
112 -$(MKDIRHIER) $(@:d)
113 $(JAVADOC) -J-Xmx120m $(JAVADOCPARAMS) > $(JAVADOCLOG)
114.IF "$(OS)" != "MACOSX"
115 cd $(shell dirname $(JAVA_DOCU_INDEX_FILE)) && patch $(shell basename $(JAVA_DOCU_INDEX_FILE)) $(PWD)/idl_ref_javadoc.patch
116.ENDIF
117.ENDIF
118
119.ELSE
120pseudo:
121.ENDIF