Last change
on this file since 123 was
89,
checked in by tabbott, 18 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 | |
---|
1 | CC = @CC@ |
---|
2 | CFLAGS = @CFLAGS@ |
---|
3 | prefix = @prefix@ |
---|
4 | exec_prefix = @exec_prefix@ |
---|
5 | sbindir = @sbindir@ |
---|
6 | bindir = @bindir@ |
---|
7 | sysconfdir = @sysconfdir@ |
---|
8 | |
---|
9 | all-local: signup-scripts-frontend |
---|
10 | |
---|
11 | install: |
---|
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 | |
---|
18 | clean: |
---|
19 | rm -f signup-scripts-frontend |
---|
20 | |
---|
21 | distclean: clean |
---|
22 | rm -f configure config.* Makefile |
---|
23 | rm -rf auto*.cache |
---|
Note: See
TracBrowser
for help on using the repository browser.