~ubuntu-branches/ubuntu/precise/rpm/precise

« back to all changes in this revision

Viewing changes to lua/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-12-21 17:49:23 UTC
  • Revision ID: james.westby@ubuntu.com-20081221174923-k9du2lfj9cotahku
Tags: 4.4.2.3-2
* Remove Anand Kumria from Uploader; thanks for your work!
* Add Vcs-Git and Vcs-Browser fields.
* Wrap build-deps and deps.
* Bump Standards-Version to 3.8.0.
* Drop obsolete debian/pycompat.
* Add debian/gbp.conf for git-buildpackage.
* New patch, 22_spelling-fixes, fixes typo in doc/rpm.8 man page; from
  Ubuntu; LP: #73355.
* Refresh patches 02-hkp-disable, 09-prereq, 14-work-on-debian64,
  17-dont-be-redhat, 21-kfreebsd to apply cleanly.
* Drop source-contains-CVS-dir lintian overrides as we use tarballs and we
  should make dist a tarball or at least a CVS export if we pull a snapshot.
* Build-dep on autotools-dev and drop outdated-autotools-helper-file lintian
  overrides.
* New patch, 40_fix-zlib-include-in-file, fixes zlib -I flag breaking the
  build of the internal "file" copy when relibtoolized.
* New patch, 50_internal-popt-config-flag, adds a --with-internal-popt
  configure flag to allow forcing the use of an external popt.
* New patch, 68_autogen-fixes, calls "autoreconf -fi" instead of
  ./autogen.sh in file/ and cleans up some junk files after the autogens
  (autom4te.cache and ~ backups).
* New patch, 70_autogen, run ./autogen --noconfigure.
* Pass --with-internal-popt=no to configure.
* Kill plenty of manual autotools cleanup from rules as well as popt
  removal.
* Drop autoconf/automake/libtoolize invocation from rules.
* Use "touch $@" instead of repeating target name.
* Don't duplicate the way to call quilt and pass it --quiltrc /dev/null.
* Pass -s to dh_* in binary-indep.
* Update download URL in copyright.
* Drop DH_VERBOSE=1.
* Set configure flags via a new var, configure_flags, and only pass --host
  to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE differ.
* Drop obsolete README.Debian note related to rpm 4.1 behavior change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
38
38
subdir = lua
39
39
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
43
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
44
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
45
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
48
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
49
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
43
        $(ACLOCAL_M4)
51
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
85
78
luac_luac_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
86
79
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(luac_luac_CFLAGS) \
87
80
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
88
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
81
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
89
82
depcomp = $(SHELL) $(top_srcdir)/depcomp
90
83
am__depfiles_maybe = depfiles
91
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128
121
DBLIBSRCS = @DBLIBSRCS@
129
122
DEFS = @DEFS@
130
123
DEPDIR = @DEPDIR@
131
 
DSYMUTIL = @DSYMUTIL@
132
 
DUMPBIN = @DUMPBIN@
 
124
ECHO = @ECHO@
133
125
ECHO_C = @ECHO_C@
134
126
ECHO_N = @ECHO_N@
135
127
ECHO_T = @ECHO_T@
136
128
EGREP = @EGREP@
137
129
EXEEXT = @EXEEXT@
138
 
FGREP = @FGREP@
 
130
F77 = @F77@
 
131
FFLAGS = @FFLAGS@
139
132
FINDPROVIDES = @FINDPROVIDES@
140
133
FINDREQUIRES = @FINDREQUIRES@
141
134
FIXPERMS = @FIXPERMS@
142
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
143
135
GMSGFMT = @GMSGFMT@
144
136
GMSGFMT_015 = @GMSGFMT_015@
145
137
GREP = @GREP@
151
143
INSTALL_SCRIPT = @INSTALL_SCRIPT@
152
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153
145
INTLLIBS = @INTLLIBS@
154
 
LD = @LD@
 
146
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
155
147
LDFLAGS = @LDFLAGS@
156
148
LDFLAGS_NPTL = @LDFLAGS_NPTL@
157
149
LDFLAGS_STATIC = @LDFLAGS_STATIC@
164
156
LIBRPMRC_FILENAME = @LIBRPMRC_FILENAME@
165
157
LIBS = @LIBS@
166
158
LIBTOOL = @LIBTOOL@
167
 
LIPO = @LIPO@
168
159
LN_S = @LN_S@
169
160
LOCALEDIR = @LOCALEDIR@
170
161
LTLIBICONV = @LTLIBICONV@
178
169
MSGFMT = @MSGFMT@
179
170
MSGFMT_015 = @MSGFMT_015@
180
171
MSGMERGE = @MSGMERGE@
181
 
NM = @NM@
182
 
NMEDIT = @NMEDIT@
183
172
OBJDUMP = @OBJDUMP@
184
173
OBJEXT = @OBJEXT@
185
 
OTOOL = @OTOOL@
186
 
OTOOL64 = @OTOOL64@
187
174
PACKAGE = @PACKAGE@
188
175
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189
176
PACKAGE_NAME = @PACKAGE_NAME@
254
241
WITH_ZLIB_SUBDIR = @WITH_ZLIB_SUBDIR@
255
242
XGETTEXT = @XGETTEXT@
256
243
XGETTEXT_015 = @XGETTEXT_015@
257
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
258
244
YACC = @YACC@
259
245
YFLAGS = @YFLAGS@
260
246
__CAT = @__CAT@
295
281
abs_top_srcdir = @abs_top_srcdir@
296
282
ac_ct_CC = @ac_ct_CC@
297
283
ac_ct_CXX = @ac_ct_CXX@
298
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
284
ac_ct_F77 = @ac_ct_F77@
299
285
am__include = @am__include@
300
286
am__leading_dot = @am__leading_dot@
301
287
am__quote = @am__quote@
328
314
libexecdir = @libexecdir@
329
315
localedir = @localedir@
330
316
localstatedir = @localstatedir@
331
 
lt_ECHO = @lt_ECHO@
332
317
mandir = @mandir@
333
318
mkdir_p = @mkdir_p@
334
319
oldincludedir = @oldincludedir@
893
878
 
894
879
clean-libtool:
895
880
        -rm -rf .libs _libs
896
 
        -rm -rf lua/.libs lua/_libs
897
 
        -rm -rf luac/.libs luac/_libs
898
881
 
899
882
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
900
883
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
901
884
        unique=`for i in $$list; do \
902
885
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
903
886
          done | \
904
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
905
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
887
          $(AWK) '    { files[$$0] = 1; } \
 
888
               END { for (i in files) print i; }'`; \
906
889
        mkid -fID $$unique
907
890
tags: TAGS
908
891
 
914
897
        unique=`for i in $$list; do \
915
898
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
916
899
          done | \
917
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
918
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
900
          $(AWK) '    { files[$$0] = 1; } \
 
901
               END { for (i in files) print i; }'`; \
919
902
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
920
903
          test -n "$$unique" || unique=$$empty_fix; \
921
904
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
925
908
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
926
909
                $(TAGS_FILES) $(LISP)
927
910
        tags=; \
 
911
        here=`pwd`; \
928
912
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
929
913
        unique=`for i in $$list; do \
930
914
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
931
915
          done | \
932
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
933
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
916
          $(AWK) '    { files[$$0] = 1; } \
 
917
               END { for (i in files) print i; }'`; \
934
918
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
935
919
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
936
920
             $$tags $$unique