summaryrefslogtreecommitdiff
path: root/Source/WebInspectorUI/GNUmakefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebInspectorUI/GNUmakefile.am')
-rw-r--r--Source/WebInspectorUI/GNUmakefile.am47
1 files changed, 0 insertions, 47 deletions
diff --git a/Source/WebInspectorUI/GNUmakefile.am b/Source/WebInspectorUI/GNUmakefile.am
deleted file mode 100644
index 5cc50b45a..000000000
--- a/Source/WebInspectorUI/GNUmakefile.am
+++ /dev/null
@@ -1,47 +0,0 @@
-inspector_files = \
- "$(WebInspectorUI)/Localizations/en.lproj/localizedStrings.js" \
- "$(WebInspectorUI)/UserInterface/*.html" \
- "$(WebInspectorUI)/UserInterface/*.js" \
- "$(WebInspectorUI)/UserInterface/*.css" \
- "$(WebInspectorUI)/UserInterface/Images/gtk/*.png" \
- "$(WebInspectorUI)/UserInterface/Images/gtk/*.svg" \
- "$(WebInspectorUI)/UserInterface/External/CodeMirror/*.js" \
- "$(WebInspectorUI)/UserInterface/External/CodeMirror/*.css"
-
-inspector_files_dependencies = \
- $(WebInspectorUI)/Localizations/en.lproj/localizedStrings.js \
- $(shell ls $(WebInspectorUI)/UserInterface/*.html) \
- $(shell ls $(WebInspectorUI)/UserInterface/*.js) \
- $(shell ls $(WebInspectorUI)/UserInterface/*.css) \
- $(shell ls $(WebInspectorUI)/UserInterface/Images/gtk/*.png) \
- $(shell ls $(WebInspectorUI)/UserInterface/Images/gtk/*.svg) \
- $(shell ls $(WebInspectorUI)/UserInterface/External/CodeMirror/*.js) \
- $(shell ls $(WebInspectorUI)/UserInterface/External/CodeMirror/*.css)
-
-${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.xml: GNUmakefile \
- $(inspector_files_dependencies) \
- $(srcdir)/Tools/gtk/generate-inspector-gresource-manifest.py
- $(AM_V_GEN)
- $(AM_V_at)mkdir -p ${GENSOURCES_WEBINSPECTOR_UI}
- $(AM_V_at)$(PYTHON) $(srcdir)/Tools/gtk/generate-inspector-gresource-manifest.py --output $@ $(inspector_files)
-
-${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.c: DerivedSources/WebInspectorUI/GResourceBundle.xml
- $(AM_V_GEN)
- $(AM_V_at)glib-compile-resources --generate --sourcedir=$(WebInspectorUI) \
- --target=${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.c ${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.xml
-
-BUILT_SOURCES += \
- DerivedSources/WebInspectorUI/GResourceBundle.xml
-
-webcore_built_sources += \
- DerivedSources/WebInspectorUI/GResourceBundle.c
-
-EXTRA_DIST += \
- $(WebInspectorUI)/Localizations/en.lproj/localizedStrings.js \
- $(shell ls $(WebInspectorUI)/UserInterface/*.html) \
- $(shell ls $(WebInspectorUI)/UserInterface/*.js) \
- $(shell ls $(WebInspectorUI)/UserInterface/*.css) \
- $(shell ls $(WebInspectorUI)/UserInterface/Images/gtk/*.png) \
- $(shell ls $(WebInspectorUI)/UserInterface/Images/gtk/*.svg) \
- $(shell ls $(WebInspectorUI)/UserInterface/External/CodeMirror/*.js) \
- $(shell ls $(WebInspectorUI)/UserInterface/External/CodeMirror/*.css)