|
Last change
on this file since 883 was 476, checked in by garnier, 19 years ago |
r555@wl-72148: laurentgarnier | 2007-05-15 17:02:26 +0200
ajout de interfaces
|
|
File size:
569 bytes
|
| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.3 2005/01/26 08:50:58 gcosmo Exp $
|
|---|
| 2 | # -------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for interfaces/common library. John Allison, 6/7/98.
|
|---|
| 4 |
|
|---|
| 5 | name := G4UIcommon
|
|---|
| 6 |
|
|---|
| 7 | ifndef G4INSTALL
|
|---|
| 8 | G4INSTALL = ../../..
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| 11 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 12 | include $(G4INSTALL)/config/G4VIS_BUILD.gmk
|
|---|
| 13 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 14 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 15 |
|
|---|
| 16 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 17 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| 18 |
|
|---|
| 19 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.