| Rev | Line | |
|---|
| [807] | 1 | # $Id: GNUmakefile,v 1.4 2006/05/30 07:22:42 mkossov Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := PhotIn
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 15 |
|
|---|
| 16 | # New Lists definition is necessary only for comparison with the new lists
|
|---|
| 17 | ###include hadronic_lists.gmk
|
|---|
| 18 | # New Lists definition is necessary only while it is out of the G4 kernel
|
|---|
| 19 | ###include new_phys_lists.gmk
|
|---|
| 20 |
|
|---|
| 21 | #G4ANALYSIS_USE:= 1
|
|---|
| 22 |
|
|---|
| 23 | .PHONY: all
|
|---|
| 24 |
|
|---|
| 25 | all: lib bin
|
|---|
| 26 |
|
|---|
| 27 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 28 |
|
|---|
| 29 | ##ifdef G4ANALYSIS_USE
|
|---|
| 30 | ## CPPFLAGS += `aida-config --include`
|
|---|
| 31 | ## LDFLAGS += `aida-config --lib`
|
|---|
| 32 | ## LOADLIBS += `aida-config --lib`
|
|---|
| 33 | ##endif
|
|---|
| 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.