tg_lib.mk (7871dc3e) tg_lib.mk (534c536d)
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

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

45.ENDIF
46.IF "$(OS)" == "MACOSX"
47 @echo ranlib $(LIB$(TNR)ARCHIV) >> $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
48.ENDIF
49.IF "$(VERBOSE)" == "TRUE"
50 @cat $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
51.ENDIF
52 @+source $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
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

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

45.ENDIF
46.IF "$(OS)" == "MACOSX"
47 @echo ranlib $(LIB$(TNR)ARCHIV) >> $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
48.ENDIF
49.IF "$(VERBOSE)" == "TRUE"
50 @cat $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
51.ENDIF
52 @+source $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
53.ELSE # "$(GUI)"=="UNX"
53
54.ELIF "$(GUI)"=="OS2"
55
56 @ln -s $(LIB$(TNR)TARGET) $(LIB$(TNR)ARCHIV)
57
58.ELSE # "$(GUI)"=="OS2"
54.IF "$(GUI)$(COM)"=="WNTGCC"
55 @+-$(RM) $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
56 @+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
57 @+echo ranlib $(LIB$(TNR)ARCHIV) >> $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
58.IF "$(VERBOSE)" == "TRUE"
59 @cat $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
60.ENDIF
61 @+source $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd

--- 69 unchanged lines hidden ---
59.IF "$(GUI)$(COM)"=="WNTGCC"
60 @+-$(RM) $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
61 @+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
62 @+echo ranlib $(LIB$(TNR)ARCHIV) >> $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
63.IF "$(VERBOSE)" == "TRUE"
64 @cat $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd
65.ENDIF
66 @+source $(MISC)/$(LIB$(TNR)ARCHIV:b).cmd

--- 69 unchanged lines hidden ---