~alifson/chiralityflow/trunk

« back to all changes in this revision

Viewing changes to Template/LO/Source/BIAS/dummy/makefile

  • Committer: andrew.lifson at lu
  • Date: 2021-09-01 15:34:39 UTC
  • Revision ID: andrew.lifson@thep.lu.se-20210901153439-7fasjhav4cp4m88r
testing a new repository of a madgraph folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
include ../../make_opts
 
3
 
 
4
all: dummy 
 
5
 
 
6
clean:
 
7
        $(RM) *.o $(BIASLIBDIR)$(BIASLIBRARY)
 
8
 
 
9
#
 
10
# Compilation of the module dummy
 
11
#
 
12
 
 
13
dummy: dummy.o
 
14
        $(call CREATELIB, $(BIASLIBDIR)$(BIASLIBRARY), $^)
 
15
 
 
16
#
 
17
# List of the requirements for this module.
 
18
# 'VALID' is the keyword that *must* be returned if everything is in order.
 
19
#
 
20
requirements:   
 
21
        @echo "VALID"