Blame qtools/Makefile.in

Packit 1c1d7e
#
Packit 1c1d7e
# 
Packit 1c1d7e
#
Packit 1c1d7e
# Copyright (C) 1997-2000 by Dimitri van Heesch.
Packit 1c1d7e
# 
Packit 1c1d7e
# Permission to use, copy, modify, and distribute this software and its
Packit 1c1d7e
# documentation under the terms of the GNU General Public License is hereby 
Packit 1c1d7e
# granted. No representations are made about the suitability of this software 
Packit 1c1d7e
# for any purpose. It is provided "as is" without express or implied warranty.
Packit 1c1d7e
# See the GNU General Public License for more details.
Packit 1c1d7e
# 
Packit 1c1d7e
# Documents produced by Doxygen are derivative works derived from the
Packit 1c1d7e
# input used in their production; they are not affected by this license.
Packit 1c1d7e
# 
Packit 1c1d7e
Packit 1c1d7e
all: Makefile.qtools Makefile
Packit 1c1d7e
	$(MAKE) -f Makefile.qtools    $@
Packit 1c1d7e
Packit 1c1d7e
Makefile.qtools: qtools.pro 
Packit 1c1d7e
	$(ENV) $(PERL) "$(TMAKE)" qtools.pro >Makefile.qtools
Packit 1c1d7e
Packit 1c1d7e
tmake: 
Packit 1c1d7e
	$(ENV) $(PERL) "$(TMAKE)" qtools.pro >Makefile.qtools
Packit 1c1d7e
Packit 1c1d7e
clean: Makefile.qtools 
Packit 1c1d7e
	$(MAKE) -f Makefile.qtools    clean 
Packit 1c1d7e
Packit 1c1d7e
distclean: clean
Packit 1c1d7e
	$(RM) Makefile.qtools
Packit 1c1d7e
Packit 1c1d7e
FORCE: