|
Last change
on this file since 668 was 668, checked in by garnier, 18 years ago |
|
modif GNUMakfile pour Windows
|
|
File size:
892 bytes
|
| Rev | Line | |
|---|
| [476] | 1 | # $Id: GNUmakefile,v 1.6 2004/06/03 13:55:20 gcosmo Exp $
|
|---|
| 2 | # -----------------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for interfaces. John Allison, 5/7/98.
|
|---|
| 4 | # -----------------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | MAKEFLAGS= --no-print-directory
|
|---|
| 7 |
|
|---|
| 8 | name := G4interfaces
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | GLOBLIBS = libG4intercoms.lib libG4global.lib
|
|---|
| 15 |
|
|---|
| [648] | 16 | # Definition of macro for moc files (for Qt use only)
|
|---|
| [668] | 17 | MOC_MACRO = -DG4UI_BUILD_QT_SESSION
|
|---|
| [648] | 18 |
|
|---|
| [476] | 19 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 20 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 21 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 22 |
|
|---|
| 23 | # Libraries which can be used without external packages or libraries...
|
|---|
| 24 | ifdef G4UI_BUILD
|
|---|
| 25 | SUBDIRS := common
|
|---|
| 26 | SUBLIBS := G4UIcommon
|
|---|
| 27 | SUBDIRS += basic
|
|---|
| 28 | SUBLIBS += G4UIbasic
|
|---|
| 29 | SUBDIRS += GAG
|
|---|
| 30 | SUBLIBS += G4UIGAG
|
|---|
| 31 | endif
|
|---|
| 32 |
|
|---|
| 33 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.