~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/source/libs/xpdf/win32.mak

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
#
 
3
# Makefile  : XPdf
 
4
# Author    : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
 
5
# Platform  : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
 
6
# Time-stamp: <03/08/14 19:05:00 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
!include <msvc/common.mak>
 
17
 
 
18
# Package subdirectories.
 
19
subdirs = goo xpdf doc
 
20
 
 
21
!include <msvc/subdirs.mak>
 
22
!include <msvc/clean.mak>
 
23
 
 
24
distclean::
 
25
        -@$(del) aconf.h
 
26
 
 
27
#
 
28
# Local Variables:
 
29
# mode: Makefile
 
30
# End: