Changeset 1044
- Timestamp:
- 11/06/01 15:38:09 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.linux
r1032 r1044 16 16 F77 = f77 17 17 AR = ar -rc 18 18 19 # 19 20 # ----->>> settings for compilation 20 21 # 21 22 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 23 23 DEBUG = 24 24 ARCHDEF = -D__LINUX__ 25 26 # For debugging information use '-g' 27 # For producing gmon.out use '-pg' 25 28 26 29 MARS_LIB = -Llib $(SUBDIRS:%=-l%) -
trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
r1032 r1044 24 24 ARCHDEF = -D__LINUX__ 25 25 26 # For debugging information use '-g' 27 # For producing gmon.out use '-pg' 28 26 29 MARS_LIB = -Llib $(SUBDIRS:%=-l%) 27 30 INCLUDES = -I. $(SUBDIRS:%=-I%)
Note:
See TracChangeset
for help on using the changeset viewer.