1 # Makefile for Data Store Server (DS)
14 # programs, flags, etc.
16 CFLAGS
= -I
$i $(CPROFILE
)
18 LIBS
= -lsysutil
-lsys
25 $(CC
) -o
$@
$(LDFLAGS
) $(OBJ
) $(LIBS
)
28 # install with other servers
30 install -o root
-c
$?
/sbin
/$(SERVER
)
31 # install -o root -cs $? $@
33 # clean up local files
35 rm -f
$(SERVER
) *.o
*.bak
38 mkdep
"$(CC) -E $(CPPFLAGS)" *.c
> .depend
40 # Include generated dependencies.