22 |
|
ArchiveSuffix = a |
23 |
|
ArchiveTool = ar -rc $@ $^ |
24 |
|
ArchiveCCTool = $(ArchiveTool) |
25 |
< |
SCClinkCmd=$(CXX) $(CXXFLAGS) $(CXXDebugFlag) $(LDFLAGS) $< -o $@ |
25 |
> |
SCClinkCmd=$(CXX) $(CXXFLAGS) $(LDFLAGS) $< -o $@ |
26 |
> |
SCClinkCmd_d=$(CXX) $(CXXFLAGS) $(CXXDebugFlag) $(LDFLAGS) $< -o $@ |
27 |
|
CClinkCmd=$(SCClinkCmd) $(LDLIBS) |
28 |
< |
CClinkCmdDebug=$(SCClinkCmd) $(LDLIBS_D) |
29 |
< |
CClinkCmdInsure=$(SCClinkCmd) $(LDLIBS_Insure) |
28 |
> |
CClinkCmdDebug=$(SCClinkCmd_d) $(LDLIBS_D) |
29 |
> |
CClinkCmdInsure=$(SCClinkCmd_d) $(LDLIBS_Insure) |
30 |
|
|
31 |
|
SharedCCObjectFlags = -PIC |
32 |
|
SharedFCObjectFlags = -PIC |