Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. # This is the makefile in kolibrios/contrib/network/netsurf/libnsgif/
  2. # Need to add recursive calling to all the subdirectories. For now, use the generated .a file for testing.
  3.  
  4. OUTFILE := $(CURDIR)/libnsgif.a
  5.  
  6. OBJS = $(wildcard src/*.o)
  7.  
  8. include $(MENUETDEV)/makefiles/Makefile_for_lib
  9.