# This Makefile automaticly generated by /disk2/local2/src/xmlwrapp-0.5.0/tools/mkmf
# File created on: Thu Sep  8 13:35:22 2005
# DO NOT EDIT THIS FILE!

CXX=g++-4.0.1
CXXFLAGS=-O2 -fpic -shared -I/disk2/local2/src/xmlwrapp-0.5.0/include -I/usr/include -I/usr/local/include/libxml2 -I/usr/include
AR=ar
ARFLAGS=rc
SAR=g++-4.0.1
SARFLAGS=
LD=g++-4.0.1  
LDFLAGS=
POST_LDFLAGS=
OBJECTS=ait_impl.o attributes.o document.o dtd_impl.o event_parser.o init.o node.o node_iterator.o node_manip.o tree_parser.o utility.o
TARGETS=libxmlwrapp.a libxmlwrapp.so 

all: $(TARGETS)

libxmlwrapp.a: $(OBJECTS)
	$(AR) $(ARFLAGS) libxmlwrapp.a $(OBJECTS)

libxmlwrapp.so: $(OBJECTS)
	$(SAR) $(SARFLAGS) -shared -o libxmlwrapp.so -Wl,-soname,libxmlwrapp.so.5 $(OBJECTS) $(POST_LDFLAGS)

clean: 
	- rm -f $(OBJECTS) $(TARGETS) *.core core 

realclean: clean
	- rm -f Makefile

.SUFFIXES: .cxx
.SUFFIXES: .obj

.cxx.o:
	$(CXX) $(CXXFLAGS) -c $<

.cxx.obj:
	$(CXX) $(CXXFLAGS) -c $<

