Changeset 543 for trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
- Timestamp:
- 01/17/01 15:48:50 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
r454 r543 10 10 # @code 11 11 12 #13 # ----->>> includes14 #15 16 INCLUDE_ROOT = ${ROOTSYS}/include17 INCLUDE_CPLUS = /usr/include/g++18 INCLUDE_MBASE = ./mbase19 20 21 12 # compilers 22 13 23 CC = g ++14 CC = gcc 24 15 CXX = g++ 25 16 F77 = f77 … … 34 25 # uncomment this for quiet compilation 35 26 36 .SILENT:27 #.SILENT: 37 28 38 29 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.