source: server/common/oursrc/accountadm/Makefile.in @ 107

Last change on this file since 107 was 89, checked in by tabbott, 17 years ago
Modifying Fedora specfiles to use the make install targets created by previous checkin (except for tokensys, where it seems weird), and fixing stupid errors in the Makefile.ins. While I was at it, I fixed some trailing whitespace in the specfiles.
File size: 650 bytes
Line 
1CC = @CC@
2CFLAGS = @CFLAGS@
3prefix = @prefix@
4exec_prefix = @exec_prefix@
5sbindir = @sbindir@
6bindir = @bindir@
7sysconfdir = @sysconfdir@
8
9all-local: signup-scripts-frontend
10
11install:
12        install -p -m644 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
13        install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash
14        install -p -m755 -D admof $(DESTDIR)$(sbindir)/admof
15        install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
16        install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
17
18clean:
19        rm -f signup-scripts-frontend
20
21distclean: clean
22        rm -f configure config.* Makefile
23        rm -rf auto*.cache
Note: See TracBrowser for help on using the repository browser.