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

File: [Platon] / doc / ztp-zbierka / Makefile (download)

Revision 1.2, Thu Aug 9 06:28:55 2007 UTC (16 years, 7 months ago) by nepto


Changes since 1.1: +3 -1 lines

Diploma thesis requirements

#
# Makefile - Makefile for ztp-zbierka
#
# Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
# Copyright (c) 2003 Platon SDG
# Licensed under terms of GNU General Public License.
# All rights reserved.
#
# $Platon: doc/ztp-zbierka/Makefile,v 1.1 2003-07-18 17:07:11 nepto Exp $
#

PACKAGE = ztp-zbierka
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        = ztp-zbierka.ps
pdf_OUTPUT        = ztp-zbierka.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 \
         ztp-zbierka.sty \
         00-hlavicka.tex \
         00-open-source.tex \
         00-diploma-thesis.tex \
         01-obsah.tex \
         02-programove-schemy.tex \
         03-spravnost-programov.tex \
         04-semantika-programov.tex \
         05-zaver.tex

DISTFILES = ztp-zbierka.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