| Rev | Line | |
|---|
| [807] | 1 | # $Id: GNUmakefile,v 1.2 2005/09/19 19:40:26 capra Exp $
|
|---|
| 2 | # --------------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for exaple subpackage
|
|---|
| 4 | # R. Capra, 09 Sep 2005
|
|---|
| 5 | # --------------------------------------------------------------------
|
|---|
| 6 |
|
|---|
| 7 | name := Radmon
|
|---|
| 8 |
|
|---|
| 9 | ifndef G4INSTALL
|
|---|
| 10 | G4INSTALL = ../../../..
|
|---|
| 11 | endif
|
|---|
| 12 |
|
|---|
| 13 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 14 |
|
|---|
| 15 | CPPFLAGS += -I$(G4BASE)/global/management/include \
|
|---|
| 16 | -I$(G4BASE)/intercoms/include \
|
|---|
| 17 | -I$(G4BASE)/materials/include \
|
|---|
| 18 | -I$(G4BASE)/graphics_reps/include \
|
|---|
| 19 | -I../generalPurpose/include
|
|---|
| 20 |
|
|---|
| 21 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.