|
Last change
on this file since 2310 was 1157, checked in by blanch, 24 years ago |
|
Configuration file for Makefiles in the Format directories.
It has been added to compile with the same Makefile either for MARS or
for MC the shared files.
|
-
Property svn:executable
set to
*
|
|
File size:
774 bytes
|
| Line | |
|---|
| 1 | ##################################################################
|
|---|
| 2 | #
|
|---|
| 3 | # config.mk
|
|---|
| 4 | #
|
|---|
| 5 | # @file config.mk
|
|---|
| 6 | #
|
|---|
| 7 | ##################################################################
|
|---|
| 8 | # @maintitle
|
|---|
| 9 |
|
|---|
| 10 | # @code
|
|---|
| 11 |
|
|---|
| 12 | # compilers
|
|---|
| 13 |
|
|---|
| 14 | CC = gcc
|
|---|
| 15 | CXX = g++
|
|---|
| 16 | F77 = f77
|
|---|
| 17 | AR = ar -rc
|
|---|
| 18 |
|
|---|
| 19 | #
|
|---|
| 20 | # ----->>> settings for compilation
|
|---|
| 21 | #
|
|---|
| 22 | OPTIM = -O3 -Wall -fno-rtti -fnonnull-objects -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual
|
|---|
| 23 | DEBUG =
|
|---|
| 24 | ARCHDEF = -D__LINUX__
|
|---|
| 25 |
|
|---|
| 26 | # For debugging information use '-g'
|
|---|
| 27 | # For producing gmon.out use '-pg'
|
|---|
| 28 |
|
|---|
| 29 | MARS_LIB = -Llib $(SUBDIRS:%=-l%)
|
|---|
| 30 | INCLUDES = -I. $(SUBDIRS:%=-I%)
|
|---|
| 31 |
|
|---|
| 32 | # uncomment this for quiet compilation
|
|---|
| 33 |
|
|---|
| 34 | .SILENT:
|
|---|
| 35 |
|
|---|
| 36 | # @endcode
|
|---|
| 37 | ##EOF
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.