equal
deleted
inserted
replaced
|
1 # |
|
2 # |
|
3 # |
|
4 # Copyright (C) 1997-2000 by Dimitri van Heesch. |
|
5 # |
|
6 # Permission to use, copy, modify, and distribute this software and its |
|
7 # documentation under the terms of the GNU General Public License is hereby |
|
8 # granted. No representations are made about the suitability of this software |
|
9 # for any purpose. It is provided "as is" without express or implied warranty. |
|
10 # See the GNU General Public License for more details. |
|
11 # |
|
12 # Documents produced by Doxygen are derivative works derived from the |
|
13 # input used in their production; they are not affected by this license. |
|
14 # |
|
15 |
|
16 all: Makefile.qtools Makefile |
|
17 $(MAKE) -f Makefile.qtools $@ |
|
18 |
|
19 Makefile.qtools: qtools.pro |
|
20 $(ENV) $(PERL) $(TMAKE) qtools.pro >Makefile.qtools |
|
21 |
|
22 tmake: |
|
23 $(ENV) $(PERL) $(TMAKE) qtools.pro >Makefile.qtools |
|
24 |
|
25 clean: Makefile.qtools |
|
26 $(MAKE) -f Makefile.qtools clean |
|
27 |
|
28 distclean: clean |
|
29 |
|
30 FORCE: |