2008-05-31 09:55:54 +00:00
|
|
|
#! /usr/bin/env python
|
|
|
|
# WAF build script for midori
|
2008-10-11 05:27:52 +00:00
|
|
|
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
2008-05-31 09:55:54 +00:00
|
|
|
|
|
|
|
obj = bld.create_obj ('cc', 'staticlib')
|
|
|
|
obj.name = 'katze'
|
|
|
|
obj.target = 'katze'
|
|
|
|
obj.includes = '.'
|
|
|
|
obj.find_sources_in_dirs ('.')
|
|
|
|
obj.uselib = 'GTK LIBXML'
|
|
|
|
obj.inst_var = 0
|
|
|
|
|
|
|
|
# FIXME: Do not install this static lib
|