|
Last change
on this file since 492 was 492, checked in by garnier, 18 years ago |
r585@mac-90108: laurentgarnier | 2007-06-07 13:00:56 +0200
debut du moc dans la config
|
|
File size:
689 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 |
|
|---|
| 5 | name := G4UIbasic
|
|---|
| 6 |
|
|---|
| 7 | ifndef G4INSTALL
|
|---|
| 8 | G4INSTALL = ../../..
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| [492] | 11 | ifdef G4UI_USE_QT
|
|---|
| 12 | moc :
|
|---|
| 13 | @/usr/local/Qt/4.2.2/bin/moc -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc
|
|---|
| 14 | endif
|
|---|
| 15 |
|
|---|
| [476] | 16 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 17 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 18 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 19 |
|
|---|
| 20 | CPPFLAGS += -I$(G4BASE)/global/management/include
|
|---|
| 21 | CPPFLAGS += -I$(G4BASE)/interfaces/common/include
|
|---|
| 22 | CPPFLAGS += -I$(G4BASE)/intercoms/include
|
|---|
| [492] | 23 |
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| [476] | 26 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.