tg_app.mk (534c536d) tg_app.mk (2b25ddf3)
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

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

94
95LINKINCTARGETS+=$(MISC)/$(APP$(TNR)TARGETN:b)_linkinc.ls
96$(APP$(TNR)TARGETN) : $(LINKINCTARGETS)
97.ENDIF # "$(linkinc)"!=""
98
99# Allow for target specific LIBSALCPPRT override
100APP$(TNR)LIBSALCPPRT*=$(LIBSALCPPRT)
101
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

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

94
95LINKINCTARGETS+=$(MISC)/$(APP$(TNR)TARGETN:b)_linkinc.ls
96$(APP$(TNR)TARGETN) : $(LINKINCTARGETS)
97.ENDIF # "$(linkinc)"!=""
98
99# Allow for target specific LIBSALCPPRT override
100APP$(TNR)LIBSALCPPRT*=$(LIBSALCPPRT)
101
102.IF "$(GUI)" == "OS2"
103_APP$(TNR)IMP_ORD = $(APP$(TNR)STDLIBS:^"$(SOLARVERSION)/$(INPATH)/lib/") $(APP$(TNR)STDLIBS:^"$(LB)/")
104APP$(TNR)IMP_ORD = $(foreach,i,$(_APP$(TNR)IMP_ORD) $(shell @-ls $i))
105.ELSE
106APP$(TNR)IMP_ORD =
107.ENDIF
108
109$(APP$(TNR)TARGETN): $(APP$(TNR)OBJS) $(APP$(TNR)LIBS) \
110 $(APP$(TNR)RES) \
102$(APP$(TNR)TARGETN): $(APP$(TNR)OBJS) $(APP$(TNR)LIBS) \
103 $(APP$(TNR)RES) \
111 $(APP$(TNR)IMP_ORD) \
112 $(APP$(TNR)ICON) $(APP$(TNR)DEPN) $(USE_APP$(TNR)DEF)
113 @echo "Making: " $(@:f)
114.IF "$(GUI)"=="UNX"
115.IF "$(OS)"=="MACOSX"
116 @echo unx
117 @-$(RM) $(MISC)/$(@:b).list
118 @-$(RM) $(MISC)/$(TARGET).$(@:b)_$(TNR).cmd
119 @-$(RM) $(MISC)/$(@:b).strip

--- 177 unchanged lines hidden ---
104 $(APP$(TNR)ICON) $(APP$(TNR)DEPN) $(USE_APP$(TNR)DEF)
105 @echo "Making: " $(@:f)
106.IF "$(GUI)"=="UNX"
107.IF "$(OS)"=="MACOSX"
108 @echo unx
109 @-$(RM) $(MISC)/$(@:b).list
110 @-$(RM) $(MISC)/$(TARGET).$(@:b)_$(TNR).cmd
111 @-$(RM) $(MISC)/$(@:b).strip

--- 177 unchanged lines hidden ---