fiss

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

Makefile (218B)


      1 TOPDIR=../..
      2 -include $(TOPDIR)/config.mk
      3 
      4 OBJS = 
      5 BINS = seedrng
      6 INTERM =
      7 MANS = 
      8 PAGES = 
      9 HEADERS =
     10 LIBS = $(LIBDIR)/libutil/libutil.a $(LIBDIR)/libfmt/libfmt.a $(LIBDIR)/libutf/libutf.a
     11 
     12 include $(TOPDIR)/mk/prog.mk