source: trunk/server/common/oursrc/execsys/Makefile.in @ 2838

Last change on this file since 2838 was 2836, checked in by andersk, 7 years ago
Remove the old C version of static-cat
File size: 838 bytes
Line 
1CC = @CC@
2CFLAGS = @CFLAGS@
3prefix = @prefix@
4exec_prefix = @exec_prefix@
5libexecdir = @libexecdir@
6sysconfdir = @sysconfdir@
7sbindir = @sbindir@
8trusteddir = /usr/libexec/scripts-trusted
9
10all-local:
11
12install:
13        install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt
14        install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl
15
16        install -D -p -m755 svnproxy.pl $(DESTDIR)$(sbindir)/svnproxy.pl
17        install -D -p -m755 svn $(DESTDIR)$(trusteddir)/svn
18        install -D -p -m644 scripts-svn.xinetd $(DESTDIR)/etc/xinetd.d/scripts-svn
19
20        install -D -p -m755 gitproxy.pl $(DESTDIR)$(sbindir)/gitproxy.pl
21        install -D -p -m755 git $(DESTDIR)$(trusteddir)/git
22        install -D -p -m644 scripts-git.xinetd $(DESTDIR)/etc/xinetd.d/scripts-git
23
24clean:
25        rm -f static-cat
26
27distclean: clean
28        rm -f configure config.* Makefile
29        rm -rf auto*.cache
Note: See TracBrowser for help on using the repository browser.