Changeset 910bd98 in git for doc/genMakefile.tcl
- Timestamp:
- Jun 28, 2021, 8:56:38 PM (3 years ago)
- Branches:
- master
- Children:
- 5c257a5
- Parents:
- 71eba5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
r71eba5e r910bd98 346 346 @mkdir -p $(@D) 347 347 @echo ">> Building $@" 348 ifeq ($(ARCH),aix5)349 @$(MAKESHARED) $(OutPutOpt) $@ $(DELPHES_LIBS) -p 0 $^350 else351 348 ifeq ($(PLATFORM),macosx) 352 # We need to make both the .dylib and the .so353 349 @$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 354 ifneq ($(subst $(MACOSX_MINOR),,1234),1234)355 ifeq ($(MACOSX_MINOR),4)356 @ln -sf $@ $(subst .$(DllSuf),.so,$@)357 endif358 endif359 350 else 360 351 ifeq ($(PLATFORM),win32) … … 365 356 else 366 357 @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 367 @$(MT_DLL)368 endif369 358 endif 370 359 endif … … 373 362 @mkdir -p $(@D) 374 363 @echo ">> Building $@" 375 ifeq ($(ARCH),aix5)376 @$(MAKESHARED) $(OutPutOpt) $@ $(DELPHES_LIBS) -p 0 $^377 else378 364 ifeq ($(PLATFORM),macosx) 379 # We need to make both the .dylib and the .so380 365 @$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 381 ifneq ($(subst $(MACOSX_MINOR),,1234),1234)382 ifeq ($(MACOSX_MINOR),4)383 @ln -sf $@ $(subst .$(DllSuf),.so,$@)384 endif385 endif386 366 else 387 367 ifeq ($(PLATFORM),win32) … … 392 372 else 393 373 @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DELPHES_LIBS) 394 @$(MT_DLL)395 endif396 374 endif 397 375 endif … … 400 378 @mkdir -p $(@D) 401 379 @echo ">> Building $@" 402 ifeq ($(ARCH),aix5)403 @$(MAKESHARED) $(OutPutOpt) $@ $(DISPLAY_LIBS) -p 0 $^404 else405 380 ifeq ($(PLATFORM),macosx) 406 # We need to make both the .dylib and the .so407 381 @$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@ $(DISPLAY_LIBS) 408 ifneq ($(subst $(MACOSX_MINOR),,1234),1234)409 ifeq ($(MACOSX_MINOR),4)410 @ln -sf $@ $(subst .$(DllSuf),.so,$@)411 endif412 endif413 382 else 414 383 ifeq ($(PLATFORM),win32) … … 419 388 else 420 389 @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(DISPLAY_LIBS) 421 @$(MT_DLL)422 endif423 390 endif 424 391 endif
Note:
See TracChangeset
for help on using the changeset viewer.