Makefile.in 601 B

1234567891011121314151617
  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/.
  4. # TODO This list should be emitted to a .pp file via
  5. # GenerateCSSPropsGenerated.py (bug 1281614)
  6. csspropsidlnames_dependencies = \
  7. $(srcdir)/nsCSSPropList.h \
  8. $(srcdir)/nsCSSPropAliasList.h \
  9. $(srcdir)/nsCSSPropsGenerated.inc.in \
  10. $(srcdir)/PythonCSSProps.h \
  11. $(srcdir)/GenerateCSSPropsGenerated.py \
  12. $(GLOBAL_DEPS) \
  13. $(NULL)
  14. nsCSSPropsGenerated.inc : $(csspropsidlnames_dependencies)