|
Last change
on this file since 610 was 610, checked in by garnier, 18 years ago |
r661@mac-90108: laurentgarnier | 2007-11-22 18:10:43 +0100
en debug
|
|
File size:
570 bytes
|
| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.2 2005/01/26 08:50:58 gcosmo Exp $
|
|---|
| 2 | # -------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for interfaces/GAG library. John Allison, 6/7/98.
|
|---|
| 4 |
|
|---|
| 5 | name := G4UIGAG
|
|---|
| 6 |
|
|---|
| 7 | ifndef G4INSTALL
|
|---|
| 8 | G4INSTALL = ../../..
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| 11 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 12 | #include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 13 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 14 |
|
|---|
| 15 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 16 | CPPFLAGS += -I$(G4BASE)/interfaces/common/include
|
|---|
| 17 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| 18 |
|
|---|
| 19 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.