|
Last change
on this file was 1316, checked in by garnier, 15 years ago |
|
update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08
|
|
File size:
351 bytes
|
| Line | |
|---|
| 1 | name := compile
|
|---|
| 2 | G4TARGET := $(name)
|
|---|
| 3 | ##G4EXLIB := true
|
|---|
| 4 |
|
|---|
| 5 | ifndef G4INSTALL
|
|---|
| 6 | G4INSTALL = ../..
|
|---|
| 7 | endif
|
|---|
| 8 |
|
|---|
| 9 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 10 |
|
|---|
| 11 | .PHONY: all
|
|---|
| 12 |
|
|---|
| 13 | #all: lib bin
|
|---|
| 14 |
|
|---|
| 15 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 16 |
|
|---|
| 17 | ifdef G4ANALYSIS_USE
|
|---|
| 18 | CPPFLAGS += `aida-config --include`
|
|---|
| 19 | LDFLAGS += `aida-config --lib`
|
|---|
| 20 | LOADLIBS += `aida-config --lib`
|
|---|
| 21 | endif
|
|---|
| 22 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.