117 lines
4.4 KiB
Makefile
117 lines
4.4 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# This file is part of OpenOffice.org.
|
|
#
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
# only, as published by the Free Software Foundation.
|
|
#
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Lesser General Public License version 3 for more details
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
# <http://www.openoffice.org/license.html>
|
|
# for a copy of the LGPLv3 License.
|
|
#
|
|
#*************************************************************************
|
|
|
|
#######################################################
|
|
# Anweisungen fuer das Linken
|
|
# unroll begin
|
|
|
|
.IF "$(LIB$(TNR)TARGET)" != ""
|
|
.IF "$(LIB$(TNR)ARCHIV)" != ""
|
|
|
|
$(LIB$(TNR)ARCHIV) : $(LIB$(TNR)TARGET)
|
|
@echo "Making: " $(@:f)
|
|
@@-$(RM) $@
|
|
.IF "$(GUI)"=="UNX"
|
|
@-$(RM) $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
@echo $(LIBMGR) $(LIB$(TNR)FLAGS) $(LIBFLAGS) $(LIB$(TNR)ARCHIV) `cat $(LIB$(TNR)TARGET) | sed s\#'^'$(ROUT)\#$(PRJ)/$(ROUT)\#g` > $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.IF "$(OS)$(COM)"=="NETBSDGCC"
|
|
@echo ranlib $(LIB$(TNR)ARCHIV) >> $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.ENDIF
|
|
.IF "$(OS)" == "MACOSX"
|
|
@echo ranlib $(LIB$(TNR)ARCHIV) >> $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.ENDIF
|
|
.IF "$(VERBOSE)" == "TRUE"
|
|
@cat $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.ENDIF
|
|
@+source $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.ELSE # "$(GUI)"=="UNX"
|
|
.IF "$(GUI)$(COM)"=="WNTGCC"
|
|
@+-$(RM) $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
@+echo $(LIBMGR) $(LIB$(TNR)FLAGS) $(LIBFLAGS) $(LIB$(TNR)ARCHIV) `cat $(LIB$(TNR)TARGET) | sed s#'^'$(ROUT)#$(PRJ)/$(ROUT)#g` > $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
@+echo $(RANLIB) $(LIB$(TNR)ARCHIV) >> $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.IF "$(VERBOSE)" == "TRUE"
|
|
@cat $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.ENDIF
|
|
@+source $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
|
|
.ELSE
|
|
@echo just a dummy > $@
|
|
.ENDIF # "$(GUI)$(COM)"=="WNTGCC"
|
|
.ENDIF # "$(GUI)"=="UNX"
|
|
|
|
.ENDIF # "$(LIB$(TNR)ARCHIV)" != ""
|
|
|
|
$(LIB$(TNR)TARGET) : $(LIB$(TNR)FILES) \
|
|
$(LIB$(TNR)OBJFILES) \
|
|
$(LIB$(TNR)DEPN)
|
|
.IF "$(VERBOSE)" == "TRUE"
|
|
@echo ------------------------------
|
|
@echo using: $(LIB$(TNR)FILES)
|
|
@echo using: $(LIB$(TNR)TARGET)
|
|
@echo ------------------------------
|
|
.ENDIF
|
|
@echo "Making: " $(@:f)
|
|
@@-$(RM) $@
|
|
.IF "$(GUI)"=="UNX"
|
|
@echo $(LIB$(TNR)OBJFILES:s/.obj/.o/) | sed "s#$(PRJ:s/./\./)/$(ROUT)#$(ROUT)#g" | xargs -n 1 > $@
|
|
@cat /dev/null $(LIB$(TNR)FILES:s/.obj/.o/) | xargs -n 1 >> $@
|
|
@$(RM) $(@:d)$(@:b).dump
|
|
.IF "$(OS)"=="MACOSX"
|
|
@-nm `cat $(LIB$(TNR)TARGET) | sed s\#'^'$(ROUT)\#$(PRJ)/$(ROUT)\#g` > $(@:d)$(@:b).dump
|
|
.ELSE
|
|
@nm `cat $(LIB$(TNR)TARGET) | sed s\#'^'$(ROUT)\#$(PRJ)/$(ROUT)\#g` > $(@:d)$(@:b).dump
|
|
.ENDIF
|
|
|
|
.ELSE # "$(GUI)"=="UNX"
|
|
.IF "$(GUI)"=="WNT"
|
|
.IF "$(COM)"=="GCC"
|
|
+$(ECHONL) $(LIB$(TNR)OBJFILES) | sed "s#$(PRJ:s/././)/$(ROUT)#$(ROUT)#g" | xargs -n1 > $@
|
|
@+cat /dev/null $(LIB$(TNR)FILES) | xargs -n1 >> $@
|
|
.ELSE
|
|
$(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB$(TNR)FILES) $(LIB$(TNR)OBJFILES))
|
|
@-$(RM) $(@:s/.lib/.lin/)
|
|
.IF "$(LIB$(TNR)OBJFILES)"!=""
|
|
@$(TYPE) $(mktmp $(LIB$(TNR)OBJFILES)) > $(null,$(LIB$(TNR)OBJFILES) $(NULLDEV) $(@:s/.lib/.lin/))
|
|
.ENDIF # "$(LIB$(TNR)OBJFILES)"!=""
|
|
.IF "$(LIB$(TNR)FILES)"!=""
|
|
@-$(TYPE) $(foreach,i,$(LIB$(TNR)FILES) $(i:s/.lib/.lin/)) >> $(@:s/.lib/.lin/)
|
|
.ENDIF # "$(LIB$(TNR)FILES)"!=""
|
|
@$(ECHONL)
|
|
.ENDIF # "$(LIB$(TNR)FILES)"!=""
|
|
.ELSE # "$(GUI)"=="WNT"
|
|
@-$(RM) $@
|
|
.IF "$(VERBOSE)" == "TRUE"
|
|
@echo $(LIBMGR) r $@ $(LIB$(TNR)OBJFILES)
|
|
.ENDIF
|
|
$(COMMAND_ECHO)$(LIBMGR) r $@ $(LIB$(TNR)OBJFILES) $(LIB$(TNR)FILES) bla.lib
|
|
.ENDIF # "$(GUI)"=="WNT"
|
|
.ENDIF # "$(GUI)"=="UNX"
|
|
.ENDIF # "$(LIB$(TNR)TARGET)" != ""
|
|
|
|
# Anweisungen fuer das LIBTARGETs
|
|
# unroll end
|
|
#######################################################
|
|
|