# Generated automatically from Makefile.in by configure.

# vi:sw=8:ts=8

INCDIR		= -I/usr/local/qt/include -Iinclude -I. -I$(EXPLOREDIR)/include
LIBS		= -L../src -lX11 -lexplorer -lqt  -L/usr/local/qt/lib -lSM -lICE 
CXXFLAGS	= $(INCDIR) -g -O2  -I/usr/X11R6/include
LFLAGS		= -L/usr/X11R6/lib $(LIBS)
CXX		= c++
MOC		= /usr/local/qt/bin/moc
SHELL		= /bin/sh

#######	Implicit rules

.SUFFIXES: .cpp

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

#######	Files

SRCS1		= main_run.cpp
OBJS1		= main_run.o
SRCS2		= main_dlg.cpp
OBJS2		= main_dlg.o
HEADERS		= run.h
METAOBJS	= mrun.cpp
TARGET1		= run
TARGET2		= ewidget


#######	Build rules

all:    $(OBJS1) $(OBJS2) $(METAOBJS)
	$(CXX) $(CXXFLAGS) $(OBJS1) $(METAOBJS) -o $(TARGET1) $(LFLAGS)
	$(CXX) $(CXXFLAGS) $(OBJS2) -o $(TARGET2) $(LFLAGS)
	
depend: $(SRCMETA)
	@makedepend -I$(INCDIR) $(SOURCES) $(SRCMETA) 2> /dev/null

showfiles:
	@echo $(SOURCES) $(HEADERS) Makefile

clean:  
	-rm core *.core *.*~ *~ *.o $(OBJS) $(METAOBJS) $(TARGET1) $(TARGET2)


$(METAOBJS) : $(HEADERS)
	$(MOC) $(HEADERS) -o $(METAOBJS)


# DO NOT DELETE THIS LINE -- make depend depends on it.




