Subversion Repositories Kolibri OS

Rev

Rev 5563 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5563 Rev 6606
Line 112... Line 112...
112
all: libglsl.a
112
all: libglsl.a
Line 113... Line 113...
113
 
113
 
114
libglsl.a : $(GLSL_OBJS) Makefile
114
libglsl.a : $(GLSL_OBJS) Makefile
115
	$(AR) crs libglsl.a $(GLSL_OBJS)
115
	$(AR) crs libglsl.a $(GLSL_OBJS)
Line 116... Line 116...
116
	mv -f libglsl.a $(SDK_DIR)/lib
116
	mv -f libglsl.a $(INSTALLDIR)
117
 
117
 
Line 118... Line 118...
118
%.o : %.c Makefile
118
%.o : %.c Makefile