[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc-cvs
Subject:    [uClibc-cvs] CVS uClibc++
From:       gkajmowi () codepoet ! org (CVS User gkajmowi)
Date:       2005-01-25 14:40:02
Message-ID: 20050125213958.3AC10B4025 () codepoet ! org
[Download RAW message or body]

Update of /var/cvs/uClibc++
In directory nail:/tmp/cvs-serv25553

Modified Files:
	Makefile 
Log Message:
Change Makefiles to support installing either/both static and shared libraries.  \
Pushed installation responsabilities from main makefile into src/Makefile where \
appropriate

--- /var/cvs/uClibc++/Makefile	2005/01/14 23:57:28	1.11
+++ /var/cvs/uClibc++/Makefile	2005/01/25 21:39:57	1.12
@@ -77,13 +77,8 @@
 headers: include/system_configuration.h
 
 install:
-	$(INSTALL) -d $(PREFIX)$(UCLIBCXX_RUNTIME_PREFIX)$(UCLIBCXX_RUNTIME_LIB_SUBDIR)
-	$(INSTALL) -m 644 src/lib*.so.$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) \
-		$(PREFIX)$(UCLIBCXX_RUNTIME_PREFIX)$(UCLIBCXX_RUNTIME_LIB_SUBDIR)
-	cp -fa src/*.so $(PREFIX)$(UCLIBCXX_RUNTIME_PREFIX)$(UCLIBCXX_RUNTIME_LIB_SUBDIR)
-	cp -fa src/*.so.$(MAJOR_VERSION) \
                $(PREFIX)$(UCLIBCXX_RUNTIME_PREFIX)$(UCLIBCXX_RUNTIME_LIB_SUBDIR)
-	cp -fa src/*.so.$(MAJOR_VERSION).$(MINOR_VERSION) \
$(PREFIX)$(UCLIBCXX_RUNTIME_PREFIX)$(UCLIBCXX_RUNTIME_LIB_SUBDIR)  $(MAKE) -C include \
install +	$(MAKE) -C src install
 	$(MAKE) -C bin install
 
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic