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 | |
parent | e5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff) |
Clean up makefiles
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/makefile.mk | 15 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/makefile.mk | 16 |
2 files changed, 0 insertions, 31 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 diff --git a/xmlsecurity/tools/standalone/mscsfit/makefile.mk b/xmlsecurity/tools/standalone/mscsfit/makefile.mk index 1ab4575b5226..ce8be66850cf 100644 --- a/xmlsecurity/tools/standalone/mscsfit/makefile.mk +++ b/xmlsecurity/tools/standalone/mscsfit/makefile.mk @@ -31,7 +31,6 @@ PRJNAME=xmlsecurity TARGET=xmlsecurity-mscxsfit ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE -#TARGETTYPE=CUI LIBTARGET=NO @@ -109,21 +108,6 @@ APP4STDLIBS+= -lstdc++ APP4STDLIBS+= \ $(SHARE_LIBS) -## -## The 4th application -## -#APP5TARGET= decrypter -#APP5OBJS= \ -# $(SHARE_OBJS) \ -# $(OBJ)$/decrypter.obj -# -#.IF "$(OS)" == "LINUX" -#APP5STDLIBS+= -lstdc++ -#.ENDIF -# -#APP5STDLIBS+= \ -# $(SHARE_LIBS) - # # The 5th application # |