[Pkg-electronics-commits] [gnucap] 36/43: install-debug: add targets

felix salfelder felix-guest at moszumanska.debian.org
Wed Oct 4 03:21:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository gnucap.

commit 692991f8adf6bee5466e1383933505966a3d3ff4
Author: al davis <ad211 at freeelectron.net>
Date:   Mon Jun 26 20:12:42 2017 -0400

    install-debug: add targets
---
 Make3              | 2 ++
 Makefile           | 7 +++++++
 Makefile.template  | 6 +++++-
 include/patchlev.h | 2 +-
 4 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/Make3 b/Make3
index 3cff268..fb92233 100644
--- a/Make3
+++ b/Make3
@@ -27,6 +27,8 @@ tags: $(HDRS) $(SRCS)
 checkout:
 	co $(RAW)
 #------------------------------------------------------------------------
+install-debug : install
+
 install : $(INSTALL_FILES) $(DATA_FILES)
 	echo ==================
 	mkdir -p $(DESTDIR)$(INSTALL_DIR)
diff --git a/Makefile b/Makefile
index c16283c..b596200 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,13 @@ install: nothing
 	(cd main; ${MAKE} install)
 	(cd apps; ${MAKE} install)
 
+install-debug: nothing
+	(cd include; ${MAKE} install-debug)
+	(cd lib; ${MAKE} install-debug)
+	(cd modelgen; ${MAKE} install-debug)
+	(cd main; ${MAKE} install-debug)
+	(cd apps; ${MAKE} install-debug)
+
 uninstall: nothing
 	(cd include; ${MAKE} uninstall)
 	(cd lib; ${MAKE} uninstall)
diff --git a/Makefile.template b/Makefile.template
index 8ce00b2..9831dd9 100644
--- a/Makefile.template
+++ b/Makefile.template
@@ -1,4 +1,4 @@
-#$Id: Makefile.template,v 26.133 2009/11/26 04:58:04 al Exp $ -*- Makefile -*-
+#$Id: Makefile.template $ -*- Makefile -*-
 # Copyright (C) 2001 Albert Davis
 # Author: Albert Davis <aldavis at gnu.org>
 #
@@ -78,6 +78,10 @@ install: nothing
 	${MAKE} default
 	(cd O; ${MAKE} install)
 #-----------------------------------------------------------------------------
+install-debug: nothing
+	${MAKE} debug
+	(cd O-DEBUG; ${MAKE} install)
+#-----------------------------------------------------------------------------
 uninstall: nothing
 	cat Make1 Make2 ../Make3 >Make.aux
 	${MAKE} -f Make.aux uninstall
diff --git a/include/patchlev.h b/include/patchlev.h
index 2302981..e3411cb 100644
--- a/include/patchlev.h
+++ b/include/patchlev.h
@@ -1 +1 @@
-#define PATCHLEVEL "develop 2017.06.25"
+#define PATCHLEVEL "install-debug 2017.06.26"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list