Subversion Repositories Kolibri OS

Rev

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

Rev 6924 Rev 7195
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)
-
 
34
 
32
$(LIBRARY).a: $(OBJS) Makefile
Line 35... Line 33...
35
install: $(LIBRARY).a
33
	$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
36
	mv -f $(LIBRARY).a $(INSTALLDIR)
34
	mv -f $(LIBRARY).a $(INSTALLDIR)