comparison libmpcodecs/Makefile @ 21228:e57ac78dc8e7

simplify
author diego
date Sat, 25 Nov 2006 18:45:03 +0000
parents 68df3b19a160
children 92b122592776
comparison
equal deleted inserted replaced
21227:308495b6d611 21228:e57ac78dc8e7
321 .c.o: 321 .c.o:
322 $(CC) -c $(CFLAGS) -o $@ $< 322 $(CC) -c $(CFLAGS) -o $@ $<
323 323
324 all: $(LIBS) 324 all: $(LIBS)
325 325
326 $(LIBNAME): $(OBJS) 326 $(LIBNAME): $(OBJS)
327 $(AR) r $(LIBNAME) $(OBJS) 327 $(AR) r $@ $^
328 $(RANLIB) $(LIBNAME) 328 $(RANLIB) $@
329 329
330 $(LIBNAME2): $(OBJS2) 330 $(LIBNAME2): $(OBJS2)
331 $(AR) r $(LIBNAME2) $(OBJS2) 331 $(AR) r $@ $^
332 $(RANLIB) $(LIBNAME2) 332 $(RANLIB) $@
333 333
334 clean: 334 clean:
335 rm -f *.o *.a *~ 335 rm -f *.o *.a *~
336 rm -f native/*.o native/*.a native/*~ 336 rm -f native/*.o native/*.a native/*~
337 337