[csw-devel] SF.net SVN: gar:[2591] csw/mgar/gar/v2/categories

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Sun Dec 14 21:35:35 CET 2008


Revision: 2591
          http://gar.svn.sourceforge.net/gar/?rev=2591&view=rev
Author:   wbonnet
Date:     2008-12-14 20:35:35 +0000 (Sun, 14 Dec 2008)

Log Message:
-----------
Add x11 category

Added Paths:
-----------
    csw/mgar/gar/v2/categories/x11/
    csw/mgar/gar/v2/categories/x11/category.mk

Added: csw/mgar/gar/v2/categories/x11/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/x11/category.mk	                        (rev 0)
+++ csw/mgar/gar/v2/categories/x11/category.mk	2008-12-14 20:35:35 UTC (rev 2591)
@@ -0,0 +1,41 @@
+# X11
+X11_PROTO_MASTER_SITE = http://xorg.freedesktop.org/releases/individual/proto/
+XCB_MASTER_SITES = http://xcb.freedesktop.org/dist/
+
+# C compiler flags
+CFLAGS       += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION
+
+# C++ compiler flags
+CXXFLAGS     += -xlibmil -xlibmopt -features=tmplife -norunpath
+
+# Preprocessor flags
+
+# Linker flags
+LDFLAGS      += -L/opt/csw/lib -R/opt/csw/lib
+
+# Defines some tools used by autostuff
+GREP = ggrep
+
+# export the variables
+export LDFLAGS CXXFLAGS CFLAGS CPPFLAGS GREP
+
+# pkg-config options
+PKG_CONFIG_PATH += $(DESTDIR)/opt/csw/lib/pkgconfig
+PKG_CONFIG_PATH += $(DESTDIR)/opt/csw/X11/lib/pkgconfig
+
+# Configure common options
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --prefix=/opt/csw/X11 
+CONFIGURE_ARGS += --exec-prefix=/opt/csw/X11 
+CONFIGURE_ARGS += --libdir=/opt/csw/X11 
+CONFIGURE_ARGS += --includedir=/opt/csw/X11/include
+CONFIGURE_ARGS += --datadir=/opt/csw/X11/share
+CONFIGURE_ARGS += --mandir=/opt/csw/X11/share/man
+CONFIGURE_ARGS += --docdir=/opt/csw/X11/share/doc
+
+# No tests scripts, thus there is no "gmake test" target
+TEST_SCRIPTS      = 
+
+# Includes the rest of gar
+include gar/gar.mk
+


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