############################################################################# # Makefile for building: wizard2 # Generated by qmake (1.06c) (Qt 3.2.1) on: Sun Oct 12 17:59:14 2003 # Project: wizard2.pro # Template: app # Command: $(QMAKE) -o Makefile wizard2.pro ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ LEX = flex YACC = yacc CFLAGS = -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED CXXFLAGS = -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED LEXFLAGS = YACCFLAGS= -d INCPATH = -I/usr/local/qt/mkspecs/linux-g++ -I. -I$(QTDIR)/include LINK = g++ LFLAGS = -Wl,-rpath,$(QTDIR)/lib LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -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 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 = SOURCES = wizard2.cpp OBJECTS = wizard2.o FORMS = UICDECLS = UICIMPLS = SRCMOC = wizard2.moc OBJMOC = DIST = wizard2.pro QMAKE_TARGET = wizard2 DESTDIR = TARGET = wizard2 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) $(LIBS) $(OBJCOMP) mocables: $(SRCMOC) uicables: $(UICDECLS) $(UICIMPLS) $(MOC): ( cd $(QTDIR)/src/moc ; $(MAKE) ) Makefile: wizard2.pro /usr/local/qt/mkspecs/linux-g++/qmake.conf /usr/local/qt/lib/libqt.prl $(QMAKE) -o Makefile wizard2.pro qmake: @$(QMAKE) -o Makefile wizard2.pro dist: @mkdir -p .tmp/wizard2 && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/wizard2/ && ( cd `dirname .tmp/wizard2` && $(TAR) wizard2.tar wizard2 && $(GZIP) wizard2.tar ) && $(MOVE) `dirname .tmp/wizard2`/wizard2.tar.gz . && $(DEL_FILE) -r .tmp/wizard2 mocclean: -$(DEL_FILE) $(SRCMOC) uiclean: yaccclean: lexclean: clean: mocclean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) $(TARGET) FORCE: ####### Compile wizard2.o: wizard2.cpp wizard2.moc wizard2.moc: $(MOC) wizard2.cpp $(MOC) wizard2.cpp -o wizard2.moc ####### Install install: all uninstall: