Changeset 1d1f6a4 in git for examples/ExternalFastJet/Makefile
- Timestamp:
- Dec 21, 2014, 11:44:34 AM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 6cdc544
- Parents:
- 406b698
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/ExternalFastJet/Makefile
r406b698 r1d1f6a4 21 21 LDFLAGS += $(shell $(FASTJET_DIR)/bin/fastjet-config --libs) 22 22 LDFLAGS += $(shell $(ROOT_DIR)/bin/root-config --libs) -lEG 23 LDFLAGS += -Wl,-rpath =$(DELPHES_DIR) -L$(DELPHES_DIR) -lDelphesNoFastJet23 LDFLAGS += -Wl,-rpath,$(DELPHES_DIR) -L$(DELPHES_DIR) -lDelphesNoFastJet 24 24 25 25 all: ExternalFastJetBasic ExternalFastJetHepMC
Note:
See TracChangeset
for help on using the changeset viewer.