SOURCE_PATHS := engines/deng engines/deng/audio_openal header/openal

default : build run;

include Makefile.node

build   : openal_libs ogg_vorbis_libs fpcprog;
run     : progrun;
clean   : cleancur;
test    : fpctest;
