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