Commit Graph

7 Commits

Author SHA1 Message Date
Lucas Cimon 1414a2690b Definining __STDC_FORMAT_MACROS to support old gcc versions + explicitly raising an error when Brotli submodule is not initialized - cf. issue #19 2015-12-31 09:20:31 +01:00
Khaled Hosny 17ed658d0a Don’t print to stderr unless a standalone binary
We will use woff2 code from OTS and it is undesirable for a library to
print messages to stderr.
2015-08-28 01:30:03 +02:00
Dmitry Shachnev 5b99d15ab3 Makefile fixes and cleanups
- Distinguish between CC/CFLAGS, CPP/CPPFLAGS and CXX/CXXFLAGS.
  Do not store compiler flags in CPPFLAGS, which is for preprocessor.
- Use COMMON_FLAGS for flags that are for both C and C++.
- Use $(MAKE) instead of make, so that parallel building works.
- Drop -m64 flag which is wrong on 32-bit systems.
2015-03-13 18:06:37 +03:00
Rod Sheeter 6e9eeaf43c add new objects 2015-02-24 14:04:43 -08:00
Khaled Hosny 4b8c71e0d5 Rename CPP to CXX
CPP is the C pre processor.
2014-11-22 16:48:32 +02:00
Khaled Hosny a262e006d1 Fold shared.mk into Makefile
There is only one Makefile in this repository.
2014-11-22 16:48:31 +02:00
Khaled Hosny 3e1f5ca955 Move the Makefile to the top directory 2014-11-22 16:48:21 +02:00