]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MEVSIM/Makefile
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MEVSIM / Makefile
diff --git a/MEVSIM/Makefile b/MEVSIM/Makefile
deleted file mode 100644 (file)
index 0d9b089..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-############################### MEVSIM Makefile ###############################
-
-# Include machine specific definitions
-
-include $(ALICE_ROOT)/conf/GeneralDef
-include $(ALICE_ROOT)/conf/MachineDef.$(ALICE_TARGET)
-
-PACKAGE = MEVSIM
-
-
-# C++ sources
-
-
-##### MACROS #####
-
-FSRCS  =  multiplicity_gen.F
-
-FOBJS  = $(patsubst %.F,tgt_$(ALICE_TARGET)/%.o,$(FSRCS))
-
-SRCS   = $(FSRCS) $(CSRCS)
-OBJS   = $(FOBJS)
-
-DSRCS  = dummymevsim.F
-DOBJS  = $(patsubst %.F,tgt_$(ALICE_TARGET)/%.o,$(DSRCS))
-
-# C++ compilation flags
-
-CXXFLAGS      = $(CXXOPTS) $(CLIBCXXOPTS) $(CLIBDEFS)
-
-# C compilation flags
-
-CFLAGS      = $(COPT) $(CLIBCOPT) $(CLIBDEFS)
-# FORTRAN compilation flags
-
-FFLAGS      = $(FOPT) $(CLIBFOPT) $(CLIBDEFS)
-
-##### TARGETS #####
-# Target
-
-SLIBRARY       = $(LIBDIR)/libmevsim.$(SL) $(LIBDIR)/libdummymevsim.$(SL)
-ALIBRARY       = $(LIBDIR)/libmevsim.a
-
-default:       $(SLIBRARY)
-
-$(LIBDIR)/libmevsim.$(SL):  $(OBJS)
-$(LIBDIR)/libdummymevsim.$(SL):  $(DOBJS)
-
-depend:                        $(CSRCS) $(DSRCS) $(SRCS)
-
-TOCLEAN                = $(OBJS) $(DOBJS) *Cint.cxx *Cint.h
-
-############################### General Macros ################################
-
-include $(ALICE_ROOT)/conf/GeneralMacros
-
-############################ Dependencies #####################################
-
--include tgt_$(ALICE_TARGET)/Make-depend 
-
-
-
-
-
-
-
-
-