Bumping manifests a=b2g-bump
[gecko.git] / layout / style / Makefile.in
bloba2a626f5ac59c15210dd27ae7de18e6cab7d234f
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 INSTALL_TARGETS += structlist
6 structlist_FILES := nsStyleStructList.h
7 structlist_DEST = $(DIST)/include
8 structlist_TARGET := export
10 include $(topsrcdir)/config/rules.mk
12 nsStyleStructList.h : $(srcdir)/generate-stylestructlist.py
13 $(PYTHON) $< > $@
15 GARBAGE += \
16 nsStyleStructList.h \
17 $(NULL)