diff options
author | musil <tmusil@users.sourceforge.net> | 2013-07-04 15:04:30 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2013-07-04 15:04:30 +0000 |
commit | 4d924e08a85c14d113842d3a1026d9d1d66c40ad (patch) | |
tree | bed01bd0463936372696ca5108a347813624c9dd /iemlib1/src/makefile | |
parent | 2f748dca4b0c20fc58c48d42f558db04e3ddf47d (diff) |
iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux
svn path=/trunk/externals/iemlib/; revision=17180
Diffstat (limited to 'iemlib1/src/makefile')
-rw-r--r-- | iemlib1/src/makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/iemlib1/src/makefile b/iemlib1/src/makefile index f1fa0e4..3e23fcf 100644 --- a/iemlib1/src/makefile +++ b/iemlib1/src/makefile @@ -1,4 +1,34 @@ TARGET = iemlib1 + +SRC = biquad_freq_resp.c \ + db2v.c \ + f2note.c \ + filter~.c \ + FIR~.c \ + for++.c \ + gate.c \ + hml_shelf~.c \ + iem_cot4~.c \ + iem_delay~.c \ + iem_pow4~.c \ + iem_sqrt4~.c \ + lp1_t~.c \ + mov_avrg_kern~.c \ + para_bp2~.c \ + peakenv~.c \ + peakenv_hold~.c \ + prvu~.c \ + pvu~.c \ + rvu~.c \ + sin_freq~.c \ + sin_phase~.c \ + sparse_FIR~.c \ + soundfile_info.c \ + split.c \ + v2db.c \ + vcf_filter~.c \ + $(TARGET).c + include ../../Make.include |