diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-20 05:00:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-20 05:00:13 +0000 |
commit | 01dc1fd220d6f17929bb613412dd2f54fe8eb438 (patch) | |
tree | 6bd8b1063cb71fa4e53ba243273bc55ca4ec1b44 /Makefile | |
parent | 9ed18c7064226e1edc06f5a51fd569083971d448 (diff) |
made complete library, supporting 'make install' and 'make dist'backups/externals/bbogart/chaos@15629
svn path=/trunk/externals/bbogart/chaos/; revision=15626
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ LIBRARY_NAME = chaos # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI # objects, the matching .tcl file too -SOURCES = attract1.c base3.c base.c chaos.c dejong.c gingerbreadman.c henon.c hopalong.c ikeda.c latoocarfian.c latoomutalpha.c latoomutbeta.c latoomutgamma.c logistic.c lorenz.c lotka_volterra.c martin.c mlogistic.c pickover.c popcorn.c quadruptwo.c rossler.c standardmap.c strange1.c tent.c three_d.c threeply.c tinkerbell.c unity.c +SOURCES = attract1.c base3.c base.c dejong.c gingerbreadman.c henon.c hopalong.c ikeda.c latoocarfian.c latoomutalpha.c latoomutbeta.c latoomutgamma.c logistic.c lorenz.c lotkavolterra.c martin.c mlogistic.c pickover.c popcorn.c quadruptwo.c rossler.c standardmap.c strange1.c tent.c three_d.c threeply.c tinkerbell.c unity.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically |