makefile.pmk (e6b7d829) makefile.pmk (62840caa)
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

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

63CONVERTTAGSCRIPT=$(SOLARENV)/bin/converttags.pl
64CONVERTTAGFLAGNAME=converttags_html_files.flag
65CONVERTTAGFLAG = $(MISC)/$(CONVERTTAGFLAGNAME)
66
67MY_AUTODOC=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/autodoc
68
69.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD"
70MY_COPY=$(GNUCOPY)
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

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

63CONVERTTAGSCRIPT=$(SOLARENV)/bin/converttags.pl
64CONVERTTAGFLAGNAME=converttags_html_files.flag
65CONVERTTAGFLAG = $(MISC)/$(CONVERTTAGFLAGNAME)
66
67MY_AUTODOC=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/autodoc
68
69.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD"
70MY_COPY=$(GNUCOPY)
71MY_COPY_RECURSIVE=$(GNUCOPY) -r
71MY_COPY_RECURSIVE=$(GNUCOPY) -R
72.ELSE
73.IF "$(OS)"=="MACOSX"
74MY_COPY=$(GNUCOPY)
72.ELSE
73.IF "$(OS)"=="MACOSX"
74MY_COPY=$(GNUCOPY)
75MY_COPY_RECURSIVE=$(GNUCOPY) -r
75MY_COPY_RECURSIVE=$(GNUCOPY) -R
76.ELSE
77MY_COPY=$(GNUCOPY) -u
78MY_COPY_RECURSIVE=$(GNUCOPY) -urf
79.ENDIF
80.ENDIF
81
82MY_DELETE_RECURSIVE=rm -rf
83MY_TEXTCOPY=@cp

--- 136 unchanged lines hidden ---
76.ELSE
77MY_COPY=$(GNUCOPY) -u
78MY_COPY_RECURSIVE=$(GNUCOPY) -urf
79.ENDIF
80.ENDIF
81
82MY_DELETE_RECURSIVE=rm -rf
83MY_TEXTCOPY=@cp

--- 136 unchanged lines hidden ---