Changeset 1018 for trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
- Timestamp:
- 10/31/01 13:47:45 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
r927 r1018 12 12 # compilers 13 13 14 CC 15 CXX 16 F77 17 AR 14 CC = gcc 15 CXX = g++ 16 F77 = f77 17 AR = ar -rc 18 18 # 19 19 # ----->>> settings for compilation … … 22 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 23 23 DEBUG = -g 24 ARCHDEF = -D__LINUX__ 24 25 25 MARS_LIB 26 INCLUDES 26 MARS_LIB = -Llib $(SUBDIRS:%=-l%) 27 INCLUDES = -I. $(SUBDIRS:%=-I%) 27 28 28 29 # uncomment this for quiet compilation
Note:
See TracChangeset
for help on using the changeset viewer.