libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] gvars3 Makefile.in


From: Edward Rosten
Subject: [libcvd-members] gvars3 Makefile.in
Date: Wed, 14 Oct 2009 09:22:19 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    gvars3
Changes by:     Edward Rosten <edrosten>        09/10/14 09:22:19

Modified files:
        .              : Makefile.in 

Log message:
        Debug build.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gvars3/Makefile.in?cvsroot=libcvd&r1=1.30&r2=1.31

Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/libcvd/gvars3/Makefile.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- Makefile.in 6 Oct 2009 12:52:02 -0000       1.30
+++ Makefile.in 14 Oct 2009 09:22:19 -0000      1.31
@@ -153,6 +153,7 @@
 
 sos= $(soname) $(soname1) $(soname2)
 hsos= $(hsoname) $(hsoname1) $(hsoname2)
+dsos= $(dsoname) $(dsoname1) $(dsoname2)
 
 install_shared=install-shared-normal
 
@@ -228,10 +229,13 @@
 $(archive): $(OBJS)
        $(AR) crvs $(archive) $(OBJS)
 
-debug:
-       mkdir debug
+debug: debug/foo
 
-debug/%.o : src/%.cc debug
+debug/foo:
+       mkdir -p debug
+       touch debug/foo
+
+debug/%.o : src/%.cc debug/foo
        $(CXX) -I. $(CPPFLAGS) $(CXXFLAGS) -O0 -D_GLIBCXX_DEBUG -c $< -o $@
 
 clean:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]