Menu

[ef19d3]: / Makefile  Maximize  Restore  History

Download this file

20 lines (15 with data), 384 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# KallistiOS ##version##
#
# addons/libtremor Makefile
# (c)2002 Dan Potter
TARGET = libtremor.a
OBJS =
SUBDIRS = xiph kos
LIB_OBJS = build/*.o
LOCAL_CLEAN = build/*.o build/*.a
all: create_kos_link defaultall
# creates the kos link to the headers
create_kos_link:
rm -f ../include/vorbis
ln -s ../libtremor/include ../include/vorbis
include $(KOS_BASE)/addons/Makefile.prefab