2012-05-21 11:12:37 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2004-12-07 18:09:28 +00:00
|
|
|
|
2013-02-18 06:56:32 +00:00
|
|
|
ifdef GNU_CC
|
|
|
|
OS_CFLAGS := $(OS_CFLAGS) -Wshadow
|
|
|
|
OS_CXXFLAGS := $(OS_CXXFLAGS) -Wshadow
|
|
|
|
endif
|
|
|
|
|
2013-09-04 03:28:05 +00:00
|
|
|
INSTALL_TARGETS += structlist
|
|
|
|
structlist_FILES := nsStyleStructList.h
|
|
|
|
structlist_DEST = $(DIST)/include
|
|
|
|
structlist_TARGET := export
|
|
|
|
|
2004-12-07 18:09:28 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-07-31 17:28:21 +00:00
|
|
|
|
2013-07-16 04:32:25 +00:00
|
|
|
nsStyleStructList.h : $(srcdir)/generate-stylestructlist.py
|
|
|
|
$(PYTHON) $< > $@
|
|
|
|
|
|
|
|
GARBAGE += \
|
|
|
|
nsStyleStructList.h \
|
|
|
|
$(NULL)
|