|
Last change
on this file since 668 was 668, checked in by garnier, 18 years ago |
|
modif GNUMakfile pour Windows
|
|
File size:
664 bytes
|
| Rev | Line | |
|---|
| [609] | 1 | # $Id: GNUmakefile,v 1.4 2007/10/29 18:49:45 asaim 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 |
|
|---|
| [476] | 14 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 15 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 16 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 17 |
|
|---|
| 18 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 19 | CPPFLAGS += -I$(G4BASE)/interfaces/common/include
|
|---|
| 20 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| [492] | 21 |
|
|---|
| [593] | 22 | include $(G4INSTALL)/config/common.gmk
|
|---|
| [492] | 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.