removed automatic default installation of startup.xml's since they needed to be edited anyway manually to be adopted to the problem under consideration.
This commit is contained in:
parent
a17abc952b
commit
6e32f5f9c9
9
src/external/Nonlocal/Makefile.am
vendored
9
src/external/Nonlocal/Makefile.am
vendored
@ -68,12 +68,3 @@ uninstall-hook:
|
|||||||
rm -f $(libdir)/libPNL_PippardFitter.so
|
rm -f $(libdir)/libPNL_PippardFitter.so
|
||||||
endif
|
endif
|
||||||
|
|
||||||
xmldir = $(HOME)/.musrfit/external
|
|
||||||
xml_DATA = nonlocal_startup.xml
|
|
||||||
|
|
||||||
install-xml_DATA: $(xml_DATA)
|
|
||||||
$(INSTALL_DATA) '$(xml_DATA)' '$xmldir'
|
|
||||||
|
|
||||||
uninstall-xml_DATA: $(xml_DATA)
|
|
||||||
$(RM) '$(xml_DATA)' '$xmldir'
|
|
||||||
|
|
||||||
|
@ -65,13 +65,3 @@ uninstall-hook:
|
|||||||
rm -f $(libdir)/libPPhotoMeissner.so
|
rm -f $(libdir)/libPPhotoMeissner.so
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# define default xml install
|
|
||||||
xmldir = $(HOME)/.musrfit/external
|
|
||||||
xml_DATA = ../test/photoMeissner_startup.xml
|
|
||||||
|
|
||||||
instal-xml_DATA: $(xml_DATA)
|
|
||||||
$(INSTALL_DATA) '$(xml_DATA)' '$(xmldir)'
|
|
||||||
|
|
||||||
uninstal-xml_DATA: $(xml_DATA)
|
|
||||||
$(RM) '$(xml_DATA)' '$(xmldir)'
|
|
||||||
|
|
||||||
|
10
src/external/libSpinValve/classes/Makefile.am
vendored
10
src/external/libSpinValve/classes/Makefile.am
vendored
@ -65,13 +65,3 @@ uninstall-hook:
|
|||||||
rm -f $(libdir)/libPSpinValve.so
|
rm -f $(libdir)/libPSpinValve.so
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# define default xml install
|
|
||||||
xmldir = $(HOME)/.musrfit/external
|
|
||||||
xml_DATA = ../test/spinValve_startup.xml
|
|
||||||
|
|
||||||
instal-xml_DATA: $(xml_DATA)
|
|
||||||
$(INSTALL_DATA) '$(xml_DATA)' '$(xmldir)'
|
|
||||||
|
|
||||||
uninstal-xml_DATA: $(xml_DATA)
|
|
||||||
$(RM) '$(xml_DATA)' '$(xmldir)'
|
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<spin_valve_proximity xmlns="http://nemu.web.psi.ch/musrfit/libSpinValve">
|
<spin_valve_proximity xmlns="http://nemu.web.psi.ch/musrfit/libSpinValve">
|
||||||
<comment>
|
<comment>
|
||||||
$Id$
|
|
||||||
number_of_fields: number of sampling points in field around the Lorentzian peak
|
number_of_fields: number of sampling points in field around the Lorentzian peak
|
||||||
range: range in which the sampling points are placed, given in units of \beta(1\pm\Delta)
|
range: range in which the sampling points are placed, given in units of \beta(1\pm\Delta)
|
||||||
</comment>
|
</comment>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user