fiss

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

Makefile (238B)


      1 TOPDIR=../..
      2 -include $(TOPDIR)/config.mk
      3 
      4 OBJS = ../fsvs/message.o
      5 BINS = vlogger
      6 INTERM = vlogger.8.txt
      7 MANS = vlogger.8
      8 PAGES = vlogger.8.html
      9 HEADERS = ../fsvs/message.h
     10 LIBS = $(LIBDIR)/libutil/libutil.a
     11 
     12 include $(TOPDIR)/mk/prog.mk