~ubuntu-branches/ubuntu/karmic/fastjar/karmic-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-11-11 05:58:19 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20081111055819-y7rp49bl4rjmmlge
Tags: upstream-0.97
ImportĀ upstreamĀ versionĀ 0.97

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        ltmain.sh missing texinfo.tex
45
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
46
am__aclocal_m4_deps = $(top_srcdir)/m4/alloca.m4 \
 
47
        $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
 
48
        $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
47
49
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/eoverflow.m4 \
48
50
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/float_h.m4 \
49
51
        $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/glibc21.m4 \
89
91
fastjar_OBJECTS = $(am_fastjar_OBJECTS)
90
92
fastjar_LDADD = $(LDADD)
91
93
am__DEPENDENCIES_1 =
92
 
fastjar_DEPENDENCIES = $(am__DEPENDENCIES_1) lib/libgnu.la \
93
 
        libfastjar_convenience.la
 
94
fastjar_DEPENDENCIES = lib/libgnu.la libfastjar_convenience.la \
 
95
        $(am__DEPENDENCIES_1)
94
96
am_grepjar_OBJECTS = jargrep.$(OBJEXT)
95
97
grepjar_OBJECTS = $(am_grepjar_OBJECTS)
96
98
grepjar_LDADD = $(LDADD)
97
 
grepjar_DEPENDENCIES = $(am__DEPENDENCIES_1) lib/libgnu.la \
98
 
        libfastjar_convenience.la
 
99
grepjar_DEPENDENCIES = lib/libgnu.la libfastjar_convenience.la \
 
100
        $(am__DEPENDENCIES_1)
99
101
DEFAULT_INCLUDES = -I.@am__isrc@
100
102
depcomp = $(SHELL) $(top_srcdir)/depcomp
101
103
am__depfiles_maybe = depfiles
450
452
docdir = @docdir@
451
453
dvidir = @dvidir@
452
454
exec_prefix = @exec_prefix@
453
 
fastjar_warn_cflags = @fastjar_warn_cflags@
454
455
gl_LIBOBJS = @gl_LIBOBJS@
455
456
gl_LTLIBOBJS = @gl_LTLIBOBJS@
456
457
gltests_LIBOBJS = @gltests_LIBOBJS@
485
486
top_srcdir = @top_srcdir@
486
487
SUBDIRS = lib
487
488
ACLOCAL_AMFLAGS = -I m4
488
 
AM_CPPFLAGS = -I. -I$(top_srcdir) -I$(top_srcdir)/lib
489
 
AM_CFLAGS = @fastjar_warn_cflags@
 
489
AM_CPPFLAGS = -I. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
490
490
AM_LDFLAGS = -no-undefined
491
 
LDADD = $(ZLIBS) lib/libgnu.la libfastjar_convenience.la 
 
491
LDADD = lib/libgnu.la libfastjar_convenience.la $(ZLIBS)
492
492
noinst_LTLIBRARIES = libfastjar_convenience.la
493
493
libfastjar_convenience_la_SOURCES = \
494
494
        argv.c \
516
516
 
517
517
TEXI2POD = perl $(srcdir)/texi2pod.pl
518
518
POD2MAN = pod2man --center="GNU" --release=@VERSION@
519
 
SPLINT_FLAGS = -I . -I $(srcdir)/lib -DHAVE_CONFIG_H +posixlib +weak
 
519
 
 
520
#SPLINT_FLAGS=-I . -I $(srcdir)/lib -I $(srcdir) -DHAVE_CONFIG_H +posixlib +weak
 
521
SPLINT_FLAGS = -I . -I $(srcdir)/lib -I $(srcdir) -DHAVE_CONFIG_H -DPRIx32= -warnposix +weak
520
522
all: config.h
521
523
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
522
524
 
1346
1348
 
1347
1349
# Support for static checkers
1348
1350
pscan:
1349
 
        $(PSCAN) $(SOURCES)
 
1351
        for i in $(libfastjar_convenience_la_SOURCES) \
 
1352
                $(fastjar_SOURCES) $(grepjar_SOURCES); do \
 
1353
                $(PSCAN) $(top_srcdir)/$$i ; \
 
1354
        done
1350
1355
 
1351
1356
flawfinder:
1352
 
        $(FLAWFINDER) $(SOURCES)
 
1357
        $(FLAWFINDER) $(top_srcdir)
1353
1358
 
1354
1359
rats:
1355
 
        $(RATS) $(SOURCES)
 
1360
        $(RATS) $(top_srcdir)
1356
1361
splint:
1357
 
        $(SPLINT) $(SPLINT_FLAGS) $(libfastjar_convenience_la_SOURCES)
1358
 
        $(SPLINT) $(SPLINT_FLAGS) $(fastjar_SOURCES)
1359
 
        $(SPLINT) $(SPLINT_FLAGS) $(grepjar_SOURCES)
 
1362
        for i in $(libfastjar_convenience_la_SOURCES) \
 
1363
                $(fastjar_SOURCES) $(grepjar_SOURCES); do \
 
1364
                $(SPLINT) $(SPLINT_FLAGS) $(top_srcdir)/$$i ; \
 
1365
        done
1360
1366
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1361
1367
# Otherwise a system limit (for SysV at least) may be exceeded.
1362
1368
.NOEXPORT: