ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/make.sh
Revision: 560
Committed: 2005-08-27T17:38:18-07:00 (19 years, 9 months ago) by douglas
Content type: text/x-sh
File size: 483 byte(s)
Log Message:
Hmm, no worky yet.

File Contents

# Content
1 #!/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/c++.sh"
12 source "${menes}/build-sh.d/menes.sh"
13
14 hi-ccxx-flags -Onone -g -DNFINLINE
15 hi-ld-flags -Onone -g
16 hi-ccxx-flags $(pkg-config --cflags-only-I bmp) -I.
17 hi-ld-flags $(pkg-config --libs-only-L bmp) $(pkg-config --libs-only-l bmp)
18
19 c++:link 'DecentralizedMedia' *.hh *.cpp -- "${libmenes[@]}"
20
21 source "${menes}/build-sh.d/fini.sh"

Properties

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