~ubuntu-branches/ubuntu/natty/luatex/natty

« back to all changes in this revision

Viewing changes to source/texk/web2c/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2010-12-13 23:22:59 UTC
  • mfrom: (0.2.1) (1.5.4) (4.3.12 experimental)
  • Revision ID: package-import@ubuntu.com-20101213232259-nqq2mq5z5x6qldw3
Tags: 0.65.0-1
* new upstream release
* ship two source packages as they are distributed by upstream, only
  renamed to match source package requirements. Fix debian/rules
  to install the manual pdf from the right place

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
##
6
6
ACLOCAL_AMFLAGS = -I ../../m4 -I m4
7
7
 
8
 
# First $(KPATHSEA_INCLUDES), then -I$(top_srcdir)/..
9
 
# for the case of installed (system) kpathsea headers.
10
 
INCLUDES = -I$(top_builddir)/.. $(KPATHSEA_INCLUDES) -I$(top_srcdir)/..
11
 
AM_CPPFLAGS =
 
8
INCLUDES =
 
9
AM_CPPFLAGS = $(KPATHSEA_INCLUDES)
12
10
## Not yet for C, C++, and ObjC++ (too many warnings or not yet implemented)
13
11
AM_CFLAGS = $(WARNING_CFLAGS)
14
12
AM_CXXFLAGS = ## $(WARNING_CXXFLAGS)
30
28
check_PROGRAMS =
31
29
TESTS =
32
30
EXTRA_LIBRARIES =
33
 
EXTRA_DIST = PROJECTS cftests config.h cpascal.h help.h
 
31
EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h
34
32
DISTCLEANFILES = $(EXTRA_LIBRARIES)
35
33
CLEANFILES =
36
34
TRIPTRAP =
78
76
 
79
77
# Rebuild $(proglib)
80
78
$(proglib): ${srcdir}/lib/*.c
81
 
        cd lib && $(MAKE) $(AM_MAKEFLAGS)
 
79
        cd lib && $(MAKE) $(AM_MAKEFLAGS) lib.a
82
80
## Rebuild libkpathsea
83
81
@KPATHSEA_RULE@
84
82
## Rebuild libz
87
85
@LIBPNG_RULE@
88
86
## Rebuild libxpdf & Co
89
87
@XPDF_RULE@
 
88
## Rebuild poppler
 
89
@POPPLER_RULE@
90
90
## Rebuild libopenbsd-compat
91
91
@OBSDCOMPAT_RULE@
92
92
## Rebuild libzzip
98
98
## Rebuild libTEXkit
99
99
@TECKIT_RULE@
100
100
## Rebuild libsicuxxx
101
 
@ICU_RULE@
 
101
##@ICU_RULE@
102
102
 
103
103
# The environment for building.
104
104
buildenv = TEXMFCNF=$(srcdir)/../kpathsea
175
175
include $(srcdir)/luatexdir/am/luamisc.am
176
176
include $(srcdir)/luatexdir/am/luafontforge.am
177
177
include $(srcdir)/luatexdir/am/libluatex.am
 
178
include $(srcdir)/luatexdir/am/txt2zlib.am
178
179
 
179
180
## XeTeX
180
181
include $(srcdir)/xetexdir/am/xetex.am
198
199
 
199
200
## Eventually delete these files
200
201
##
201
 
EXTRA_DIST += Makefile.in.orig configure.in.orig metapost.mk
 
202
EXTRA_DIST += Makefile.in.orig configure.in.orig
202
203