|
Last change
on this file since 518 was 494, checked in by garnier, 18 years ago |
r587@mac-90108: laurentgarnier | 2007-06-07 17:22:03 +0200
on avance
|
|
File size:
743 bytes
|
| Rev | Line | |
|---|
| [476] | 1 | # $Id: GNUmakefile,v 1.2 2005/01/26 08:50:58 gcosmo Exp $
|
|---|
| 2 | # -------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for interfaces/basic library. John Allison, 6/7/98.
|
|---|
| 4 |
|
|---|
| [494] | 5 | #ifdef G4UI_USE_QT
|
|---|
| [493] | 6 | # This is not good solution, we have to 'make' twice, but it works...
|
|---|
| [494] | 7 | #moc :
|
|---|
| 8 | # @$(MOC) -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc
|
|---|
| 9 | #endif
|
|---|
| [493] | 10 |
|
|---|
| [476] | 11 | name := G4UIbasic
|
|---|
| 12 |
|
|---|
| 13 | ifndef G4INSTALL
|
|---|
| 14 | G4INSTALL = ../../..
|
|---|
| 15 | endif
|
|---|
| 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
|
|---|
| [492] | 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| [476] | 27 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.