aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/package.txt
blob: c4b2d9a9d742cd2e14e276a492f9fa7e1b9eb178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# flext - C++ layer for Max/MSP and pd (pure data) externals
#
# Copyright (c) 2001-2005 Thomas Grill (gr@grrrr.org)
# For information on usage and redistribution, and for a DISCLAIMER OF ALL
# WARRANTIES, see the file, "license.txt," in this distribution.  
#
# more information on http://grrrr.org/ext
# ------------------------------------------------------------------------
#
# This file contains information for the building process
#
# DO NOT EDIT!!
#
# ------------------------------------------------------------------------

NAME=flext

BUILDCLASS=flext
BUILDMODE=all
BUILDTYPE=all

BUILDDIR=build

SRCDIR=source

PRECOMPILE=flext.h

SRCS= \
	flbase.cpp flext.cpp flbuf.cpp fldsp.cpp fllib.cpp \
	flxlet.cpp flattr.cpp flattr_ed.cpp flsupport.cpp \
	flutil.cpp flatom.cpp flatom_pr.cpp flthr.cpp fltimer.cpp flsimd.cpp flout.cpp \
	flatom_part.cpp flitem.cpp flmeth.cpp flmsg.cpp \
	flproxy.cpp flqueue.cpp flbind.cpp flmap.cpp
HDRS= \
	flext.h flprefix.h flstdc.h flinternal.h flfeatures.h \
	flbase.h flclass.h flsupport.h fldsp.h \
	flmap.h flcontainers.h \
	fldefs.h fldefs_hdr.h fldefs_setup.h \
	fldefs_methcb.h fldefs_meththr.h fldefs_methadd.h fldefs_methbind.h fldefs_methcall.h \
	fldefs_attrcb.h fldefs_attrvar.h fldefs_attradd.h


SRCS_SNDOBJ=flsndobj.cpp
HDRS_SNDOBJ=flsndobj.h

SRCS_STK=flstk.cpp
HDRS_STK=flstk.h