source: roaraudio/build-system/Makefile.binary @ 5775:80b9c11b4122

Last change on this file since 5775:80b9c11b4122 was 5775:80b9c11b4122, checked in by phi, 11 years ago

cleanup, general improvements and added support to build binaries with RABS

File size: 959 bytes
Line 
1#
2# This file is part of roard a part of RoarAudio,
3# a cross-platform sound system for both, home and professional use.
4# See README for details.
5#
6# This file is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License version 3
8# as published by the Free Software Foundation.
9#
10# RoarAudio is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this software; see the file COPYING.  If not, write to
17# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
18# Boston, MA 02110-1301, USA.
19
20TARGET      ?= $(BASENAME)
21
22RABS_INSTALL_TARGETS += bin
23
24include $(ROAR_BUILDSYSTEM_DIR)/Makefile.common
25include $(ROAR_BUILDSYSTEM_DIR)/Makefile.install
Note: See TracBrowser for help on using the repository browser.