/[projects]/queensgui/Makefile
ViewVC logotype

Contents of /queensgui/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Thu Jul 19 21:34:15 2007 UTC (16 years, 10 months ago) by torben
File size: 1564 byte(s)
Initial import


1 #############################################################################
2 # Makefile for building: queensgui
3 # Generated by qmake (1.07a) (Qt 3.3.6) on: Thu Jul 19 19:04:09 2007
4 # Project: queensgui.pro
5 # Template: subdirs
6 # Command: $(QMAKE) -o Makefile queensgui.pro
7 #############################################################################
8
9 MAKEFILE = Makefile
10 QMAKE = qmake
11 DEL_FILE = rm -f
12 CHK_DIR_EXISTS= test -d
13 MKDIR = mkdir -p
14 INSTALL_FILE=
15 INSTALL_DIR =
16 SUBTARGETS = \
17 sub-src
18
19 first: all
20
21 all: Makefile $(SUBTARGETS)
22
23 src/$(MAKEFILE):
24 @$(CHK_DIR_EXISTS) "src" || $(MKDIR) "src"
25 cd src && $(QMAKE) src.pro -o $(MAKEFILE)
26 sub-src: src/$(MAKEFILE) FORCE
27 cd src && $(MAKE) -f $(MAKEFILE)
28
29 Makefile: queensgui.pro /usr/lib/qt3/mkspecs/default/qmake.conf
30 $(QMAKE) -o Makefile queensgui.pro
31 qmake: qmake_all
32 @$(QMAKE) -o Makefile queensgui.pro
33
34 all: $(SUBTARGETS)
35 qmake_all: src/$(MAKEFILE)
36 ( [ -d src ] && cd src ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
37 clean uicables mocables uiclean mocclean lexclean yaccclean : qmake_all FORCE
38 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) $@; ) || true
39 uninstall_subdirs: qmake_all FORCE
40 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true
41 install_subdirs: qmake_all FORCE
42 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) install; ) || true
43 distclean: qmake_all FORCE
44 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true
45
46 install: install_subdirs
47
48 uninstall: uninstall_subdirs
49
50 FORCE:

Properties

Name Value
svn:eol-style native
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20