Code Search for Developers
 
 
  

Makefile from GreenSocs at Krugle


Show Makefile syntax highlighted

PACKAGE_DIR=fakeroot-1.2.10

all: ${PACKAGE_DIR}/faked.c
	PREFIX=$$PWD && cd $(PACKAGE_DIR) && ./configure --prefix=$$PREFIX && make && make install

fakeroot_1.2.10.tar.gz:
	wget -N http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.2.10.tar.gz

${PACKAGE_DIR}/faked.c: fakeroot_1.2.10.tar.gz
	tar xzf fakeroot_1.2.10.tar.gz




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