| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.7 2009/10/19 07:37:48 lgarnier 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 | # Definition of macro for moc files (for Qt use only)
|
|---|
| 12 | MOC_MACRO = -DG4UI_BUILD_QT_SESSION
|
|---|
| 13 |
|
|---|
| 14 | # For debug mode
|
|---|
| 15 | CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC
|
|---|
| 16 |
|
|---|
| 17 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 18 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 19 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 20 |
|
|---|
| 21 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 22 | CPPFLAGS += -I$(G4BASE)/interfaces/common/include
|
|---|
| 23 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| 24 |
|
|---|
| 25 | include $(G4INSTALL)/config/moc.gmk
|
|---|
| 26 | include $(G4INSTALL)/config/common.gmk
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.