summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Messier <mmessier@grapetv.org>2007-05-04 20:51:33 -0400
committerMatt Messier <mmessier@grapetv.org>2007-05-04 20:51:33 -0400
commitb5de3be503bc9fac73ffbcaf6ce92970195c122f (patch)
treef02effcd0dbf9dba4637119487e2075b92c7855d /Makefile.am
parent38c69c107eecc5fbdf9a10d8fbf1577ba998126b (diff)
downloadxine-lib-b5de3be503bc9fac73ffbcaf6ce92970195c122f.tar.gz
xine-lib-b5de3be503bc9fac73ffbcaf6ce92970195c122f.tar.bz2
Begin cleaning up compiler command-line flags
- Removed debug related targets from all Makefiles. Debug builds are now fully controlled by --enable-debug passed to configure - Disable optimizations by default when configuring with --enable-debug - Added --enable-profiling for building profile builds. This has problems with optimizations currently, but that'll get taken care of over time. - Initialize ASFLAGS/CFLAGS/CPPFLAGS/OBJCFLAGS/LDFLAGS early so that autoconf defaults don't come into play. - Added some additional commentary to configure.ac
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 1 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index f41b34b2c..2b82d1bdc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,22 +48,8 @@ pass2:
@$(MAKE) MULTIPASS_CFLAGS='$(PASS2_CFLAGS)'
-debug:
- @list='$(SUBDIRS)'; for subdir in $$list; do \
- (cd $$subdir && $(MAKE) $@) || exit;\
- done;
-
-debug-install: install-debug
-
-install-debug: debug
- @list='$(SUBDIRS)'; for subdir in $$list; do \
- (cd $$subdir && $(MAKE) $@) || exit; \
- done;
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
-
-
prune-cache:
- -rm -f config.cache
+ -rm -rf config.cache autom4te.cache
release-check: