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/mmprog.inc

    r87 r130  
    11# MM-prog specific makefile include
    22
    3 CC              =        gcc
    4 CPPFLAGS        =        -O -Wno-pointer-sign -Wall -Zomf -Zmt -s
     3CC              =        icc
     4#CPPFLAGS       =        -O -Wno-pointer-sign -Wall -Zomf -Zmt -s
    55#CPPFLAGS       = -O -Zomf -Zcrtdll -Zmtd -s
     6CPPFLAGS        =  -Ge+ /Gm+ -G5 /Ss -Gl /O+ -Oc+ -Ol- /Q+
    67
    78INC             = ../include -I ../../../classes/inc -I $(COMMONSRC)/include
     
    1617
    1718$(LIBDIR)/%.obj:        $(COMMONSRC)/%.c
    18         $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
    19 
     19#       $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
     20        $(CC) $(CPPFLAGS) /C+ -I$(INC) /Fo$@ $<
    2021%.obj:  %.c
    21         $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
     22#       $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
     23        $(CC) $(CPPFLAGS) /C -I$(INC) /Fo$@ $<
    2224
    2325
Note: See TracChangeset for help on using the changeset viewer.