X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=BSDmakefile;h=249a2bc960d248f13b649f88cf120e4aea6b0cd4;hb=ac2ed2ab0ce7da11fe1735b321f9252783f7e6ef;hp=1f8bad720d96d952cee345f785d7276cb728eabb;hpb=5fb951ab4555f21c9f449157cf0ef42bde065593;p=xonotic%2Fdarkplaces.git diff --git a/BSDmakefile b/BSDmakefile index 1f8bad72..249a2bc9 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -7,8 +7,6 @@ DP_MAKE_TARGET=bsd .endif DP_ARCH != uname -CFLAGS_MAKEDEP=-MD - # Command used to delete files CMD_RM=$(CMD_UNIXRM) @@ -68,6 +66,16 @@ LIB_SOUND=$(LIB_SND_BSD) .endif +##### Extra CFLAGS ##### + +CFLAGS_MAKEDEP=-MD +.ifdef DP_FS_BASEDIR +CFLAGS_FS=-DDP_FS_BASEDIR='\"$(DP_FS_BASEDIR)\"' +.else +CFLAGS_FS= +.endif + + ##### BSD Make specific definitions ##### MAKE:=$(MAKE) -f BSDmakefile