|
Last change
on this file since 628 was 609, checked in by garnier, 18 years ago |
r659@mac-90108: laurentgarnier | 2007-11-16 12:02:01 +0100
mise a jour de Geant4 au head ET qq mise a jour pour Qt de mon cote
|
|
File size:
573 bytes
|
| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.4 2007/10/29 18:49:45 asaim Exp $
|
|---|
| 2 | # -------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for interfaces/basic library. John Allison, 6/7/98.
|
|---|
| 4 |
|
|---|
| 5 | name := G4UIbasic
|
|---|
| 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
|
|---|
| 20 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.