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

Last change on this file since 108 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
RevLine 
[1]1CC = @CC@
2CFLAGS = @CFLAGS@
3prefix = @prefix@
[87]4exec_prefix = @exec_prefix@
5sbindir = @sbindir@
6bindir = @bindir@
7sysconfdir = @sysconfdir@
[1]8
9all-local: signup-scripts-frontend
10
[87]11install:
[89]12        install -p -m644 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
[87]13        install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash
[89]14        install -p -m755 -D admof $(DESTDIR)$(sbindir)/admof
[87]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
[1]17
18clean:
19        rm -f signup-scripts-frontend
[87]20
21distclean: clean
22        rm -f configure config.* Makefile
23        rm -rf auto*.cache
Note: See TracBrowser for help on using the repository browser.