|
Last change
on this file since 1354 was 1354, checked in by garnier, 15 years ago |
|
fix remove OGL problem on windows
|
|
File size:
820 bytes
|
| Rev | Line | |
|---|
| [1349] | 1 | # $Id: GNUmakefile,v 1.8 2010/12/23 14:09:53 lgarnier Exp $
|
|---|
| [476] | 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 |
|
|---|
| [648] | 11 | # Definition of macro for moc files (for Qt use only)
|
|---|
| [668] | 12 | MOC_MACRO = -DG4UI_BUILD_QT_SESSION
|
|---|
| [648] | 13 |
|
|---|
| [1118] | 14 | # For debug mode
|
|---|
| [1349] | 15 | # CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC
|
|---|
| [1118] | 16 |
|
|---|
| [476] | 17 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 18 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 19 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 20 |
|
|---|
| [1347] | 21 | # NO need OGL, then reset OGLGLAGS
|
|---|
| [1354] | 22 | OGLFLAGS =
|
|---|
| 23 | OGLLIBS =
|
|---|
| [1347] | 24 |
|
|---|
| [476] | 25 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 26 | CPPFLAGS += -I$(G4BASE)/interfaces/common/include
|
|---|
| 27 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| [492] | 28 |
|
|---|
| [786] | 29 | include $(G4INSTALL)/config/moc.gmk
|
|---|
| [593] | 30 | include $(G4INSTALL)/config/common.gmk
|
|---|
| [492] | 31 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.