| Line | |
|---|
| 1 | # --------------------------------------------------------------
|
|---|
| 2 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 3 | # --------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | name := CRCharging
|
|---|
| 6 | G4TARGET := $(name)
|
|---|
| 7 | G4EXLIB := true
|
|---|
| 8 |
|
|---|
| 9 | ifndef G4INSTALL
|
|---|
| 10 | G4INSTALL = ../../..
|
|---|
| 11 | endif
|
|---|
| 12 |
|
|---|
| 13 | .PHONY: all
|
|---|
| 14 | all: lib bin
|
|---|
| 15 |
|
|---|
| 16 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 17 |
|
|---|
| 18 | ifdef G4ANALYSIS_USE
|
|---|
| 19 | CPPFLAGS += `aida-config --include`
|
|---|
| 20 | LDFLAGS += `aida-config --lib`
|
|---|
| 21 | LOADLIBS += `aida-config --lib`
|
|---|
| 22 | endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.