2002-07-30 21:19:05 +00:00
|
|
|
#
|
|
|
|
# Tools level makefile for gsnd
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This file is part of the GNUstep GUI Library.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
2007-10-29 21:16:17 +00:00
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
2002-07-30 21:19:05 +00:00
|
|
|
# License as published by the Free Software Foundation; either
|
2008-06-10 04:01:49 +00:00
|
|
|
# version 2 of the License, or (at your option) any later version.
|
2002-07-30 21:19:05 +00:00
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
2007-10-29 21:16:17 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
2002-07-30 21:19:05 +00:00
|
|
|
# License along with this library; see the file COPYING.LIB.
|
2007-10-29 21:16:17 +00:00
|
|
|
# If not, see <http://www.gnu.org/licenses/> or write to the
|
|
|
|
# Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
|
|
|
# Boston, MA 02110-1301, USA.
|
2002-07-30 21:19:05 +00:00
|
|
|
|
2008-12-19 13:00:47 +00:00
|
|
|
PACKAGE_NAME = gnustep-gui
|
2002-07-30 21:19:05 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
# The applications to be compiled
|
2003-01-15 03:17:45 +00:00
|
|
|
TOOL_NAME = gnustep_sndd
|
2002-07-30 21:19:05 +00:00
|
|
|
|
|
|
|
# The source files to be compiled
|
2003-01-15 03:17:45 +00:00
|
|
|
gnustep_sndd_OBJC_FILES = gsnd.m
|
2002-07-30 21:19:05 +00:00
|
|
|
|
2005-04-25 16:37:18 +00:00
|
|
|
gnustep_sndd_TOOL_LIBS = -lportaudio
|
2002-07-30 21:19:05 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
|
|
|
|
-include GNUmakefile.local
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
|
|
|
|
|
|
-include GNUmakefile.postamble
|