xref: /trunk/main/solenv/inc/tg_sdi.mk (revision 7871dc3e)
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
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24#######################################################
25# instructions for ???
26# unroll begin
27
28.IF "$(SDI$(TNR)TARGET)"!=""
29$(SDI$(TNR)TARGET): $(SVSDI$(TNR)DEPEND) $(SDI$(TNR)NAME).sdi
30	@echo "Making:   " $(@:f)
31	@-$(RM) $@
32	$(COMMAND_ECHO)$(SVIDL) @$(mktmp \
33	$(VERBOSITY) \
34	-fs$(INCCOMX)/$(SDI$(TNR)NAME).hxx	\
35	-fd$(INCCOMX)/$(SDI$(TNR)NAME).ilb	\
36	-fm$(MISC)/$(SDI$(TNR)NAME).don	\
37	-fl$(MISC)/$(SDI$(TNR)NAME).lst         \
38	-fx$(SDI$(TNR)EXPORT).sdi		\
39	-fz$(MISC)/$(SDI$(TNR)NAME).sid	\
40	$(SDI$(TNR)NAME).sdi -I$(MISC) -I$(SVSDIINC) -I$(INC) $(INCLUDE))
41.ENDIF # "$(SDI$(TNR)TARGET)"!=""
42
43# Instruction for ???
44# unroll end
45#######################################################
46
47