ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/SiteMapper/install.sh
Revision: 554
Committed: 2005-07-10T04:22:54-07:00 (19 years, 11 months ago) by douglas
Content type: text/x-sh
Original Path: DecentralizedMedia/make.sh
File size: 416 byte(s)
Log Message:
Did a bunch of stuff, added a make.sh, it doesn't seem to be ready for working yet.

File Contents

# User Rev Content
1 douglas 554 #!/usr/bin/env bash
2     # Douglas Thrift
3     #
4     # Decentralized Media
5     #
6     # $Id$
7    
8     menes='menes'
9    
10     source "${menes}/build-sh.d/init.sh"
11     source "${menes}/build-sh.d/init-c++.sh"
12    
13     c++:binary 'DecentralizedMedia' *.hh *.cpp
14     hi-ccxx-flags $(pkg-config --cflags-only-I bmp) -I.
15     hi-ld-flags $(pkg-config --libs-only-L bmp) $(pkg-config --libs-only-l bmp)
16    
17     source "${menes}/build-sh.d/stage-c++.sh"
18     source "${menes}/build-sh.d/fini.sh"

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Id