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

CXX=g++-4.0.1
CXXFLAGS=-O2 -I/disk2/local2/src/xmlwrapp-0.5.0/include
AR=ar
ARFLAGS=rc
SAR=g++-4.0.1
SARFLAGS=
LD=g++-4.0.1  
LDFLAGS='/disk2/local2/src/xmlwrapp-0.5.0/src/libxslt/libxsltwrapp.a' '/disk2/local2/src/xmlwrapp-0.5.0/src/libxml/libxmlwrapp.a' -L/usr/lib -lxslt -L/usr/lib -lexslt -L/usr/lib -lxml2 -L/usr/lib -lz -L/usr/lib -lpthread -L/usr/lib -lm
POST_LDFLAGS=
OBJECTS=example.o
TARGETS=example

all: $(TARGETS)

example: $(OBJECTS)
	$(LD) -o example   $(OBJECTS) $(LDFLAGS) $(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 $<

