/shark/tags/rel_0_3/ports/fftw/makefile |
---|
1,12 → 1,6 |
.PHONY: all install clean cleanall depend |
all install:: |
@echo |
@echo These files have been ported to Hartik |
@echo You have to expect some warnings!!! |
@echo |
all install clean cleanall depend:: |
make -C rfftw $@ |
make -C fftw $@ |
/shark/tags/rel_0_3/ports/mpg123/mpg123.h |
---|
1,4 → 1,3 |
#define exit l1_exit |
/* |
* mpg123 defines |
* used source: musicout.h from mpegaudio package |
5,6 → 4,7 |
*/ |
#include <stdio.h> |
#include <stdlib.h> |
#include <string.h> |
#include <signal.h> |
#include <math.h> |
/shark/tags/rel_0_3/ports/makefile |
---|
1,5 → 1,5 |
dirs := $(filter-out CVS makefile, $(wildcard *)) |
dirs := $(filter-out CVS cvs makefile, $(wildcard *)) |
p_all := $(addprefix prefixall_, $(dirs)) |
p_install := $(addprefix prefixinstall_, $(dirs)) |
p_clean := $(addprefix prefixclean_, $(dirs)) |