panthema / 2006 / SDIOS06 / sdios06 / src / minixfs / Makefile.in (Download File)
##
## $Id: Makefile.in 172 2006-07-26 15:00:01Z sdi2 $
##

srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@

include $(top_srcdir)/Mk/l4.base.mk

PROGRAM = minixfs
PROGRAM_DEPS = \
	$(top_builddir)/lib/l4/libl4.a \
	$(top_builddir)/lib/io/libio.a \
	$(top_builddir)/lib/sdi/libsdi.a \
	$(top_builddir)/lib/libc/libc.a \
	$(top_srcdir)/include/$(ARCH)/sdi.ld

SRCS = \
	../$(ARCH)-crt0.S \
	minixfsmain.cc \
	filesystem.cc \
	objectstore.cc \
	minixfs-server.cc

IDLS = minixfs.idl

minixfs.idl: $(top_srcdir)/if/iflocator.idl $(top_srcdir)/if/iffile.idl $(top_srcdir)/if/iffiledirectory.idl

LIBS += -lc -lsdi -ll4 -lio
LDFLAGS += $(PROGRAM_LDFLAGS) -T $(top_builddir)/include/$(ARCH)/sdi.ld

include $(top_srcdir)/Mk/l4.prog.mk