|
Last change
on this file since 632 was 476, checked in by garnier, 19 years ago |
r555@wl-72148: laurentgarnier | 2007-05-15 17:02:26 +0200
ajout de interfaces
|
|
File size:
801 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 |
|
|---|
| 16 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 17 | include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
|---|
| 18 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 19 |
|
|---|
| 20 | # Libraries which can be used without external packages or libraries...
|
|---|
| 21 | ifdef G4UI_BUILD
|
|---|
| 22 | SUBDIRS := common
|
|---|
| 23 | SUBLIBS := G4UIcommon
|
|---|
| 24 | SUBDIRS += basic
|
|---|
| 25 | SUBLIBS += G4UIbasic
|
|---|
| 26 | SUBDIRS += GAG
|
|---|
| 27 | SUBLIBS += G4UIGAG
|
|---|
| 28 | endif
|
|---|
| 29 |
|
|---|
| 30 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.