Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 42 → Rev 43

/shark/trunk/ports/fftw/rfftw/makefile
3,6 → 3,7
ifndef BASE
BASE=../../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = fftr
/shark/trunk/ports/fftw/fftw/makefile
3,6 → 3,7
ifndef BASE
BASE=../../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = fftc
/shark/trunk/ports/mpeg/makefile
7,6 → 7,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = mpeg
/shark/trunk/ports/mpg123/makefile
7,6 → 7,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = mp3
/shark/trunk/ports/makefile
17,7 → 17,7
 
cleanall: $(p_cleanall)
 
depend: $(p_depend)
depend: $(pdepend)
 
prefixinstall_%:
make -C $* install