| Rev | Line | |
|---|
| [1350] | 1 | # $Id: GNUmakefile,v 1.5 2010/01/06 14:08:20 lgarnier 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 | # For debug mode
|
|---|
| 12 | # CPPFLAGS += -DG4DEBUG_INTERFACES_COMMON
|
|---|
| 13 |
|
|---|
| 14 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 15 | #include $(G4INSTALL)/config/G4VIS_BUILD.gmk
|
|---|
| 16 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 17 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 18 |
|
|---|
| 19 | # NO need OGL, then reset OGLGLAGS
|
|---|
| 20 | OGLFLAGS = ""
|
|---|
| 21 | OGLLIBS = ""
|
|---|
| 22 |
|
|---|
| 23 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 24 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| 25 | CPPFLAGS += -I$(G4BASE)/interfaces/basic/include
|
|---|
| 26 |
|
|---|
| 27 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.