2 # --- GSMP-COPYRIGHT-NOTE-BEGIN ---
4 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
5 # Please add additional copyright information _after_ the line containing
6 # the GSMP-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
7 # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
9 # GSMP: utility/src/Makefile
10 # General Sound Manipulation Program is Copyright (C) 2000 - 2004
11 # Valentin Ziegler and René Rebe
13 # This program is free software; you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation; version 2. A copy of the GNU General
16 # Public License can be found in the file LICENSE.
18 # This program is distributed in the hope that it will be useful, but
19 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANT-
20 # ABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
21 # Public License for more details.
23 # --- GSMP-COPYRIGHT-NOTE-END ---
29 include $(TOPDIR
)/Rules.pre
32 BUILD_PROGS
:= Download dependency UpdateList
34 all: $(BUILD_OBJS
) $(BUILD_PROGS
)
36 include $(TOPDIR
)/Rules
40 INCLUDES
:= $(SIGC2INCS
) \
41 $(filter-out $(NOT_INCS
), \
42 $(foreach dir, $(INCDIRS
), -I
$(dir)))
44 LIBS
:= $(SIGC2LIBS
) -ldl
-lpthread
48 include $(TOPDIR
)/Rules.post