Ignore:
Timestamp:
Nov 9, 2023, 5:42:55 PM (21 months ago)
Author:
erdmann
Message:

merge from trunk CS 129

Location:
branches/v2.9_Lars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars

  • branches/v2.9_Lars/classes/mm-progs/makefile

    r74 r130  
    66.PHONY:         clean cleaner
    77
    8 CC           = gcc
    9 CPPFLAGS     = -O -Wno-pointer-sign -Wall -Zomf -Zcrtdll -s
     8CC           = icc
     9CPPFLAGS     = /Ge+ /Gm+ /G5 /Ss /Gl /O+ /Oc+ /Ol- /Q+ /Ti /Sp4 /B"/pmtype:pm /ma /de"
    1010INC             =       ./include -I ../../classes/inc -I ../../common_functions/include
    1111DEFS         =
     
    2020
    2121$(LIBDIR)/%.obj:        $(COMMONSRC)/%.c
    22         gcc -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<           
    23 
     22#       gcc -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<           
     23        $(CC) $(CPPFLAGS) /C+ -I$(INC) /Fo$@ $<
     24       
    2425all:    $(LIBOBJS)
    2526        cd ./master_volume && make
Note: See TracChangeset for help on using the changeset viewer.