| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.1 1999/01/08 16:32:04 gunter Exp $
|
|---|
| 2 | # ----------------------------------------------------------------
|
|---|
| 3 | # Makes test program in environment variable G4TARGET.
|
|---|
| 4 | # ----------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | ifndef G4TARGET
|
|---|
| 7 | G4TARGET := $(TESTTARGET)
|
|---|
| 8 | endif
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 15 |
|
|---|
| 16 | # Override some variables for binmake.gmk.
|
|---|
| 17 | #
|
|---|
| 18 | # INCFLAGS :=
|
|---|
| 19 | # LDLIBS :=
|
|---|
| 20 |
|
|---|
| 21 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.