makefile.mk (7871dc3e) makefile.mk (ffd43a0a)
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

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

132ALLTAR : $(BIN)$/demo.rdb
133
134$(JAVACLASSFILES) : $(JAVAFILES)
135
136REGISTERLIBS= \
137 dynamicloader.uno$(DLLPOST) \
138 namingservice.uno$(DLLPOST) \
139 bootstrap.uno$(DLLPOST) \
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

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

132ALLTAR : $(BIN)$/demo.rdb
133
134$(JAVACLASSFILES) : $(JAVAFILES)
135
136REGISTERLIBS= \
137 dynamicloader.uno$(DLLPOST) \
138 namingservice.uno$(DLLPOST) \
139 bootstrap.uno$(DLLPOST) \
140 sax.uno$(DLLPOST) \
141 $(DLLPRE)mozab2$(DLLPOST)
140 sax.uno$(DLLPOST)
142
143$(BIN)$/demo.rdb: \
144 makefile.mk \
145 $(foreach,i,$(REGISTERLIBS) $(SOLARSHAREDBIN)$/$(i))
146 -rm -f $@ $(BIN)$/regcomp.rdb $(BIN)$/demo.tmp
147 $(REGCOMP) -register -r $(BIN)$/demo.tmp -c "$(strip $(REGISTERLIBS))"
148 $(REGCOMP) -register -r $(BIN)$/demo.tmp -c $(DLLPRE)xsec_fw$(DLLPOST)
149 $(REGCOMP) -register -r $(BIN)$/demo.tmp -c $(DLLPRE)xsec_xmlsec$(DLLPOST)
150 $(REGMERGE) $(BIN)$/demo.tmp / $(SOLARBINDIR)/types.rdb
151 mv $(BIN)$/demo.tmp $@
152
153
141
142$(BIN)$/demo.rdb: \
143 makefile.mk \
144 $(foreach,i,$(REGISTERLIBS) $(SOLARSHAREDBIN)$/$(i))
145 -rm -f $@ $(BIN)$/regcomp.rdb $(BIN)$/demo.tmp
146 $(REGCOMP) -register -r $(BIN)$/demo.tmp -c "$(strip $(REGISTERLIBS))"
147 $(REGCOMP) -register -r $(BIN)$/demo.tmp -c $(DLLPRE)xsec_fw$(DLLPOST)
148 $(REGCOMP) -register -r $(BIN)$/demo.tmp -c $(DLLPRE)xsec_xmlsec$(DLLPOST)
149 $(REGMERGE) $(BIN)$/demo.tmp / $(SOLARBINDIR)/types.rdb
150 mv $(BIN)$/demo.tmp $@
151
152