diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-02 20:42:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-02 20:42:38 +0000 |
commit | 8bbda088b6be12a1c8633a05f2c3edee28c3b493 (patch) | |
tree | 11349615ec18574fddf303aabd13e65dbff492ff /makefile | |
parent | 6b301232d846c96ba2687edd0e87e554e6167589 (diff) |
cleaned up cxc so that it passes the automated test in scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace
svn path=/trunk/externals/cxc/; revision=7538
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ CXXFLAGS = $(CFLAGS) LIBS = -lc -lm #LIBS = -lpthread -lm -lc -SOURCES = ENV.c ascseq.c ascwave.c bangfilt.c bangfilt2.c binshift.c cx.c ixprint.c mean.c microtime.c proc.c randomix.c reson.c sigdelta.c split.c +SOURCES = ENV.c ascseq.c ascwave.c bangfilt.c bangfilt2.c binshift.c cx.c ixprint.c mean.c utime.c proc.c randomix.c reson~.c sigdelta.c split.c TARGETS = $(SOURCES:.c=.$(EXT)) # all: $(TARGETS) |