Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6356 → Rev 6668

/contrib/sdk/sources/sound/Makefile
2,6 → 2,8
AR = kos32-ar
FASM:= fasm
 
INSTALLDIR:= /home/autobuild/tools/win32/lib
 
TARGET:= libsound
 
dirs := ./src
18,4 → 20,4
 
$(TARGET).a: $(target_objs) Makefile
$(AR) cvrs $@ $(target_objs)
mv -f $@ ../../lib
mv -f $@ $(INSTALLDIR)