TARGET=fileprov
INCLUDE=-I $(SMROOT)/services/l4/lib/librmgr/include -I$(SMROOT)/services/oskit
EXTRA_CFLAGS = -g -Wall # -D__DEBUG__
EXTRA_LDFLAGS = -static
LIBS = -L$(SMROOT)/services/l4/lib/librmgr -lrmgr \
       -L$(SMROOT)/services/lib -lname -lcow -lrmpager -lservices -lutils -lc

O_OBJS = /usr/lib/crt1.o /usr/lib/crti.o fileprov.o idl/fileprov-server.o\
         /usr/lib/crtn.o
L_OBJS =

all:	world
world:	$(TARGET)

include $(SMROOT)/Makeconf.$(USER)


