aboutsummaryrefslogtreecommitdiff
path: root/ports/calceph/makefilevc.patch
blob: 796eeb2026c50665d40e7d006f1c6ec9e798e323 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
diff --git a/doc/Makefile.vc b/doc/Makefile.vc
index 60c7eee..1e783a0 100644
--- a/doc/Makefile.vc
+++ b/doc/Makefile.vc
@@ -62,7 +62,7 @@
 #
 
 install: 
-	copy calceph_c.pdf $(DESTDIR)\doc
-	copy calceph_fortran2003.pdf $(DESTDIR)\doc
-	copy calceph_fortran77.pdf $(DESTDIR)\doc
-	copy calceph_python.pdf $(DESTDIR)\doc
+	copy calceph_c.pdf "$(DESTDIR)"\doc
+	copy calceph_fortran2003.pdf "$(DESTDIR)"\doc
+	copy calceph_fortran77.pdf "$(DESTDIR)"\doc
+	copy calceph_python.pdf "$(DESTDIR)"\doc
diff --git a/mexapi/src/Makefile.vc b/mexapi/src/Makefile.vc
index 68e5d45..803c12f 100644
--- a/mexapi/src/Makefile.vc
+++ b/mexapi/src/Makefile.vc
@@ -62,10 +62,10 @@
 #
 
 install: 
-	copy interfacemex.c $(DESTDIR)\libexec\calceph\mex
-	copy CalcephBin.m $(DESTDIR)\libexec\calceph\mex
-	copy calceph_compilemex.m   $(DESTDIR)\libexec\calceph\mex
-	copy Constants.m $(DESTDIR)\libexec\calceph\mex
-	copy calceph_getversion_str.m $(DESTDIR)\libexec\calceph\mex
-	copy NaifId.m $(DESTDIR)\libexec\calceph\mex
-	copy calceph_seterrorhandler.m $(DESTDIR)\libexec\calceph\mex
+	copy interfacemex.c "$(DESTDIR)"\libexec\calceph\mex
+	copy CalcephBin.m "$(DESTDIR)"\libexec\calceph\mex
+	copy calceph_compilemex.m   "$(DESTDIR)"\libexec\calceph\mex
+	copy Constants.m "$(DESTDIR)"\libexec\calceph\mex
+	copy calceph_getversion_str.m "$(DESTDIR)"\libexec\calceph\mex
+	copy NaifId.m "$(DESTDIR)"\libexec\calceph\mex
+	copy calceph_seterrorhandler.m "$(DESTDIR)"\libexec\calceph\mex
diff --git a/src/Makefile.vc b/src/Makefile.vc
index 730b4a7..9e790b1 100644
--- a/src/Makefile.vc
+++ b/src/Makefile.vc
@@ -111,9 +111,9 @@ clean:
 # install target: "nmake /f Makefile.vc install DESTDIR=xxx" to perform the installation.
 #
 install: all $(F2003INSTALL)
-    copy f90calceph.h $(DESTDIR)\include
-    copy calceph.h $(DESTDIR)\include
-    copy $(LIBRARY) $(DESTDIR)\lib
+    copy f90calceph.h "$(DESTDIR)"\include
+    copy calceph.h "$(DESTDIR)"\include
+    copy $(LIBRARY) "$(DESTDIR)"\lib
 
 f2003install :
-    copy f2003calceph.mod $(DESTDIR)\include
+    copy f2003calceph.mod "$(DESTDIR)"\include