Page MenuHomeHEPForge

Makefile.in
No OneTemporary

Makefile.in

# -*- Makefile -*-
# This Makefile template gets processed by the 'configure' script using
# @contrib_commandline@
# If you edit the processed version, any changes will be lost after the next configure
# (for developers, make sure any edits fit with the rest of the build system)
# installation setup
SUBDIRS=@CONTRIB_BUILD_LIST@
SUBDIRS.all=$(SUBDIRS:=.all)
# get any variables defined in the contrib-wide include
-include .Makefile.inc
SUBMAKE=$(MAKE)
.PHONY: $(SUBDIRS) $(SUBDIRS.all) clean distclean check install examples
all: $(SUBDIRS.all)
install: all $(SUBDIRS)
examples check clean distclean: $(SUBDIRS)
# distclean removes the Makefile, but leaves in config.log
distclean:
rm -f Makefile
rm -f .Makefile.inc
$(SUBDIRS):
+$(SUBMAKE) -C $@ $(MAKECMDGOALS)
$(SUBDIRS.all):
+$(SUBMAKE) -C $(basename $@)

File Metadata

Mime Type
text/x-makefile
Expires
Sat, Dec 21, 3:24 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3826953
Default Alt Text
Makefile.in (829 B)

Event Timeline