Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4367 → Rev 4819

/contrib/sdk/sources/pixman/Makefile
59,15 → 59,14
 
# targets
 
all:$(LIBRARY).a $(LIBRARY).dll
all:lib$(LIBRARY).a $(LIBRARY).dll
 
ebox:$(LIBRARY).a $(LIBRARY).dll
ebox:$lib(LIBRARY).a $(LIBRARY).dll
 
lib$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs lib$(LIBRARY).a $(OBJECTS)
mv -f lib$(LIBRARY).a ../../lib
 
$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs $(LIBRARY).a $(OBJECTS)
mv -f $(LIBRARY).a ../../lib
 
$(LIBRARY).dll: $(LIBRARY).def $(OBJECTS) Makefile
$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(LIBRARY).def $(OBJECTS) $(LIBS)
$(STRIP) $@