mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
5fab70b1d8
Not part of build. a=brendan
19 lines
254 B
Makefile
19 lines
254 B
Makefile
DEPTH = ../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
DIRS = \
|
|
base \
|
|
pgsql \
|
|
build \
|
|
packager
|
|
|
|
ifdef ENABLE_TESTS
|
|
DIRS += tests
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|