#############################################################################
# Makefile for building: RaConfig2500
# Generated by qmake (1.07a) (Qt 3.3.3) on: Wed Aug 24 16:24:04 2005
# Project:  raconfig2500.pro
# Template: app
# Command: $(QMAKE) -o Makefile raconfig2500.pro
#############################################################################

####### Compiler, tools and options

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = yacc
CFLAGS   = -pipe -w -O2 -g -pipe -m32 -march=i386 -mtune=pentium4  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
CXXFLAGS = -pipe -w -O2 -g -pipe -m32 -march=i386 -mtune=pentium4  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I/usr/lib/qt-3.3/mkspecs/default -I. -I. -I$(QTDIR)/include
LINK     = g++
LFLAGS   = 
LIBS     = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
AR       = ar cqs
RANLIB   = 
MOC      = $(QTDIR)/bin/moc
UIC      = $(QTDIR)/bin/uic
QMAKE    = qmake
TAR      = tar -cf
GZIP     = gzip -9f
COPY     = cp -f
COPY_FILE= $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE= $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
DEL_FILE = rm -f
SYMLINK  = ln -sf
DEL_DIR  = rmdir
MOVE     = mv -f
CHK_DIR_EXISTS= test -d
MKDIR    = mkdir -p

####### Output directory

OBJECTS_DIR = ./

####### Files

HEADERS = RaPropSheet.h \
		cardselect.h \
		countryform.h \
		addprofiledlg.h \
		qhexvalidator.h \
		authsecudlg.h \
		hiddenssiddlg.h \
		configapi.h \
		sha1.h \
		rt_tool.h
SOURCES = RaPropSheet.cpp \
		DebugPrint.cpp \
		cardselect.cpp \
		countryform.cpp \
		addprofiledlg.cpp \
		qhexvalidator.cpp \
		authsecudlg.cpp \
		hiddenssiddlg.cpp \
		configapi.cpp \
		sha1.cpp \
		rt_tool.cpp \
		RaConfig2500.cpp
OBJECTS = RaPropSheet.o \
		DebugPrint.o \
		cardselect.o \
		countryform.o \
		addprofiledlg.o \
		qhexvalidator.o \
		authsecudlg.o \
		hiddenssiddlg.o \
		configapi.o \
		sha1.o \
		rt_tool.o \
		RaConfig2500.o \
		qmake_image_collection.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = moc_RaPropSheet.cpp \
		moc_cardselect.cpp \
		moc_countryform.cpp \
		moc_addprofiledlg.cpp \
		moc_authsecudlg.cpp \
		moc_hiddenssiddlg.cpp
OBJMOC = moc_RaPropSheet.o \
		moc_cardselect.o \
		moc_countryform.o \
		moc_addprofiledlg.o \
		moc_authsecudlg.o \
		moc_hiddenssiddlg.o
DIST	   = raconfig2500.pro
QMAKE_TARGET = RaConfig2500
DESTDIR  = 
TARGET   = RaConfig2500

first: all
####### Implicit rules

.SUFFIXES: .c .o .cpp .cc .cxx .C

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

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

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

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<

####### Build rules

all: Makefile $(TARGET)

$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC)  
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(OBJCOMP) $(LIBS)

mocables: $(SRCMOC)
uicables: $(UICDECLS) $(UICIMPLS)

$(MOC): 
	( cd $(QTDIR)/src/moc && $(MAKE) )

Makefile: raconfig2500.pro  /usr/lib/qt-3.3/mkspecs/default/qmake.conf /usr/lib/qt-3.3/lib/libqt-mt.prl
	$(QMAKE) -o Makefile raconfig2500.pro
qmake: 
	@$(QMAKE) -o Makefile raconfig2500.pro

dist: 
	@mkdir -p .tmp/RaConfig2500 && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/RaConfig2500/ && $(COPY_FILE) --parents ico/rtlogo.png ico/adapter.xpm ico/RaConfig2500.xpm ico/check16.xpm ico/uncheck16.xpm ico/radiooff.png ico/radioon.png ico/handshak16.xpm ico/noactive16.xpm .tmp/RaConfig2500/ && ( cd `dirname .tmp/RaConfig2500` && $(TAR) RaConfig2500.tar RaConfig2500 && $(GZIP) RaConfig2500.tar ) && $(MOVE) `dirname .tmp/RaConfig2500`/RaConfig2500.tar.gz . && $(DEL_FILE) -r .tmp/RaConfig2500

mocclean:
	-$(DEL_FILE) $(OBJMOC)
	-$(DEL_FILE) $(SRCMOC)

uiclean:

yaccclean:
lexclean:
clean: mocclean
	-$(DEL_FILE) $(OBJECTS)
		-$(DEL_FILE) qmake_image_collection.cpp
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) $(TARGET)


FORCE:

####### Compile

RaPropSheet.o: RaPropSheet.cpp RaPropSheet.h \
		addprofiledlg.h \
		authsecudlg.h \
		hiddenssiddlg.h \
		rt_tool.h \
		configapi.h \
		DebugPrint.h \
		Oid.h \
		ids.h \
		StructDef.h \
		ProfilePage.cpp \
		LinkStatusPage.cpp \
		SiteSurvPage.cpp \
		StatisticPage.cpp \
		AdvancePage.cpp \
		AboutPage.cpp \
		ProfilePage.h \
		LinkStatusPage.h \
		SiteSurvPage.h \
		StatisticPage.h \
		AdvancePage.h \
		AboutPage.h \
		qhexvalidator.h

DebugPrint.o: DebugPrint.cpp DebugPrint.h

cardselect.o: cardselect.cpp cardselect.h \
		rt_tool.h \
		Oid.h

countryform.o: countryform.cpp countryform.h \
		rt_tool.h \
		Oid.h

addprofiledlg.o: addprofiledlg.cpp addprofiledlg.h \
		DebugPrint.h \
		rt_tool.h \
		qhexvalidator.h \
		Oid.h

qhexvalidator.o: qhexvalidator.cpp qhexvalidator.h

authsecudlg.o: authsecudlg.cpp authsecudlg.h \
		ids.h \
		DebugPrint.h \
		rt_tool.h \
		StructDef.h \
		qhexvalidator.h \
		Oid.h

hiddenssiddlg.o: hiddenssiddlg.cpp hiddenssiddlg.h

configapi.o: configapi.cpp configapi.h \
		DebugPrint.h

sha1.o: sha1.cpp sha1.h

rt_tool.o: rt_tool.cpp rt_tool.h \
		sha1.h \
		Oid.h

RaConfig2500.o: RaConfig2500.cpp RaPropSheet.h \
		countryform.h \
		cardselect.h \
		configapi.h \
		rt_tool.h \
		DebugPrint.h \
		StructDef.h \
		ProfilePage.h \
		LinkStatusPage.h \
		SiteSurvPage.h \
		StatisticPage.h \
		AdvancePage.h \
		AboutPage.h \
		Oid.h

moc_RaPropSheet.o: moc_RaPropSheet.cpp  RaPropSheet.h rt_tool.h \
		StructDef.h \
		ProfilePage.h \
		LinkStatusPage.h \
		SiteSurvPage.h \
		StatisticPage.h \
		AdvancePage.h \
		AboutPage.h \
		Oid.h

moc_cardselect.o: moc_cardselect.cpp  cardselect.h rt_tool.h \
		Oid.h

moc_countryform.o: moc_countryform.cpp  countryform.h 

moc_addprofiledlg.o: moc_addprofiledlg.cpp  addprofiledlg.h rt_tool.h \
		qhexvalidator.h \
		Oid.h

moc_authsecudlg.o: moc_authsecudlg.cpp  authsecudlg.h rt_tool.h \
		StructDef.h \
		qhexvalidator.h \
		Oid.h

moc_hiddenssiddlg.o: moc_hiddenssiddlg.cpp  hiddenssiddlg.h 

moc_RaPropSheet.cpp: $(MOC) RaPropSheet.h
	$(MOC) RaPropSheet.h -o moc_RaPropSheet.cpp

moc_cardselect.cpp: $(MOC) cardselect.h
	$(MOC) cardselect.h -o moc_cardselect.cpp

moc_countryform.cpp: $(MOC) countryform.h
	$(MOC) countryform.h -o moc_countryform.cpp

moc_addprofiledlg.cpp: $(MOC) addprofiledlg.h
	$(MOC) addprofiledlg.h -o moc_addprofiledlg.cpp

moc_authsecudlg.cpp: $(MOC) authsecudlg.h
	$(MOC) authsecudlg.h -o moc_authsecudlg.cpp

moc_hiddenssiddlg.cpp: $(MOC) hiddenssiddlg.h
	$(MOC) hiddenssiddlg.h -o moc_hiddenssiddlg.cpp

qmake_image_collection.o: qmake_image_collection.cpp

qmake_image_collection.cpp: ico/rtlogo.png \
		ico/adapter.xpm \
		ico/RaConfig2500.xpm \
		ico/check16.xpm \
		ico/uncheck16.xpm \
		ico/radiooff.png \
		ico/radioon.png \
		ico/handshak16.xpm \
		ico/noactive16.xpm
	$(UIC)  -embed RaConfig2500 ico/rtlogo.png ico/adapter.xpm ico/RaConfig2500.xpm ico/check16.xpm ico/uncheck16.xpm ico/radiooff.png ico/radioon.png ico/handshak16.xpm ico/noactive16.xpm -o qmake_image_collection.cpp

####### Install

install:  

uninstall:  

