~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/texk/win32.mak

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-09-24 12:56:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070924125611-a8ge689azbptxvla
Tags: upstream-0.11.2
ImportĀ upstreamĀ versionĀ 0.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
#
 
3
# Makefile  : Top-Level Makefile for programs using kpathsea 
 
4
# Author    : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
 
5
# Platform  : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
 
6
# Time-stamp: <04/03/09 22:05:17 popineau>
 
7
#
 
8
################################################################################
 
9
root_srcdir=..
 
10
!ifdef DEVELOPMENT
 
11
INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development
 
12
!else
 
13
INCLUDE=$(INCLUDE);$(root_srcdir)\texk
 
14
!endif
 
15
 
 
16
# Package subdirectories, the library, and all subdirectories.
 
17
# Make the library before the programs.
 
18
subdirs= kpathsea       \
 
19
         contrib        \
 
20
         web2c          \
 
21
         afm2pl         \
 
22
         bibtex8        \
 
23
         chktex         \
 
24
         cjkutils       \
 
25
         devnag         \
 
26
         detex          \
 
27
         dtl            \
 
28
         dvi2tty        \
 
29
         dvidvi         \
 
30
         dviljk         \
 
31
         dvipos         \
 
32
         dvipdfm        \
 
33
         dvipdfmx       \
 
34
         dvipsk         \
 
35
         gsftopk        \
 
36
         lacheck        \
 
37
         makeindexk     \
 
38
         musixflx       \
 
39
         odvipsk        \
 
40
         owindvi        \
 
41
         ps2pkm         \
 
42
         seetexk        \
 
43
         tetex          \
 
44
         tex4htk        \
 
45
         texlive        \
 
46
         ttf2pt1        \
 
47
         ttf2pk         \
 
48
         ttfdump        \
 
49
         windvi
 
50
# tth oxdvik xdvik
 
51
 
 
52
# Not everything from common.mk is relevant to this top-level
 
53
# Makefile, but most of it is, and it doesn't seem worth separating the
 
54
# compilation-specific stuff.
 
55
!include <msvc/common.mak>
 
56
 
 
57
!include <msvc/subdirs.mak>
 
58
 
 
59
# Targets that only apply to web2c.
 
60
triptrap trip trap mptrap \
 
61
formats fmts bases mems \
 
62
install-formats install-fmts install-bases install-mems \
 
63
install-links c-sources: do-kpathsea
 
64
        -@echo off & echo Entering web2c for $@
 
65
        -@pushd web2c & $(make) $@ & popd
 
66
 
 
67
!include <msvc/config.mak>
 
68
!include <msvc/clean.mak>
 
69
 
 
70
# Local Variables:
 
71
# mode: Makefile
 
72
# End: