зеркало из https://github.com/mozilla/pjs.git
12 строки
202 B
Makefile
12 строки
202 B
Makefile
|
DEPTH = ../../..
|
||
|
topsrcdir = @top_srcdir@
|
||
|
srcdir = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
|
||
|
DIRS = \
|
||
|
public \
|
||
|
src \
|
||
|
resources
|
||
|
|
||
|
include $(topsrcdir)/config/rules.mk
|