diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 10:44:32 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 11:11:28 +0100 |
| commit | 0457cebd9212d4986b225bbbce7d41df95a6bf2c (patch) | |
| tree | 6a7a21fd8f5990be3d199ae2b628cd2b5873e3e8 /testing/apache-mod-backtrace/Makefile.in | |
| parent | fe97e55c6069949d01a0fec50a6f93746b47214a (diff) | |
| download | aports-0457cebd9212d4986b225bbbce7d41df95a6bf2c.tar.bz2 aports-0457cebd9212d4986b225bbbce7d41df95a6bf2c.tar.xz | |
testing/apache-mod-backtrace: unmaintained
Diffstat (limited to 'testing/apache-mod-backtrace/Makefile.in')
| -rw-r--r-- | testing/apache-mod-backtrace/Makefile.in | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/apache-mod-backtrace/Makefile.in b/testing/apache-mod-backtrace/Makefile.in deleted file mode 100644 index 1f05b116f7..0000000000 --- a/testing/apache-mod-backtrace/Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ -# -# Makefile for mod_backtrace -# -# Based off of Makefile for mod_auth_ntlm_winbind by -# Matt Smith <mcs@darkregion.net>, 2011/01/04 -# - -# Programs - -APXS = @APXS@ -APXS_FLAGS = @APXS_FLAGS@ -SODIR = @SODIR@ -APXSLIBDIR=$(DESTDIR)/$(shell $(APXS) -q LIBEXECDIR) - -# Build the dso -MOD_BACKTRACE_SRC = mod_backtrace.c - -$(SODIR)mod_backtrace.so: $(MOD_BACKTRACE_SRC) - $(APXS) $(APXS_FLAGS) -Wc,-Wall -c -lubacktrace $(MOD_BACKTRACE_SRC) - -install: $(SODIR)mod_backtrace.so - $(APXS) $(APXS_FLAGS) -S LIBEXECDIR=$(APXSLIBDIR) -n backtrace -i $(SODIR)mod_backtrace.so - -# Clean targets -clean: - @rm -f *~ $(MOD_BACKTRACE_SRC:.c=.{la,lo,o,slo}) - @rm -rf $(SODIR) - -realclean: clean - @rm -f config.log - -distclean: realclean - @rm -f config.h Makefile \ - config.status config.cache - @rm -rf autom4te.cache |
