SF.net SVN: gar:[23583] csw/mgar/pkg

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Fri May 9 22:22:12 CEST 2014


Revision: 23583
          http://sourceforge.net/p/gar/code/23583
Author:   rmottola
Date:     2014-05-09 20:22:10 +0000 (Fri, 09 May 2014)
Log Message:
-----------
gnustep-make/trunk: first version for gnustep make

Added Paths:
-----------
    csw/mgar/pkg/gnustep-make/
    csw/mgar/pkg/gnustep-make/Makefile
    csw/mgar/pkg/gnustep-make/branches/
    csw/mgar/pkg/gnustep-make/tags/
    csw/mgar/pkg/gnustep-make/trunk/
    csw/mgar/pkg/gnustep-make/trunk/Makefile
    csw/mgar/pkg/gnustep-make/trunk/checksums
    csw/mgar/pkg/gnustep-make/trunk/files/

Added: csw/mgar/pkg/gnustep-make/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-make/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnustep-make/Makefile	2014-05-09 20:22:10 UTC (rev 23583)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/gnustep-make/trunk
===================================================================
--- csw/mgar/pkg/gnustep-make/trunk	2014-05-09 12:18:03 UTC (rev 23582)
+++ csw/mgar/pkg/gnustep-make/trunk	2014-05-09 20:22:10 UTC (rev 23583)

Property changes on: csw/mgar/pkg/gnustep-make/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gnustep-make/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-make/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnustep-make/trunk/Makefile	2014-05-09 20:22:10 UTC (rev 23583)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gnustep-make
+VERSION = 2.6.6
+GARTYPE = v2
+
+DESCRIPTION = GNUstep-core make
+define BLURB
+  GNUstep-core make infrastructure and configuration files. Needed for all GNUstep setups.
+endef
+
+BUILD_DEP_PKGS = CSWgmake CSWgcc4objc
+
+MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/
+DISTFILES  = $(DISTNAME).tar.gz
+
+#we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
+GARCOMPILER = GNU
+
+#we have no tests anyway
+SKIPTEST = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-layout=gnustep 
+#CONFIGURE_ARGS += LDFLAGS="-L/opt/csw/lib -R/opt/csw/lib"
+#CONFIGURE_ARGS += CPPFLAGS=-I/opt/csw/include
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/gnustep-make/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gnustep-make/trunk/checksums
===================================================================
--- csw/mgar/pkg/gnustep-make/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gnustep-make/trunk/checksums	2014-05-09 20:22:10 UTC (rev 23583)
@@ -0,0 +1 @@
+e9ddf251e31c54545e70b0521b73a48e  gnustep-make-2.6.6.tar.gz

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