makefile.mk (e042adb5) | makefile.mk (bcc22a4c) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 78 unchanged lines hidden (view full) --- 87### TODO: use "guw.exe" instead? 88ALLCFLAGS= $(CFLAGSWITHPATH) $(CFLAGSCXX) $(CFLAGSEXCEPTIONS) $(CDEFS) 89JUSTASLASH= / 90CFLAGS2MSC= $(ALLCFLAGS:s/-Z/$(JUSTASLASH)Z/) 91CFLAGS4MSC= $(CFLAGS2MSC:s/ -/ $(JUSTASLASH)/) 92BUILD_FLAGS+= "CFLAGS4MSC=$(CFLAGS4MSC)" /F makefile.vc$(VCNUM) lib_dll 93.ENDIF 94 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 78 unchanged lines hidden (view full) --- 87### TODO: use "guw.exe" instead? 88ALLCFLAGS= $(CFLAGSWITHPATH) $(CFLAGSCXX) $(CFLAGSEXCEPTIONS) $(CDEFS) 89JUSTASLASH= / 90CFLAGS2MSC= $(ALLCFLAGS:s/-Z/$(JUSTASLASH)Z/) 91CFLAGS4MSC= $(CFLAGS2MSC:s/ -/ $(JUSTASLASH)/) 92BUILD_FLAGS+= "CFLAGS4MSC=$(CFLAGS4MSC)" /F makefile.vc$(VCNUM) lib_dll 93.ENDIF 94 |
95.IF "$(COM)"=="GCC" || "$(OS)"=="FREEBSD" | 95.IF "$(COM)"=="GCC" || "$(COM)"=="CLANG" |
96 97# Does linux want --disable-shared? 98.IF "x$(debug)"!="x" 99GR_CONFIGURE_FLAGS= --enable-debug=yes --disable-final --enable-static --disable-shared 100.ELSE 101GR_CONFIGURE_FLAGS= --enable-final=yes --enable-static --disable-shared 102.ENDIF 103EXTRA_GR_CXX_FLAGS=-fPIC --- 28 unchanged lines hidden (view full) --- 132OUT2LIB=engine$/debug$/*.lib 133.ELSE 134OUT2LIB=engine$/release$/*.lib 135.ENDIF 136.ELSE 137OUT2LIB=engine$/src$/.libs$/libgraphite*.a 138.ENDIF 139 | 96 97# Does linux want --disable-shared? 98.IF "x$(debug)"!="x" 99GR_CONFIGURE_FLAGS= --enable-debug=yes --disable-final --enable-static --disable-shared 100.ELSE 101GR_CONFIGURE_FLAGS= --enable-final=yes --enable-static --disable-shared 102.ENDIF 103EXTRA_GR_CXX_FLAGS=-fPIC --- 28 unchanged lines hidden (view full) --- 132OUT2LIB=engine$/debug$/*.lib 133.ELSE 134OUT2LIB=engine$/release$/*.lib 135.ENDIF 136.ELSE 137OUT2LIB=engine$/src$/.libs$/libgraphite*.a 138.ENDIF 139 |
140.IF "$(COM)"=="GCC" || "$(OS)"=="FREEBSD" | 140.IF "$(COM)"=="GCC" || "$(COM)"=="CLANG" |
141BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS) 142.ENDIF 143 144.IF "$(OS)"=="MACOSX" 145OUT2LIB+=src$/.libs$/libgraphite.*.dylib 146.ELSE 147.IF "$(OS)"=="WNT" && "$(COM)"!="GCC" 148#OUT2LIB+=engine$/src$/.libs$/libgraphite*.dll --- 30 unchanged lines hidden --- | 141BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS) 142.ENDIF 143 144.IF "$(OS)"=="MACOSX" 145OUT2LIB+=src$/.libs$/libgraphite.*.dylib 146.ELSE 147.IF "$(OS)"=="WNT" && "$(COM)"!="GCC" 148#OUT2LIB+=engine$/src$/.libs$/libgraphite*.dll --- 30 unchanged lines hidden --- |