Browse Source

Remove some old build system lint.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
63bfc927c6
3 changed files with 0 additions and 70 deletions
  1. +0
    -20
      FL/configure
  2. +0
    -23
      nonlib/configure
  3. +0
    -27
      sequencer/configure

+ 0
- 20
FL/configure View File

@@ -1,20 +0,0 @@
#!/bin/sh
#
# Copyright (C) 2008 Jonathan Moore Liles
# This file is licensed under version 2 of the GPL.

. scripts/config-funcs

begin

begin_options

ask "Build for debugging" USE_DEBUG no

begin_tests

require_NTK 1.3.0 images
require_command ar ar
require_command makedepend makedepend

end

+ 0
- 23
nonlib/configure View File

@@ -1,23 +0,0 @@
#!/bin/sh
#
# Copyright (C) 2008 Jonathan Moore Liles
# This file is licensed under version 2 of the GPL.

. scripts/config-funcs

begin

begin_options

ask "Build for debugging" USE_DEBUG no

begin_tests

require_command ar ar
require_command makedepend makedepend
require_package JACK 0.103.0 jack
require_package liblo 0.23 liblo

test_version `version_of liblo` 0.26 || warn "Version $(version_of liblo) of liblo is slow to create servers. Consider upgrading to 0.26 or later"

end

+ 0
- 27
sequencer/configure View File

@@ -1,27 +0,0 @@
#!/bin/sh
#
# Copyright (C) 2008 Jonathan Moore Liles
# This file is licensed under version 2 of the GPL.

. scripts/config-funcs

begin

begin_options

ask "Installation prefix" prefix /usr/local
ask "Build for debugging" USE_DEBUG no

begin_tests

require_package JACK 0.103.0 jack
suggest_package XPM 2.0.0 xpm
require_NTK 1.3.0 images
test_version `version_of jack` 0.105.0 || append "JACK_MIDI_PROTO_API=yes"
require_package liblo 0.23 liblo

test_version `version_of liblo` 0.26 || warn "Version $(version_of liblo) of liblo is slow to create servers. Consider upgrading to 0.26 or later"

require_package sigcpp 2.0.0 sigc++-2.0

end

Loading…
Cancel
Save