[csw-devel] SF.net SVN: gar:[18756] csw/mgar/pkg/libofx/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Mon Jul 16 11:33:23 CEST 2012


Revision: 18756
          http://gar.svn.sourceforge.net/gar/?rev=18756&view=rev
Author:   pfelecan
Date:     2012-07-16 09:33:22 +0000 (Mon, 16 Jul 2012)
Log Message:
-----------
libofx/trunk: use pre-configuration autotools; not ready for release

Modified Paths:
--------------
    csw/mgar/pkg/libofx/trunk/Makefile

Modified: csw/mgar/pkg/libofx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libofx/trunk/Makefile	2012-07-16 08:54:18 UTC (rev 18755)
+++ csw/mgar/pkg/libofx/trunk/Makefile	2012-07-16 09:33:22 UTC (rev 18756)
@@ -36,6 +36,14 @@
 
 PATH := /opt/csw/gnu:$(PATH)
 
+pre-configure-modulated:
+	@echo "executing $@"
+	cd $(WORKSRC) && libtoolize
+	cd $(WORKSRC) && aclocal
+	cd $(WORKSRC) && automake -a
+	cd $(WORKSRC) && autoconf
+	$(MAKECOOKIE)
+
 # this is private and not available publicly
 mydependencies:
 	for package in $(PACKAGES); do echo '___' $${package}; $(HOME)/bin/ocswdeplist --depth 1 --dependencies --packaging --csw --prototype $(HOME)/opencsw/$(NAME)/trunk/work/build-global/$${package}.prototype --target $(HOME)/opencsw/$(NAME)/trunk/work/pkgroot; done

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list