# Generated automatically from Makefile.in by configure.
VPATH = ../../../../src/tools/io
srcdir = ../../../../src/tools/io
include /shadow-2.3.0/i386/Config.mk

# define the source and object module names.
FSRCS = 		\
	cmdline.F

CSRCS = 		\
	fstr.c		\
	getarg.c	\
	groutines.c	\
	hash.c		\
	misc.c
#	get_text.c	\

SRCS = $(FSRCS) $(CSRCS)
PREPROCSRCS = 
HDRS = 			\
	groutines.h	\
	hash.h		\
	libcxrl.h

OBJS = 			\
	cmdline$(objext)	\
	fstr$(objext)		\
	getarg$(objext)	\
	groutines$(objext)	\
	hash$(objext)		\
	misc$(objext)
#	get_text$(objext)	\

# define object modules that go into the library.
LIBOBJS = $(OBJS)

# define the files included in the distribution.
VMSFILES = MAKE-IO.COM

# Define Current directory
CURRENT_DIR = ./src/tools/io

# Define the name for the modules in this directory.
MODULE = g-routines

# define the local target library.
TOOLSET_LIB = ./libtoolset$(libext)

# The targets for this module of SHADOW.
LIBRARIES =  $(TOOLSET_LIB)

all: $(LIBRARIES) $(PROGRAMS) $(DATAFILES)

clean: do_clean
distclean: do_distclean
install: do_install

# ----------------------------------------------------------------------
# Define the local build targets.
# ----------------------------------------------------------------------

$(TOOLSET_LIB): $(LIBOBJS)
	@$(ECHO) ""; $(ECHO) "## Start creating SHADOW g-routines library $@ ##"
	-$(RM) $(RMOPTS) $@
	$(AR) $(ARFLAGS) $@ $(LIBOBJS)
	$(RANLIB) $@
	@$(ECHO) "## Done creating SHADOW g-routines library $@ ##"; $(ECHO) ""


# ----------------------------------------------------------------------
# Local dependencies.
# ----------------------------------------------------------------------


# ----------------------------------------------------------------------
# End of the local Makefile. 
# ----------------------------------------------------------------------

