summaryrefslogtreecommitdiff
path: root/graphite/graphite_make.patch
blob: c137c127b05e20f690c0855c5dbda7959e98528c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--- misc/build/graphite2-1.0.2/src/makefile.mk  Fri Mar  4 10:20:30 2011 +0700
+++ misc/build/graphite2-1.0.2/src/makefile.mk  Fri Mar  4 10:20:30 2011 +0700
@@ -1,1 +1,38 @@
-dummy
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+
+PRJ=..$/..$/..$/..$/..
+
+PRJNAME=libgraphite2_off
+TARGET=graphite2_off
+ENABLE_EXCEPTIONS=FALSE
+LIBTARGET=NO
+
+.INCLUDE : settings.mk
+
+CFLAGS+=-DDISABLE_TRACING -I../include -DGR2_STATIC
+.IF "$(debug)" == ""
+CFLAGS+=-O3 -DNDEBUG
+.ENDIF
+
+.IF "$(WORDS_BIGENDIAN)" == "yes"
+CFLAGS += -DWORDS_BIGENDIAN
+.ENDIF
+
+_NS := GR2
+
+GR2_MACHINE=call
+.IF "$(COM)"=="GCC"
+GR2_MACHINE=direct
+CFLAGSCXX+=-fpermissive
+.ENDIF
+
+.INCLUDE : files.mk
+
+SLOFILES= $(foreach,i,$(GR2_SOURCES:b) $(SLO)/$i.obj)
+
+LIB1ARCHIV=$(LB)$/lib$(TARGET).a
+LIB1TARGET=$(SLB)$/$(TARGET).lib
+LIB1OBJFILES=$(SLOFILES)
+OUT2INC=../include/graphite2
+
+.INCLUDE : target.mk
eb93350b2613b1fe6b98afa1243415c40577'>Extend loplugin:stringviewparam to starts/endsWith: idlcStephan Bergmann 2021-08-12make --with-idlc-cpp=cpp work for gcc cpp as a ucpp replacementCaolán McNamara 2021-07-23no need to allocate these static vars on demandNoel Grandin 2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin 2021-05-30loplugin:stringviewNoel Grandin 2021-05-14Improve loplugin:stringviewStephan Bergmann 2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin 2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-01-14-Wdeprecated-copy-dtorStephan Bergmann 2021-01-14loplugin:unsignedcompareStephan Bergmann 2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann 2020-12-13tdf#124176 Use #pragma once in idlchomeboy445 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer 2020-11-10new loplugin:reducevarscopeNoel Grandin 2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel 2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara 2020-09-21Fix typo in codeAndrea Gelmini 2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann 2020-08-17inline some use-once typedefsNoel Grandin 2020-08-14loplugin:simplifybool moreNoel Grandin 2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin 2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: idlcStephan Bergmann 2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin 2020-04-07loplugin:flatten in idlcNoel Grandin 2020-02-21Drop o3tl::optional wrapperStephan Bergmann