* updated libmysofa (1.3 -> 1.3.2), and build priority to build before pipewire
[t2sde.git] / source / Makefile
blobb5abb95dbe0651241260e1af50552fdb00018a32
2 # --- GSMP-COPYRIGHT-NOTE-BEGIN ---
3 #
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!
8 #
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 ---
25 TOPDIR = .
27 NOT_INCS :=
28 NOT_SRCS :=
29 include $(TOPDIR)/Rules.pre
31 BUILD_LIBS :=
32 BUILD_PROGS := Download dependency UpdateList
34 all: $(BUILD_OBJS) $(BUILD_PROGS)
36 include $(TOPDIR)/Rules
38 INCDIRS := . utility
40 INCLUDES := $(SIGC2INCS) \
41 $(filter-out $(NOT_INCS), \
42 $(foreach dir, $(INCDIRS), -I$(dir)))
44 LIBS := $(SIGC2LIBS) -ldl -lpthread
46 ####
48 include $(TOPDIR)/Rules.post