English
Kamil Dudka

TriloBot Simulator (C++, Qt4, Flex, Readline, Boost)

Detail souboru

Jméno:StáhnoutMakefile [Stáhnout]
Umístění: rob08 > doc > api
Velikost:870 B
Poslední změna:2022-09-09 13:06

Zdrojový kód

# Copyright (C) 2008 Kamil Dudka <xdudka00@stud.fit.vutbr.cz>
#
# This file is part of rob08
#
# rob08 is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# rob08 is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with rob08.  If not, see <http://www.gnu.org/licenses/>.
 
.PHONY: clean doc wizard
 
INDEX=html/index.html
 
doc: $(INDEX)
$(INDEX): doxygen.conf ../../src/*
	doxygen doxygen.conf
 
wizard:
	doxywizard doxygen.conf &
 
clean:
	rm -rfv html