Code Search for Developers
 
 
  

Makefile from GreenSocs at Krugle


Show Makefile syntax highlighted

# Package properties
PACKAGE = eclipse
VERSION = 3.2
SECTION = devel
PRIORITY = optional
DESCRIPTION = "Eclipse SDK"
DEPENDS = jre


# Scripts
POSTINST_CONFIGURE = gs-env addpath PATH $$GSROOT/eclipse
PRERM_REMOVE = gs-env rmpath PATH $$GSROOT/eclipse


# Set this variable to some path inside the tarball
VERIFY  = eclipse/eclipse

# Substitute this to commands if necessary to change the binary tree before deb pack
UNPACK_HOOK = ln -s ../jre eclipse/jre



# Rules for architectures

ifndef ARCH
  $(error Variable ARCH must be defined in the command line)
endif

ifeq (${ARCH},i386)
  ARCHIVE = eclipse-SDK-3.2-linux-gtk.tar.gz
  URL     = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.2-linux-gtk.tar.gz&url=http://mirrors.uol.com.br/pub/eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.2-linux-gtk.tar.gz&mirror_id=215
else
ifeq (${ARCH},amd64)
  ARCHIVE = eclipse-SDK-3.2-linux-gtk-x86_64.tar.gz
  URL     = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.2-linux-gtk-x86_64.tar.gz&url=http://mirrors.uol.com.br/pub/eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.2-linux-gtk-x86_64.tar.gz&mirror_id=215
else
  $(error Architecture "$(ARCH)" not supported)
endif
endif


# Set operation
OP = tar2deb


include ../Makefile.packages




See more files for this project here

GreenSocs

To develop SystemC infrustructure, basic IP, patches and add on library code for eventual standerdization.\r\nThe GreenSocs project is made up of a number of contributions (sub projects). Please visit www.greensocs.com for more information.

Project homepage: http://sourceforge.net/projects/greensocs
Programming language(s): C,C++,Java,Perl,XML
License: other

  Makefile