Changeset 130 for branches/v2.9_Lars/classes/mm-progs/makefile
- Timestamp:
- Nov 9, 2023, 5:42:55 PM (21 months ago)
- Location:
- branches/v2.9_Lars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9_Lars
- Property svn:mergeinfo changed
/trunk merged: 107-113,126-129
- Property svn:mergeinfo changed
-
branches/v2.9_Lars/classes/mm-progs/makefile
r74 r130 6 6 .PHONY: clean cleaner 7 7 8 CC = gcc9 CPPFLAGS = -O -Wno-pointer-sign -Wall -Zomf -Zcrtdll -s8 CC = icc 9 CPPFLAGS = /Ge+ /Gm+ /G5 /Ss /Gl /O+ /Oc+ /Ol- /Q+ /Ti /Sp4 /B"/pmtype:pm /ma /de" 10 10 INC = ./include -I ../../classes/inc -I ../../common_functions/include 11 11 DEFS = … … 20 20 21 21 $(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 24 25 all: $(LIBOBJS) 25 26 cd ./master_volume && make
Note:
See TracChangeset
for help on using the changeset viewer.