← Back to team overview

simhadteam team mailing list archive

[Branch ~simhadteam/simulationshadrontherapie/G4LPCbasedProject] Rev 10: Ajout de GNUmakefileOldStyle a la place de GNUmakefile.

 

------------------------------------------------------------
revno: 10
committer: Daniel Cussol <cussol@xxxxxxxx>
branch nick: G4LPCbasedProject
timestamp: Tue 2013-04-30 15:43:47 +0200
message:
  Ajout de GNUmakefileOldStyle a la place de GNUmakefile.
removed:
  GNUmakefile
added:
  GNUmakefileOldStyle


--
lp:simulationshadrontherapie/g4lpcbasedproject
https://code.launchpad.net/~simhadteam/simulationshadrontherapie/G4LPCbasedProject

Your team Simulateurs pour la Hadronthérapie is subscribed to branch lp:simulationshadrontherapie/g4lpcbasedproject.
To unsubscribe from this branch go to https://code.launchpad.net/~simhadteam/simulationshadrontherapie/G4LPCbasedProject/+edit-subscription
=== removed file 'GNUmakefile'
--- GNUmakefile	2009-10-21 15:40:26 +0000
+++ GNUmakefile	1970-01-01 00:00:00 +0000
@@ -1,27 +0,0 @@
-# $Id: GNUmakefile,v 1.2 2007/02/20 13:59:21 cussol Exp $
-# --------------------------------------------------------------
-# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
-# --------------------------------------------------------------
-
-name := G4LPCbasedProject
-G4TARGET := $(name)
-G4EXLIB := true
-
-ifndef G4INSTALL
-  G4INSTALL = ../../..
-endif
-
-.PHONY: all
-all: lib bin
-
-include $(G4INSTALL)/config/binmake.gmk
-
-ifneq (,$(findstring Darwin,$(G4SYSTEM)))
- LDFLAGS += -bind_at_load
-endif
-
-CPPFLAGS += -I$(shell root-config --incdir)
-CPPFLAGS += -I$(G4WORKDIR)/G4LPC/include
-#LDFLAGS += -pg
-LDFLAGS += $(shell root-config --libs) -lMinuit
-LDFLAGS += -L$(G4WORKDIR)/tmp/$(G4SYSTEM)/G4LPC -lG4LPC

=== added file 'GNUmakefileOldStyle'
--- GNUmakefileOldStyle	1970-01-01 00:00:00 +0000
+++ GNUmakefileOldStyle	2013-04-30 13:43:47 +0000
@@ -0,0 +1,27 @@
+# $Id: GNUmakefile,v 1.2 2007/02/20 13:59:21 cussol Exp $
+# --------------------------------------------------------------
+# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
+# --------------------------------------------------------------
+
+name := G4LPCbasedProject
+G4TARGET := $(name)
+G4EXLIB := true
+
+ifndef G4INSTALL
+  G4INSTALL = ../../..
+endif
+
+.PHONY: all
+all: lib bin
+
+include $(G4INSTALL)/config/binmake.gmk
+
+ifneq (,$(findstring Darwin,$(G4SYSTEM)))
+ LDFLAGS += -bind_at_load
+endif
+
+CPPFLAGS += -I$(shell root-config --incdir)
+CPPFLAGS += -I$(G4WORKDIR)/G4LPC/include
+#LDFLAGS += -pg
+LDFLAGS += $(shell root-config --libs) -lMinuit
+LDFLAGS += -L$(G4WORKDIR)/tmp/$(G4SYSTEM)/G4LPC -lG4LPC