]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - doc/Makefile
Added missing inclusion of linux/types.h
[socketcan-devel.git] / doc / Makefile
1 #
2 #  $Id$
3 #
4
5 #
6 #  Low Level CAN Framework
7 #
8 #  Makefile for LaTeX documentation
9 #
10 #  Copyright (c) 2005 Volkswagen Group Electronic Research
11 #  38436 Wolfsburg, GERMANY
12 #
13 #  contact email: socketcan-users@lists.berlios.de
14 #
15 #  Idea, Design, Implementation:
16 #  Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
17 #  Dr. Urs Thuermann <urs.thuermann@volkswagen.de>
18 #  Matthias Brukner <m.brukner@trajet.de>
19 #
20 #  Neither Volkswagen Group nor the authors admit liability
21 #  nor provide any warranty for any of this software.
22 #  This material is provided "AS-IS".
23 #
24 #  Until the distribution is granted by the Volkswagen rights
25 #  department this sourcecode is under non disclosure and must
26 #  only be used within projects with the Volkswagen Group.
27 #
28
29 FIG = bcm_mux_filter.fig frame_types.fig llcf_module.fig llcf_overview.fig
30 EPS = $(patsubst %.fig,%.eps, $(FIG))
31
32 all: $(EPS)
33         latex llcf-api
34
35 clean:
36         rm -f *.log *.dvi *.aux *.toc *.fig.bak *~ $(EPS)
37
38 %.eps: %.fig
39         fig2dev -Leps $^ > $@