diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-03 20:24:12 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-03 20:24:12 +0000 |
commit | 69cf1cafcd403331d9fbfb76977efb6101eef284 (patch) | |
tree | 2a0f342ff22e90a70b78021125095143b5e8421f /SConscript | |
parent | c421f5cd012261b1f14e0e2a804faea2e596d89c (diff) |
converted to template Makefile
svn path=/trunk/externals/pmpd/; revision=13366
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/SConscript b/SConscript deleted file mode 100644 index 1779ea7..0000000 --- a/SConscript +++ /dev/null @@ -1,9 +0,0 @@ -import glob -import os -Import('env prefix') - -pmpd = env.SharedLibrary(target = 'pmpd', source = 'src/pmpd.c') -env.Alias('install', env.Install(os.path.join(prefix, 'extra'), pmpd)) -env.Alias('install', env.Install(os.path.join(prefix, 'doc/pmpd'), glob.glob('help/*.pd'))) -env.Alias('install', env.Install(os.path.join(prefix, 'doc/pmpd/exemples'), glob.glob('exemples/*.pd'))) -Default(pmpd) |