| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.3 2007/11/30 14:28:50 lgarnier 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/interactivity.gmk
|
|---|
| 13 |
|
|---|
| 14 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 15 | CPPFLAGS += -I$(G4BASE)/interfaces/common/include
|
|---|
| 16 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| 17 |
|
|---|
| 18 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.