| Rev | Line | |
|---|
| [1350] | 1 | # $Id: GNUmakefile,v 1.7 2001/11/27 14:54:11 elena Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := XrayFluo
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../../
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | .PHONY: all
|
|---|
| 15 | all: lib bin
|
|---|
| 16 |
|
|---|
| 17 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | CPPFLAGS += -I$(LHCXX_REL_DIR)/include
|
|---|
| 21 | LDFLAGS += -L$(LHCXX_REL_DIR)/lib
|
|---|
| 22 | #LOADLIBS += -L$(LHCXX_REL_DIR)/lib
|
|---|
| 23 | # general stuff:
|
|---|
| 24 | LOADLIBS += -lHepUtilities -lAIDA_Annotation
|
|---|
| 25 | # add for Histograms:
|
|---|
| 26 | LOADLIBS += -lAIDA_HBook
|
|---|
| 27 | # add for Ntuples:
|
|---|
| 28 | LOADLIBS += -lAIDA_Ntuple -lNtupleTag -lNtupleTag_HBook
|
|---|
| 29 | # ... and finally system stuff and to deal with the "Fortran legacy":
|
|---|
| 30 | LOADLIBS += -lCHBook -ldl -lg2c
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 34 |
|
|---|
| 35 | visclean:
|
|---|
| 36 | rm -f g4*.prim g4*.eps g4*.wrl
|
|---|
| 37 | rm -f .DAWN_*
|
|---|
| 38 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.