]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/Makefile
Version number is now a variable
[u/mrichter/AliRoot.git] / TGeant3 / Makefile
index 5c2a3086f7a3357e385a1f8ed2e7dadbc90af2de..a7d92ace77958a9210c5800bf8ced38ee30fc5ef 100644 (file)
@@ -9,7 +9,7 @@ PACKAGE = TGeant3
 
 # FORTRAN sources
 
-FSRCS       = GeantPatch.F  galicef.F
+FSRCS       = galicef.F
 
 # C++ sources
 
@@ -83,7 +83,7 @@ SLIBRARY      = $(ALICE_ROOT)/lib/libTGeant3.$(SL) \
                  $(ALICE_ROOT)/lib/libTGeant3Dummy.$(SL) 
 ALIBRARY       = $(ALICE_ROOT)/lib/libTGeant3.a
 
-default:       $(SLIBRARY) headers
+default:       headers $(SLIBRARY)
 
 $(ALICE_ROOT)/lib/libTGeant3.$(SL):            $(GOBJS)
 
@@ -111,4 +111,4 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
-include Make-depend 
+-include Make-depend