1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-02-16
Description: Remove target which depends on files available in developers home
Attention: This might possibly break functionality ... but I have no idea where to fetch the preconditions
--- a/com/pixelmed/dicom/Makefile
+++ b/com/pixelmed/dicom/Makefile
@@ -155,8 +155,7 @@ VersionAndConstants.class \
Veterinary.class \
VOITransform.class \
XMLRepresentationOfDicomObjectFactory.class \
-XMLRepresentationOfStructuredReportObjectFactory.class \
-confidentialityprofiledataelementsandhandling.xml
+XMLRepresentationOfStructuredReportObjectFactory.class
all: ${OBJS}
@@ -1340,9 +1339,3 @@ testjsonsrqiicriowahntojson: JSONReprese
andiff $${HOME}/work/simpleSR/examples/sr_qiicriowahn.dcm $${HOME}/work/simpleSR/examples/sr_qiicriowahn_rt.dcm
dcsrdiff $${HOME}/work/simpleSR/examples/sr_qiicriowahn.dcm $${HOME}/work/simpleSR/examples/sr_qiicriowahn_rt.dcm
-confidentialityprofiledataelementsandhandling.xml: ${HOME}/${PATHTOSTANDARDFROMHOME}/support/stylesheets/extractconfidentialityprofiledataelementsandhandling.xsl ${HOME}/${PATHTOSTANDARDFROMHOME}/source/docbook/part15/part15.xml
- java -cp ${PATHTOROOT} ${XALANJAVAOPTS} \
- com.pixelmed.utils.ExecuteTranslet \
- "$${HOME}/${PATHTOSTANDARDFROMHOME}/support/stylesheets/extractconfidentialityprofiledataelementsandhandling.xsl" \
- "$${HOME}/${PATHTOSTANDARDFROMHOME}/source/docbook/part15/part15.xml" \
- $@
|