From: Dean Camera Date: Thu, 3 Jan 2013 16:16:45 +0000 (+0000) Subject: Move out Studio Integration XML transform files to their own directory for neatness. X-Git-Tag: LUFA-130303~3 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/56f03a793c8f6d63b3ce70bfdb1f4c4f05e1934a?ds=inline Move out Studio Integration XML transform files to their own directory for neatness. --- diff --git a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt new file mode 100644 index 000000000..a40176a8a --- /dev/null +++ b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + This file has been automatically generated from the LUFA Atmel Studio integration XML files. + + + + + + + + + + + + + + + + + + + + . + + . + + + + + + + + + + /html/ + + + + diff --git a/LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt new file mode 100644 index 000000000..103ff51a9 --- /dev/null +++ b/LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt @@ -0,0 +1,35 @@ + + + + + + + + + + + + Sourced from + + + + + + + + + + + + + + + diff --git a/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt new file mode 100644 index 000000000..a05a82427 --- /dev/null +++ b/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt new file mode 100644 index 000000000..e3a0329ea --- /dev/null +++ b/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + This file has been automatically generated from the LUFA Atmel Studio integration XML files. + + + + Sourced from + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LUFA/StudioIntegration/lufa_extension_transform.xslt b/LUFA/StudioIntegration/lufa_extension_transform.xslt deleted file mode 100644 index a40176a8a..000000000 --- a/LUFA/StudioIntegration/lufa_extension_transform.xslt +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - This file has been automatically generated from the LUFA Atmel Studio integration XML files. - - - - - - - - - - - - - - - - - - - - . - - . - - - - - - - - - - /html/ - - - - diff --git a/LUFA/StudioIntegration/lufa_filelist_transform.xslt b/LUFA/StudioIntegration/lufa_filelist_transform.xslt deleted file mode 100644 index 103ff51a9..000000000 --- a/LUFA/StudioIntegration/lufa_filelist_transform.xslt +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - Sourced from - - - - - - - - - - - - - - - diff --git a/LUFA/StudioIntegration/lufa_indent_transform.xslt b/LUFA/StudioIntegration/lufa_indent_transform.xslt deleted file mode 100644 index a05a82427..000000000 --- a/LUFA/StudioIntegration/lufa_indent_transform.xslt +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/LUFA/StudioIntegration/lufa_module_transform.xslt b/LUFA/StudioIntegration/lufa_module_transform.xslt deleted file mode 100644 index e3a0329ea..000000000 --- a/LUFA/StudioIntegration/lufa_module_transform.xslt +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - This file has been automatically generated from the LUFA Atmel Studio integration XML files. - - - - Sourced from - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 33dcf8323..aa1feb1de 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -38,17 +38,17 @@ $(TEMP_MANIFEST_XML): $(DOXYGEN_TAG_FILE_XML) generate_xml: $(TEMP_MANIFEST_XML) @echo "Processing asf.xml file..." - @xsltproc lufa_module_transform.xslt $< | xsltproc lufa_indent_transform.xslt - > $(MODULE_OUTPUT_XML) + @xsltproc XSLT/lufa_module_transform.xslt $< | xsltproc XSLT/lufa_indent_transform.xslt - > $(MODULE_OUTPUT_XML) @echo "Atmel Studio asf.xml file generated." @echo "Processing extension.xml file..." - @xsltproc lufa_extension_transform.xslt $< | xsltproc lufa_indent_transform.xslt - > $(EXTENSION_OUTPUT_XML) + @xsltproc XSLT/lufa_extension_transform.xslt $< | xsltproc XSLT/lufa_indent_transform.xslt - > $(EXTENSION_OUTPUT_XML) @echo "Atmel Studio extension.xml file generated." @rm $(TEMP_MANIFEST_XML) -check_filenames: $(TEMP_MANIFEST_XML) - @for i in `xsltproc lufa_filelist_transform.xslt manifest.xml | grep -v "^<" | sed -e "/^$$/d"`; do \ +check_filenames: $(TEMP_MANIFEST_XML) + @for i in `xsltproc XSLT/lufa_filelist_transform.xslt $< | grep -v "^<" | sed -e "/^$$/d"`; do \ if ( ! test -f "$(LUFA_ROOT)/$$i" ); then \ echo "Source file $$i does not exist!"; \ fi; \