Subversion Repositories Kolibri OS

Rev

Rev 6531 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6531 Rev 6924
Line 29... Line 29...
29
 
29
 
Line 30... Line 30...
30
all:$(LIBRARY).a 
30
all:$(LIBRARY).a 
31
 
31
 
-
 
32
$(LIBRARY).a: $(OBJS) Makefile
-
 
33
	$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
32
$(LIBRARY).a: $(OBJS) Makefile
34
 
Line 33... Line 35...
33
	$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
35
install: $(LIBRARY).a
34
	mv -f $(LIBRARY).a $(INSTALLDIR)
36
	mv -f $(LIBRARY).a $(INSTALLDIR)