Changeset 856 for trunk/MagicSoft/Mars
- Timestamp:
- 07/06/01 14:18:10 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r714 r856 42 42 mmontecarlo \ 43 43 mhist \ 44 mfilter \ 44 45 mbase \ 45 46 mraw \ … … 103 104 @cd mhist; make mrproper; cd .. 104 105 @echo "cd .." 106 @echo "cd mfilter" 107 @cd mfilter; make mrproper; cd .. 108 @echo "cd .." 105 109 @echo "cd mgui" 106 110 @cd mgui; make mrproper; cd .. -
trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
r546 r856 20 20 # 21 21 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 23 DEBUG = -g 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual 23 DEBUG = -g 24 24 25 25 MARS_LIB = -Llib $(SUBDIRS:%=-l%) -
trunk/MagicSoft/Mars/Makefile.conf.osf1
r546 r856 24 24 25 25 OPTIM = -O2 -ieee -arch host 26 DEBUG = -g 26 DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi 27 27 28 28 MARS_LIB = -Llib $(SUBDIRS/*/-l&)
Note:
See TracChangeset
for help on using the changeset viewer.