Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 35 → Rev 2

/shark/branches/pj/ports/fftw/makefile
1,6 → 1,12
 
.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/branches/pj/ports/mpg123/mpg123.h
1,3 → 1,4
#define exit l1_exit
/*
* mpg123 defines
* used source: musicout.h from mpegaudio package
4,7 → 5,6
*/
 
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <math.h>
/shark/branches/pj/ports/makefile
1,5 → 1,5
 
dirs := $(filter-out CVS cvs makefile, $(wildcard *))
dirs := $(filter-out CVS makefile, $(wildcard *))
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))
p_clean := $(addprefix prefixclean_, $(dirs))