GUIXML_FILES = \ xml/gui/dcm3.xml \ xml/gui/recidcm3.xml \ xml/gui/mrbayes.xml \ xml/gui/CipresCommandLanguage.xsd JAVAHELP_FILES = \ help/javahelp/Map.jhm \ help/javahelp/cipresHelp.hs \ help/javahelp/cipresHelpTOC.xml \ help/javahelp/JavaHelpSearch/DOCS \ help/javahelp/JavaHelpSearch/DOCS.TAB \ help/javahelp/JavaHelpSearch/OFFSETS \ help/javahelp/JavaHelpSearch/POSITIONS \ help/javahelp/JavaHelpSearch/SCHEMA \ help/javahelp/JavaHelpSearch/TMAP \ help/javahelp/META-INF/MANIFEST.MF \ help/javahelp/cipreshelp/cipres.html \ help/javahelp/images/Dcm3.JPG \ help/javahelp/images/DirStructure.jpg \ help/javahelp/images/SettingsAndPrefs_Files.JPG \ help/javahelp/images/SettingsAndPrefs_SvcsAndApps.JPG \ help/javahelp/images/legacyAppLauncher.jpg SAMPLE_FILES = \ help/sampleFiles/11361Tx1360C.nex \ help/sampleFiles/12Tx432C.nex \ help/sampleFiles/49Tx2543C.nex \ help/sampleFiles/500Tx759C.nex \ help/sampleFiles/567Tx2153C.nex \ help/sampleFiles/7180Tx1359C.nex \ help/sampleFiles/MrBayesTestScript.txt \ help/sampleFiles/TestNexusFile.nex \ help/sampleFiles/TestWithoutTree.nex \ help/sampleFiles/avian_ovomucoids.nex \ help/sampleFiles/mrB_9Tx720C.nex \ help/sampleFiles/rbcl500T.nex \ help/sampleFiles/rbcl500TPaupTree.nex RESOURCE_FILES = \ resources/install.properties \ resources/system.properties \ resources/log4j.properties \ resources/castor.properties \ resources/jacorb.properties \ resources/debugging_logging.conf \ resources/logging_pipres.conf \ resources/RegistryGlobalsMapping.xml \ resources/RegistryServicesMapping.xml \ resources/CommandObjectMapping.xml \ resources/registry.xsd \ resources/registry_globals.xsd \ resources/registry_globals.xml \ resources/install_configure.xml \ resources/ports/README.txt nobase_dist_pkgdata_DATA = \ $(GUIXML_FILES) \ $(JAVAHELP_FILES) \ $(SAMPLE_FILES) \ $(RESOURCE_FILES) install-data-hook: # cp $(DESTDIR)$(pkgdatadir)/resources/cipres_config_template.properties $(DESTDIR)$(pkgdatadir)/resources/cipres_config.properties chmod 777 $(DESTDIR)$(pkgdatadir)/resources/ports uninstall-hook: rmdir $(pkgdatadir)/xml/gui 2> /dev/null || true rmdir $(pkgdatadir)/xml 2> /dev/null || true rmdir $(pkgdatadir)/help/javahelp/JavaHelpSearch 2> /dev/null || true rmdir $(pkgdatadir)/help/javahelp/META-INF 2> /dev/null || true rmdir $(pkgdatadir)/help/javahelp/cipreshelp 2> /dev/null || true rmdir $(pkgdatadir)/help/javahelp/images 2> /dev/null || true rmdir $(pkgdatadir)/help/javahelp 2> /dev/null || true rmdir $(pkgdatadir)/help/sampleFiles 2> /dev/null || true rmdir $(pkgdatadir)/help 2> /dev/null || true rmdir $(pkgdatadir)/resources/services 2> /dev/null || true rmdir $(pkgdatadir)/resources/services 2> /dev/null || true