| Rev | Line | |
|---|
| [1230] | 1 | # $Id: GNUmakefile,v 1.5 2008/12/02 21:42:48 flei Exp $
|
|---|
| [807] | 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for tests module. Gabriele Cosmo, 27/06/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := exGPS
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | .PHONY: all
|
|---|
| 15 | all: lib bin
|
|---|
| 16 |
|
|---|
| 17 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 18 |
|
|---|
| 19 | #G4VIS_BUILD_OPENGLX_DRIVER = 0
|
|---|
| 20 | #G4VIS_USE_OPENGLX = 0
|
|---|
| 21 | #LDFLAGS += -static
|
|---|
| 22 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.