Last change
on this file since 825 was
825,
checked in by andersk, 16 years ago
|
Package the svn vhosting infrastructure into execsys.
|
File size:
1004 bytes
|
Line | |
---|
1 | CC = @CC@ |
---|
2 | CFLAGS = @CFLAGS@ |
---|
3 | prefix = @prefix@ |
---|
4 | exec_prefix = @exec_prefix@ |
---|
5 | libexecdir = @libexecdir@ |
---|
6 | sysconfdir = @sysconfdir@ |
---|
7 | sbindir = @sbindir@ |
---|
8 | APACHEDIR = /etc/httpd |
---|
9 | SYSCATPATH = /usr/local/bin |
---|
10 | trusteddir = /usr/libexec/scripts-trusted |
---|
11 | |
---|
12 | all-local: static-cat execsys-binfmt |
---|
13 | |
---|
14 | static-cat.c execsys-binfmt: static-cat.c.pre execsys-binfmt.pre |
---|
15 | @UPD_VARS@ syscat_path=$(SYSCATPATH)/static-cat perl upd-execsys |
---|
16 | |
---|
17 | install: all-local |
---|
18 | install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf |
---|
19 | install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt |
---|
20 | install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat |
---|
21 | install -D -p -m755 svnproxy.pl $(DESTDIR)$(sbindir)/svnproxy.pl |
---|
22 | install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl |
---|
23 | install -D -p -m755 svn $(DESTDIR)$(trusteddir)/svn |
---|
24 | install -D -p -m644 scripts-svn.xinetd $(DESTDIR)/etc/xinetd.d/scripts-svn |
---|
25 | |
---|
26 | clean: |
---|
27 | rm -f static-cat |
---|
28 | |
---|
29 | distclean: clean |
---|
30 | rm -f configure config.* Makefile |
---|
31 | rm -rf auto*.cache |
---|
Note: See
TracBrowser
for help on using the repository browser.