Code Search for Developers
 
 
  

Makefile from GreenSocs at Krugle


Show Makefile syntax highlighted

# Package properties
PACKAGE = gcc
VERSION ?= 4.0.3
SECTION = devel
PRIORITY = optional
DESCRIPTION = "GNU Compiler Collection"
DEPENDS = 


# Instalation properties
VERSIONED = 1


# Scripts
POSTINST_CONFIGURE = update-alternatives --install $$GSROOT/bin/gcc-path gcc-path $$GSROOT/$(PREFIX)/bin 0; ln -s $$GSROOT/$(PREFIX)/bin/gcc $$GSROOT/bin/gcc-$(VERSION); ln -s $$GSROOT/$(PREFIX)/bin/g++ $$GSROOT/bin/g++-$(VERSION); gs-env addpath PATH $$GSROOT/bin/gcc-path
PRERM_REMOVE = update-alternatives --remove gcc-path $$GSROOT/$(PREFIX)/bin; rm $$GSROOT/bin/gcc-$(VERSION) $$GSROOT/bin/g++-$(VERSION); gs-env rmpath PATH $$GSROOT/bin/gcc-path


# Set this variable to some path inside the tarball
VERIFY = ${PACKAGE_DIR}/gcc/gcc.c


# Architectures have no difference
ARCHIVE = ${PACKAGE_DIR}.tar.bz2
URL     = ftp://gcc.gnu.org/pub/gcc/releases/${PACKAGE_DIR}/${ARCHIVE}

# Set operation
OP = tarsource2deb


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

  debian/
    changelog
    compat
    control
    copyright
    docs
    info
    rules
  Makefile
  Makefile.selector
  gcc_4.0.3-1.diff.gz