mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
201 B
Makefile
12 lines
201 B
Makefile
|
# Branding Makefile
|
||
|
# - jars chrome artwork
|
||
|
|
||
|
DEPTH = ../../../..
|
||
|
topsrcdir = @top_srcdir@
|
||
|
srcdir = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
|
||
|
include $(DEPTH)/config/autoconf.mk
|
||
|
|
||
|
include $(topsrcdir)/config/rules.mk
|