|
||||
File indexing completed on 2025-01-18 09:16:53
0001 # $Id: GNUmakefile 70025 2013-05-22 08:43:05Z gcosmo $ 0002 # -------------------------------------------------------------- 0003 # GNUmakefile for examples module. 0004 # -------------------------------------------------------------- 0005 0006 name := phantom 0007 G4TARGET := $(name) 0008 G4EXLIB := true 0009 0010 ifndef G4INSTALL 0011 G4INSTALL = ../.. 0012 endif 0013 0014 .PHONY: all 0015 all: lib bin 0016 0017 ##CPPFLAGS += `aida-config --include` 0018 ##LDFLAGS += `aida-config --lib` 0019 ##LOADLIBS += `aida-config --lib` 0020 CPPFLAGS += -I${ROOTSYS}/include 0021 EXTRALIBS = $(shell root-config --glibs) 0022 0023 include $(G4INSTALL)/config/binmake.gmk 0024 0025 #visclean: 0026 # rm -f g4*.prim g4*.eps g4*.wrl 0027 # rm -f .DAWN_*
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |