Subversion Repositories Kolibri OS

Rev

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

  1.  
  2. #include $(NSBUILD)/Makefile.subdir
  3. # This is the makefile in kolibrios/contrib/network/netsurf/libparserutils/src
  4. # Need to add recursive calling to all the subdirectories. For now, use the generated .a file for testing.
  5.  
  6. OUTFILE := $(CURDIR)/libparseutils.a
  7. OBJS = $(wildcard charset/*.o)
  8. OBJS := $(OBJS) $(wildcard charset/codecs/*.o)
  9. OBJS := $(OBJS) $(wildcard charset/encodings/*.o)
  10. OBJS := $(OBJS) $(wildcard input/*.o)
  11. OBJS := $(OBJS) $(wildcard utils/*.o)
  12.  
  13. include $(MENUETDEV)/makefiles/Makefile_for_lib
  14.  
  15.