summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-05-14 16:21:44 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-05-14 16:21:44 +0000
commit8e1d76f47f530f3b76cfe81eb9da1348df17e801 (patch)
tree71ad00b972db4f7ecd0a79dbf2519cb6c1c8f5ae /intl
parent204f53f90ab41ffad6a6cbc5aac4dcce6b609b47 (diff)
downloadxine-lib-8e1d76f47f530f3b76cfe81eb9da1348df17e801.tar.gz
xine-lib-8e1d76f47f530f3b76cfe81eb9da1348df17e801.tar.bz2
as announced on xine-devel, this is the big Makefile refactoring:
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 468bae54b..b38eb9a00 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -25,6 +25,8 @@ top_srcdir = @top_srcdir@
top_builddir = ..
VPATH = @srcdir@
+include $(top_srcdir)/misc/Makefile.common
+
prefix = @prefix@
exec_prefix = @exec_prefix@
transform = @program_transform_name@
@@ -307,12 +309,6 @@ Makefile: Makefile.in ../config.status
cd .. \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"
-
-install-debug: debug
- @$(MAKE) $(AM_MAKEFLAGS) install-exec install-data
-
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: