Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

File: [Platon] / doc / statnica-teoria-prog / Makefile (download)

Revision 1.1, Thu Aug 17 08:04:27 2006 UTC (17 years, 7 months ago) by nepto

Added statnica-teoria-prog

#
# Makefile - Makefile for statnica-teoria-prog
#
# Developed by Lubomir Host 'rajo' <rajo@platon.sk>
# Copyright (c) 2006 Platon Group, http://platon.sk/
# Licensed under terms of GNU General Public License.
# All rights reserved.
#
# $Platon: $
#

PACKAGE = statnica-teoria-prog
VERSION = $(shell date "+%y-%m-%d")
distdir = $(PACKAGE).$(VERSION)
srcdir  = .

# Nazov vystupneho PostScriptoveho suboru (alebo PDF suboro[v])
# vystupy su v roznych adresaroch z toho dovodu, ze 'latex'
# a 'pdflatex' vytvaraju nekompatibilne subory (ktore presne netusim,
# ale sprava sa to divne, ak je to v jednom adresari 
ps__OUTPUT        = statnica-teoria-prog.ps
pdf_OUTPUT        = statnica-teoria-prog.pdf
 
#
## define USE_CSLATEX if you will use `cslatex' instead of `latex'
## if `cslatex' is not found, fallback to `latex'
USE_CSLATEX = 1

## define USE_LATEX if you will use `latex'
# USE_LATEX = 1

## define USE_CSTEX if you will use `csplain' instead of `tex'
## if `csplain' is not found, fallback to `tex'
# USE_CSTEX = 1

## define USE_TEX if you will use `tex'
# USE_TEX = 1

## define COLORIZE_SHELL_CMDS if you will see all shell commands
## executed by make colorized
#COLORIZE_SHELL_CMDS = 1


DVIPS          = dvips
GV             = gv
GNUPLOT        = gnuplot
CC             = gcc
TAR            = tar
GZIP_ENV       = --best

# Vstupne data, z ktorych sa na zaklade *.gp suborov generuju grafy
DATA_DIR = data
#DATA = $(DATA_DIR)/1.dat

# Grafy, ktore sa maju vytvorit z *.gp suborov (mazane pri make clean !!)
GRAPHS_DIR = data
#GRAPHS = $(GRAPHS_DIR)/graph.eps

# Dalsie pridavne obrazky alebo vstupne subory, ktore sa nijako nevytvaraju
IMAGES_DIR = images
IMAGES = $(IMAGES_DIR)/comenius-logo.eps \
         $(IMAGES_DIR)/comenius-logo.png


# Toto popisuje zavislosti
DEPEND = Makefile \
         Rules.make \
         build-struct \
         statnica-teoria-prog.sty \
         00-hlavicka.tex \
         01-obsah.tex \
         02-teoria-vypocitatelnosti.tex \
         03-modely-konkurentnych-systemov.tex \
         04-semantika-programovaich-jazykov.tex \
         05-logicke-programovanie.tex \
         06-funkcionalne-programovanie.tex \
         07-zaver.tex

DISTFILES = statnica-teoria-prog.tex \
            $(DEPEND) \
            doc/ \
            doc/* \
            images/ \
            images/*.eps \
            images/*.png
            #images/*.fig
            #data/
            #data/*
            #$(OUTPUT)

# List of autogenerated files:
# '*.eps' can be autogenerated by gnuplot  from file '*.gpi'
# '*.eps' can be autogenerated by Xfig     from file '*.fig'
# '*.png' can be autogenerated by Xfig     from file '*.fig'
# '*.pdf' can be autogenerated by epstopdf from file '*.eps'
AUTOGENERATED_FILES =

########################################
########################################
## END of user setup
########################################
########################################

# include rules from Rules.make:
include Rules.make

# vim: ts=4 isk+=- ft=make
# vim600: fdm=marker fdc=3


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top