fiss

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

Makefile (336B)


      1 TOPDIR = ../..
      2 -include $(TOPDIR)/config.mk
      3 
      4 BINS += fsvs
      5 OBJS += message.o supervise.o service.o start.o \
      6 		stop.o register.o handle_exit.o handle_command.o \
      7 		encode.o dependency.o status.o 
      8 
      9 HEADERS +=  message.h service.h stage.h
     10 LIBS = $(LIBDIR)/libutil/libutil.a
     11 MANS += fsvs.8
     12 PAGES += fsvs.8.html
     13 
     14 include $(TOPDIR)/mk/prog.mk