tests/Makefile.init
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 05 Apr 2016 10:00:57 +0100
changeset 77 cdf856e78998
parent 61 f25d922632f7
permissions -rw-r--r--
CairoGraphicsContext: Fixed paint setting Even though methods like #foreground: / #foreground:background: method are marked obsolete for quite some time, a lot of core widgets are still using them (!). Therefore CairoGraphicsContext must implement them to correctly update Cairo context. This fixes issues with EditField.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
#
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
# DO NOT EDIT
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
#
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
# make uses this file (Makefile) only, if there is no
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
#
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
# MACOSX caveat:
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
#   as filenames are not case sensitive (in a default setup),
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
#   we cannot use the above trick. Therefore, this file is now named
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
#   "Makefile.init", and you have to execute "make -f Makefile.init" to
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
#   get the initial makefile.  This is now also done by the toplevel CONFIG
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
#   script.
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
.PHONY: run
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
run: makefile
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
	$(MAKE) -f makefile
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
#only needed for the definition of $(TOP)
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
include Make.proto
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
makefile: mf
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    25
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
mf:
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
	$(TOP)/rules/stmkmf