mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
12 lines
207 B
Makefile
12 lines
207 B
Makefile
|
DEPTH = ../..
|
||
|
|
||
|
topsrcdir = @top_srcdir@
|
||
|
srcdir = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
|
||
|
include $(DEPTH)/config/autoconf.mk
|
||
|
|
||
|
DIRS = Xrender fontconfig Xft
|
||
|
|
||
|
include $(topsrcdir)/config/rules.mk
|