- Timestamp:
- Jun 28, 2021, 8:56:38 PM (3 years ago)
- Branches:
- master
- Children:
- 5c257a5
- Parents:
- 71eba5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r71eba5e r910bd98 2419 2419 @mkdir -p $(@D) 2420 2420 @echo ">> Building $@" 2421 ifeq ($(ARCH),aix5)2422 @$(MAKESHARED) $(OutPutOpt) $@ $(DELPHES_LIBS) -p 0 $^2423 else2424 2421 ifeq ($(PLATFORM),macosx) 2425 # We need to make both the .dylib and the .so2426 2422 @$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 2427 ifneq ($(subst $(MACOSX_MINOR),,1234),1234)2428 ifeq ($(MACOSX_MINOR),4)2429 @ln -sf $@ $(subst .$(DllSuf),.so,$@)2430 endif2431 endif2432 2423 else 2433 2424 ifeq ($(PLATFORM),win32) … … 2438 2429 else 2439 2430 @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 2440 @$(MT_DLL)2441 endif2442 2431 endif 2443 2432 endif … … 2446 2435 @mkdir -p $(@D) 2447 2436 @echo ">> Building $@" 2448 ifeq ($(ARCH),aix5)2449 @$(MAKESHARED) $(OutPutOpt) $@ $(DELPHES_LIBS) -p 0 $^2450 else2451 2437 ifeq ($(PLATFORM),macosx) 2452 # We need to make both the .dylib and the .so2453 2438 @$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 2454 ifneq ($(subst $(MACOSX_MINOR),,1234),1234)2455 ifeq ($(MACOSX_MINOR),4)2456 @ln -sf $@ $(subst .$(DllSuf),.so,$@)2457 endif2458 endif2459 2439 else 2460 2440 ifeq ($(PLATFORM),win32) … … 2465 2445 else 2466 2446 @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 2467 @$(MT_DLL)2468 endif2469 2447 endif 2470 2448 endif … … 2473 2451 @mkdir -p $(@D) 2474 2452 @echo ">> Building $@" 2475 ifeq ($(ARCH),aix5)2476 @$(MAKESHARED) $(OutPutOpt) $@ $(DISPLAY_LIBS) -p 0 $^2477 else2478 2453 ifeq ($(PLATFORM),macosx) 2479 # We need to make both the .dylib and the .so2480 2454 @$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@ $(DISPLAY_LIBS) 2481 ifneq ($(subst $(MACOSX_MINOR),,1234),1234)2482 ifeq ($(MACOSX_MINOR),4)2483 @ln -sf $@ $(subst .$(DllSuf),.so,$@)2484 endif2485 endif2486 2455 else 2487 2456 ifeq ($(PLATFORM),win32) … … 2492 2461 else 2493 2462 @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DISPLAY_LIBS) 2494 @$(MT_DLL)2495 endif2496 2463 endif 2497 2464 endif
Note:
See TracChangeset
for help on using the changeset viewer.