Česky
Kamil Dudka

Digital Watermarking (C++, Qt3, gnulib)

File detail

Name:DownloadMakefile [Download]
Location: kry2 > kry2-1.0pre1 > doc
Size:931 B
Last modification:2009-07-12 01:46

Source code

# Copyright (C) 2009 Kamil Dudka <xdudka00@stid.fit.vutbr.cz>
#
# This file is part of kry2.
#
# kry2 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.
#
# kry2 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 kry2.  If not, see <http://www.gnu.org/licenses/>.
 
.PHONY: all doc clean
 
NAME ?= kry2
LATEX ?= pdfcslatex
BIBTEX ?= bibtex
 
doc:
	$(LATEX) $(NAME) && $(BIBTEX) $(NAME)
	$(LATEX) $(NAME) && $(LATEX) $(NAME)
 
all: doc
 
clean:
	rm -fv $(NAME).aux $(NAME).log $(NAME).out $(NAME).bbl $(NAME).blg