fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

Makefile (428B)


      1 TOPDIR=../..
      2 -include $(TOPDIR)/config.mk
      3 
      4 OBJS = rune.o \
      5 	runestrcat.o \
      6 	runestrchr.o \
      7 	runestrcmp.o \
      8 	runestrcpy.o \
      9 	runestrdup.o \
     10 	runestrlen.o \
     11 	runestrecpy.o \
     12 	runestrncat.o \
     13 	runestrncmp.o \
     14 	runestrncpy.o \
     15 	runestrrchr.o \
     16 	runestrstr.o \
     17 	runetype.o \
     18 	utfecpy.o \
     19 	utflen.o \
     20 	utfnlen.o \
     21 	utfrrune.o \
     22 	utfrune.o \
     23 	utfutf.o
     24 
     25 HEADERS = plan9.h  utf.h  utfdef.h
     26 LIBRARY = libutf.a
     27 
     28 include $(TOPDIR)/mk/lib.mk