]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/Makefile
First cut label dialog
[bacula/bacula] / bacula / src / qt-console / Makefile
index ec897f84ef61f571bff8f064d2203a1fb6da26e4..e25c2fcbb0e138cf94388ca9f5f6e19caf2024a8 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 # Makefile for building: bat
-# Generated by qmake (2.01a) (Qt 4.2.1) on: Sun Feb 4 16:56:30 2007
+# Generated by qmake (2.01a) (Qt 4.2.1) on: Fri Feb 9 18:42:06 2007
 # Project:  bat.pro
 # Template: app
 # Command: /usr/bin/qmake -unix -o Makefile bat.pro
@@ -51,9 +51,11 @@ SOURCES       = main.cpp \
                qstd.cpp \
                console/authenticate.cpp \
                console/console.cpp \
-               restore/brestore.cpp moc_mainwin.cpp \
+               restore/brestore.cpp \
+               label/label.cpp moc_mainwin.cpp \
                moc_console.cpp \
                moc_restore.cpp \
+               moc_label.cpp \
                qrc_main.cpp
 OBJECTS       = main.o \
                bat_conf.o \
@@ -62,9 +64,11 @@ OBJECTS       = main.o \
                authenticate.o \
                console.o \
                brestore.o \
+               label.o \
                moc_mainwin.o \
                moc_console.o \
                moc_restore.o \
+               moc_label.o \
                qrc_main.o
 DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
                /usr/share/qt4/mkspecs/common/g++.conf \
@@ -156,7 +160,7 @@ qmake:  FORCE
 
 dist: 
        @$(CHK_DIR_EXISTS) .tmp/bat1.0.0 || $(MKDIR) .tmp/bat1.0.0 
-       $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/bat1.0.0/ && $(COPY_FILE) --parents mainwin.h bat.h bat_conf.h qstd.h console/console.h restore/restore.h .tmp/bat1.0.0/ && $(COPY_FILE) --parents main.qrc .tmp/bat1.0.0/ && $(COPY_FILE) --parents main.cpp bat_conf.cpp mainwin.cpp qstd.cpp console/authenticate.cpp console/console.cpp restore/brestore.cpp .tmp/bat1.0.0/ && $(COPY_FILE) --parents main.ui label.ui console/console.ui restore/brestore.ui .tmp/bat1.0.0/ && (cd `dirname .tmp/bat1.0.0` && $(TAR) bat1.0.0.tar bat1.0.0 && $(COMPRESS) bat1.0.0.tar) && $(MOVE) `dirname .tmp/bat1.0.0`/bat1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/bat1.0.0
+       $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/bat1.0.0/ && $(COPY_FILE) --parents mainwin.h bat.h bat_conf.h qstd.h console/console.h restore/restore.h label/label.h .tmp/bat1.0.0/ && $(COPY_FILE) --parents main.qrc .tmp/bat1.0.0/ && $(COPY_FILE) --parents main.cpp bat_conf.cpp mainwin.cpp qstd.cpp console/authenticate.cpp console/console.cpp restore/brestore.cpp label/label.cpp .tmp/bat1.0.0/ && $(COPY_FILE) --parents main.ui label/label.ui console/console.ui restore/brestore.ui .tmp/bat1.0.0/ && (cd `dirname .tmp/bat1.0.0` && $(TAR) bat1.0.0.tar bat1.0.0 && $(COMPRESS) bat1.0.0.tar) && $(MOVE) `dirname .tmp/bat1.0.0`/bat1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/bat1.0.0
 
 
 yaccclean:
@@ -180,9 +184,9 @@ mocclean: compiler_moc_header_clean compiler_moc_source_clean
 
 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
 
-compiler_moc_header_make_all: moc_mainwin.cpp moc_console.cpp moc_restore.cpp
+compiler_moc_header_make_all: moc_mainwin.cpp moc_console.cpp moc_restore.cpp moc_label.cpp
 compiler_moc_header_clean:
-       -$(DEL_FILE) moc_mainwin.cpp moc_console.cpp moc_restore.cpp
+       -$(DEL_FILE) moc_mainwin.cpp moc_console.cpp moc_restore.cpp moc_label.cpp
 moc_mainwin.cpp: ui_main.h \
                mainwin.h \
                /usr/bin/moc
@@ -198,6 +202,11 @@ moc_restore.cpp: ui_brestore.h \
                /usr/bin/moc
        /usr/bin/moc $(DEFINES) $(INCPATH) restore/restore.h -o moc_restore.cpp
 
+moc_label.cpp: ui_label.h \
+               label/label.h \
+               /usr/bin/moc
+       /usr/bin/moc $(DEFINES) $(INCPATH) label/label.h -o moc_label.cpp
+
 compiler_rcc_make_all: qrc_main.cpp
 compiler_rcc_clean:
        -$(DEL_FILE) qrc_main.cpp
@@ -230,8 +239,8 @@ compiler_uic_clean:
 ui_main.h: main.ui
        /usr/bin/uic main.ui -o ui_main.h
 
-ui_label.h: label.ui
-       /usr/bin/uic label.ui -o ui_label.h
+ui_label.h: label/label.ui
+       /usr/bin/uic label/label.ui -o ui_label.h
 
 ui_console.h: console/console.ui
        /usr/bin/uic console/console.ui -o ui_console.h
@@ -288,6 +297,15 @@ brestore.o: restore/brestore.cpp bat.h \
                ui_brestore.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o brestore.o restore/brestore.cpp
 
+label.o: label/label.cpp bat.h \
+               mainwin.h \
+               ui_main.h \
+               bat_conf.h \
+               qstd.h \
+               label/label.h \
+               ui_label.h
+       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o label.o label/label.cpp
+
 moc_mainwin.o: moc_mainwin.cpp 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwin.o moc_mainwin.cpp
 
@@ -297,6 +315,9 @@ moc_console.o: moc_console.cpp
 moc_restore.o: moc_restore.cpp 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_restore.o moc_restore.cpp
 
+moc_label.o: moc_label.cpp 
+       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_label.o moc_label.cpp
+
 qrc_main.o: qrc_main.cpp 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_main.o qrc_main.cpp