Page MenuHomeHEPForge

Makefile.in
No OneTemporary

Makefile.in

# -*- Makefile -*-
# This Makefile template gets processed by the 'configure' script using
# @contrib_commandline@
# If you edit it, you do so at your own risk
# (for developers, make sure any edits fit with the rest of the build system)
# installation setup
SUBDIRS=@CONTRIB_BUILD_LIST@
SUBDIRS.all=$(SUBDIRS:=.all)
SUBMAKE=$(MAKE) FASTJETCONFIG=@FJCONFIG@ PREFIX=@PREFIX@
.PHONY: $(SUBDIRS) $(SUBDIRS.all) clean distclean check install examples
all: $(SUBDIRS.all)
install: all $(SUBDIRS)
examples check clean distclean: $(SUBDIRS)
$(SUBDIRS):
+$(SUBMAKE) -C $@ $(MAKECMDGOALS)
$(SUBDIRS.all):
+$(SUBMAKE) -C $(basename $@)

File Metadata

Mime Type
text/x-makefile
Expires
Thu, Apr 3, 8:01 PM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4710610
Default Alt Text
Makefile.in (639 B)

Event Timeline