aboutsummaryrefslogtreecommitdiff
path: root/chaos/package.txt
blob: cd87590effe1261c8d34b8274774f14f99b3a514 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
NAME=chaos

SRCDIR=src

#PRECOMPILE=chaos.hpp

SRCS= \
main.cpp \
bernoulli_dsp.cpp \
bernoulli_msg.cpp \
bungalow_tent_dsp.cpp \
bungalow_tent_msg.cpp \
chaos_base.cpp \
chaos_dsp.cpp \
chua_dsp.cpp \
chua_msg.cpp \
circle_map_dsp.cpp \
circle_map_msg.cpp \
coupled_logistic_dsp.cpp \
coupled_logistic_msg.cpp \
driven_anharmonic_dsp.cpp \
driven_anharmonic_msg.cpp \
driven_van_der_pol_dsp.cpp \
driven_van_der_pol_msg.cpp \
duffing_map_dsp.cpp \
duffing_map_msg.cpp \
gauss_map_dsp.cpp \
gauss_map_msg.cpp \
henon_map_dsp.cpp \
henon_map_msg.cpp \
ikeda_laser_map_dsp.cpp \
ikeda_laser_map_msg.cpp \
latoocarfian_dsp.cpp \
latoocarfian_msg.cpp \
latoomutalpha_dsp.cpp \
latoomutalpha_msg.cpp \
latoomutbeta_dsp.cpp \
latoomutbeta_msg.cpp \
latoomutgamma_dsp.cpp \
latoomutgamma_msg.cpp \
logistic_dsp.cpp \
logistic_msg.cpp \
lorenz_dsp.cpp \
lorenz_msg.cpp \
lozi_map_dsp.cpp \
lozi_map_msg.cpp \
ode_base.cpp \
roessler_dsp.cpp \
roessler_msg.cpp \
sine_map_dsp.cpp \
sine_map_msg.cpp \
standard_map_dsp.cpp \
standard_map_msg.cpp \
tent_map_dsp.cpp \
tent_map_msg.cpp \

HDRS= \
bernoulli_map.hpp \
bungalow_tent_map.hpp \
chaos.hpp \
chaos_base.hpp \
chaos_defs.hpp \
chaos_dsp.hpp \
chaos_msg.hpp \
chua.hpp \
circle_map.hpp \
coupled_logistic.hpp \
driven_anharmonic.hpp \
driven_van_der_pol.hpp \
duffing_map.hpp \
gauss_map.hpp \
henon_map.hpp \
ikeda_laser_map.hpp \
latoocarfian.hpp \
latoomutalpha.hpp \
latoomutbeta.hpp \
latoomutgamma.hpp \
logistic_map.hpp \
lorenz.hpp \
lozi_map.hpp \
map_base.hpp \
ode_base.hpp \
roessler.hpp \
sine_map.hpp \
standard_map.hpp \
tent_map.hpp