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

Last change on this file was 2836, checked in by andersk, 7 years ago
Remove the old C version of static-cat
File size: 838 bytes
RevLine 
[1]1CC = @CC@
2CFLAGS = @CFLAGS@
[87]3prefix = @prefix@
4exec_prefix = @exec_prefix@
5libexecdir = @libexecdir@
6sysconfdir = @sysconfdir@
[825]7sbindir = @sbindir@
8trusteddir = /usr/libexec/scripts-trusted
[1]9
[2836]10all-local:
[1]11
[2836]12install:
[89]13        install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt
[849]14        install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl
15
[825]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
[1]19
[849]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
[1]24clean:
[104]25        rm -f static-cat
[87]26
27distclean: clean
28        rm -f configure config.* Makefile
29        rm -rf auto*.cache
Note: See TracBrowser for help on using the repository browser.