# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


srcdir = .   
VPATH = .:.  
topdir = ..   
BUILD_DIR = .

INSTALL = /usr/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644

CC = vpcc    
RANLIB = ranlib
AR = vpar    
ARFLAGS = cr 
RM = rm
CP = cp
MV = mv

SHELL = /bin/sh

CFLAGS=-g -Wall -Wmissing-prototypes -O2
LOCAL_CFLAGS=
CPPFLAGS={-D_FILE_OFFSET_BITS=64} 
LDFLAGS=-L../ -lglib
#LDFLAGS =  -rdynamic

DEFS={-DHAVE_CONFIG_H}
LOCAL_DEFS=  
#LOCAL_DEFS=-DSHELL

CCFLAGS = $(DEFS) $(LOCAL_DEFS) $(CPPFLAGS) $(LOCAL_CFLAGS) $(CFLAGS)

HFILE=../glib.h

# Here is a rule for making .o files from .c files that doesn't force
# the type of the machine (like -sun3) into the flags.
.c.o:
	$(CC) -I../ -L../ -lglib -g -Wall -Wmissing-prototypes -O2 -c $(DEFS) $<

#	$(CC) {-L../} {-lglib} -pipe -c -{I..} $(CCFLAGS) $<

TESTS=array-test.00 dirname-test.00 hash-test.00 list-test.00 node-test.00 \
relation-test.00 slist-test.00 string-test.00 strfunc-test.00 tree-test.00 \
type-test.00

SOURCES=array-test.c dirname-test.c hash-test.c list-test.c node-test.c \
relation-test.c slist-test.c string-test.c strfunc-test.c tree-test.c \
type-test.c

OBJECTS=array-test.o dirname-test.o hash-test.o list-test.o node-test.o \
relation-test.o slist-test.o string-test.o strfunc-test.o tree-test.o \
type-test.o

all: array-test dirname-test hash-test list-test node-test relation-test \
slist-test string-test strfunc-test tree-test type-test

clean:
	-rm -f $(OBJECTS)
	-rm -f $(TESTS)

# Dependencies for the object files

array-test.o: array-test.c $(HFILE)
dirname-test.o: dirname-test.c $(HFILE)
hash-test.o: hash-test.c $(HFILE)
list-test.o: list-test.c $(HFILE)
node-test.o: node-test.c $(HFILE)
relation-test.o: relation-test.c $(HFILE)
slist-test.o: slist-test.c $(HFILE)
string-test.o: string-test.c $(HFILE)
strfunc-test.o: strfunc-test.c $(HFILE)
tree-test.o: tree-test.c $(HFILE)
type-test.o: type-test.c $(HFILE)
