diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:46:03 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:06:11 +0100 |
commit | 4327ec0deee4b5362354bd4bc0ec885a412cd071 (patch) | |
tree | 5ce6ce3b4b2408d57cba606f9e22559fcac2d46a /xmlsecurity/source | |
parent | e5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff) |
Clean up makefiles
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/makefile.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/makefile.mk b/xmlsecurity/source/xmlsec/nss/makefile.mk index 227b6de88477..de6a059573a2 100644 --- a/xmlsecurity/source/xmlsec/nss/makefile.mk +++ b/xmlsecurity/source/xmlsec/nss/makefile.mk @@ -91,21 +91,6 @@ INCPOST += \ $(MOZ_INC)$/profile \ -I$(MOZ_INC)$/string \ -I$(MOZ_INC)$/embed_base -#.IF "$(OS)" == "LINUX" -#CFLAGS += -fPIC -g -#CFLAGSCXX += \ -# -fno-rtti -Wall -Wconversion -Wpointer-arith \ -# -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth \ -# -Wno-long-long -pthread -#CDEFS += -DTRACING -#.ELIF "$(OS)" == "NETBSD" -#CFLAGS += -fPIC -#CFLAGSCXX += \ -# -fno-rtti -Wall -Wconversion -Wpointer-arith \ -# -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth \ -# -Wno-long-long -#CDEFS += -DTRACING -#.ENDIF .ENDIF CDEFS += -DXMLSEC_CRYPTO_NSS -DXMLSEC_NO_XSLT |