|
Last change
on this file since 87 was
87,
checked in by tabbott, 19 years ago
|
|
Makefile.in changes to make things more portable. Added install,
clean, distclean targets so that one can easily build and install on
non-Fedora systems, and removed unecessary targets (those that are
already default make rules).
|
|
File size:
649 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 -m755 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc |
|---|
| 13 | install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash |
|---|
| 14 | install -p -m755 -D admof $(DESTDIR)$(bindir)/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.