Fork me on GitHub

Changeset 910bd98 in git for Makefile


Ignore:
Timestamp:
Jun 28, 2021, 8:56:38 PM (3 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
master
Children:
5c257a5
Parents:
71eba5e
Message:

update genMakefile.tcl and Makefile.arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r71eba5e r910bd98  
    24192419        @mkdir -p $(@D)
    24202420        @echo ">> Building $@"
    2421 ifeq ($(ARCH),aix5)
    2422         @$(MAKESHARED) $(OutPutOpt) $@ $(DELPHES_LIBS) -p 0 $^
    2423 else
    24242421ifeq ($(PLATFORM),macosx)
    2425 # We need to make both the .dylib and the .so
    24262422        @$(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 endif
    2431 endif
    24322423else
    24332424ifeq ($(PLATFORM),win32)
     
    24382429else
    24392430        @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS)
    2440         @$(MT_DLL)
    2441 endif
    24422431endif
    24432432endif
     
    24462435        @mkdir -p $(@D)
    24472436        @echo ">> Building $@"
    2448 ifeq ($(ARCH),aix5)
    2449         @$(MAKESHARED) $(OutPutOpt) $@ $(DELPHES_LIBS) -p 0 $^
    2450 else
    24512437ifeq ($(PLATFORM),macosx)
    2452 # We need to make both the .dylib and the .so
    24532438        @$(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 endif
    2458 endif
    24592439else
    24602440ifeq ($(PLATFORM),win32)
     
    24652445else
    24662446        @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS)
    2467         @$(MT_DLL)
    2468 endif
    24692447endif
    24702448endif
     
    24732451        @mkdir -p $(@D)
    24742452        @echo ">> Building $@"
    2475 ifeq ($(ARCH),aix5)
    2476         @$(MAKESHARED) $(OutPutOpt) $@ $(DISPLAY_LIBS) -p 0 $^
    2477 else
    24782453ifeq ($(PLATFORM),macosx)
    2479 # We need to make both the .dylib and the .so
    24802454        @$(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 endif
    2485 endif
    24862455else
    24872456ifeq ($(PLATFORM),win32)
     
    24922461else
    24932462        @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DISPLAY_LIBS)
    2494         @$(MT_DLL)
    2495 endif
    24962463endif
    24972464endif
Note: See TracChangeset for help on using the changeset viewer.