• Main Page
  • Classes
  • Files
  • File List
  • File Members

GNUmakefile

Go to the documentation of this file.
00001 
00002 name := uab_actions_root
00003 G4TARGET := $(name)
00004 G4EXLIB := true
00005 
00006 ifndef G4INSTALL
00007   G4INSTALL = ../../..
00008 endif
00009 
00010 .PHONY: all
00011 all: lib bin
00012 
00013 include $(G4INSTALL)/config/architecture.gmk
00014 
00015 ############
00016 # ROOT
00017 ############
00018 
00019 G4NOHIST := true 
00020 CPPFLAGS += $(shell root-config --cflags)
00021 LDFLAGS  += $(shell root-config --libs)
00022 
00023 ############
00024 
00025 include $(G4INSTALL)/config/binmake.gmk