blob: 9f8e42258bf71ca22c5c6c6d0d0be4442673fde0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- src/Makefile.orig Sat Aug 11 22:56:38 2001
+++ src/Makefile Sat Aug 11 23:04:30 2001
@@ -72,11 +72,11 @@
$(INSTALL) ./libcxsc_inl.a $(PREFIX)/lib/
# $(STRIP) $(PREFIX)/lib/libcxsc_inl.a
# install header files
- $(INSTDIR) $(PREFIX)/include
- $(INSTALL) ./*.hpp ./*.inl ./*.h $(PREFIX)/include
- $(INSTALL) rts/*.h $(PREFIX)/include
- $(INSTALL) fi_lib/fi_lib.h $(PREFIX)/include
- $(INSTALL) ../cxscconf.h $(PREFIX)/include
+ $(INSTDIR) $(PREFIX)/include/cxsc
+ $(INSTALL) ./*.hpp ./*.inl ./*.h $(PREFIX)/include/cxsc
+ $(INSTALL) rts/*.h $(PREFIX)/include/cxsc
+ $(INSTALL) fi_lib/fi_lib.h $(PREFIX)/include/cxsc
+ $(INSTALL) ../cxscconf.h $(PREFIX)/include/cxsc
# and docs
uninstall:
|