mirror of
https://github.com/Wind4/vlmcsd.git
synced 2026-05-26 12:21:23 +02:00
Compare commits
7 Commits
svn1113
...
090c04f5de
| Author | SHA1 | Date | |
|---|---|---|---|
| 090c04f5de | |||
| 70e03572b2 | |||
| 65228e5c79 | |||
| db75edf481 | |||
| cfc3e40505 | |||
| 5b08c8f2a3 | |||
| 7695c01d98 |
+1
-1
Submodule debian updated: 971ade7b0e...96200e41ef
+6
-2
@@ -70,7 +70,7 @@ VERBOSE ?= NO
|
||||
################################################################################
|
||||
|
||||
CC ?= gcc
|
||||
TARGETPLATFORM := $(shell LANG=en_US.UTF-8 $(CC) -v 2>&1 | grep '^Target: ' | cut -f 2 -d ' ')
|
||||
TARGETPLATFORM := $(shell LANG=en_US.UTF-8 LANGUAGE=en_US $(CC) -v 2>&1 | grep '^Target: ' | cut -f 2 -d ' ')
|
||||
|
||||
ifneq (,$(findstring darwin,$(TARGETPLATFORM)))
|
||||
DARWIN := 1
|
||||
@@ -158,7 +158,7 @@ else
|
||||
DLL_NAME ?= ../lib/libkms.so
|
||||
endif
|
||||
|
||||
BASECFLAGS = -DVLMCSD_COMPILER=\"$(notdir $(CC))\" -DVLMCSD_PLATFORM=\"$(TARGETPLATFORM)\" -DCONFIG=\"$(CONFIG)\" -DBUILD_TIME=$(shell date '+%s') -g -Os -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections
|
||||
BASECFLAGS = -DVLMCSD_COMPILER=\"$(notdir $(CC))\" -DVLMCSD_PLATFORM=\"$(TARGETPLATFORM)\" -DCONFIG=\"$(CONFIG)\" -DBUILD_TIME=$(shell date '+%s') -MD -g -Os -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections
|
||||
BASELDFLAGS =
|
||||
STRIPFLAGS =
|
||||
CLIENTLDFLAGS =
|
||||
@@ -651,3 +651,7 @@ dnsclean:
|
||||
|
||||
help:
|
||||
@echo "Help is available by typing 'make help' in directory $(shell realpath `pwd`/..). Use 'cd ..' to get there."
|
||||
|
||||
OBJS=../build/*.o
|
||||
# Pull-in dependencies generated by -MD
|
||||
-include $(OBJS:.o=.d)
|
||||
|
||||
Reference in New Issue
Block a user