source: trunk/server/common/oursrc/accountadm/Makefile.in @ 2105

Last change on this file since 2105 was 2105, checked in by andersk, 12 years ago
Fix admof to compile with OpenAFS 1.6
File size: 1.1 KB
Line 
1CC = @CC@
2CPPFLAGS = @CPPFLAGS@
3CFLAGS = @CFLAGS@
4prefix = @prefix@
5exec_prefix = @exec_prefix@
6sbindir = @sbindir@
7bindir = @bindir@
8sysconfdir = @sysconfdir@
9
10all-local: admof signup-scripts-frontend
11
12admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread
13admof: admof.o
14
15install:
16        install -p -m644 -D mbashrc $(DESTDIR)$(sysconfdir)/mbashrc
17        install -p -m755 -D mbash $(DESTDIR)$(bindir)/mbash
18        install -p -m755 -D admof $(DESTDIR)$(bindir)/admof
19        install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof
20        install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
21        install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
22        install -p -m755 -D cronload $(DESTDIR)$(bindir)/cronload
23        install -p -m755 -D vhostadd $(DESTDIR)$(sbindir)/vhostadd
24        install -p -m755 -D vhostedit $(DESTDIR)$(sbindir)/vhostedit
25        install -p -m755 -D ldap-backup $(DESTDIR)$(sbindir)/ldap-backup
26
27clean:
28        rm -f admof admof.o signup-scripts-frontend
29
30distclean: clean
31        rm -f mbash signup-scripts-backend
32        rm -f configure config.* Makefile
33        rm -rf auto*.cache
Note: See TracBrowser for help on using the repository browser.