|
Last change
on this file since 96 was
89,
checked in by tabbott, 19 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:
691 bytes
|
| Line | |
|---|
| 1 | CC = @CC@ |
|---|
| 2 | CFLAGS = @CFLAGS@ |
|---|
| 3 | prefix = @prefix@ |
|---|
| 4 | exec_prefix = @exec_prefix@ |
|---|
| 5 | libexecdir = @libexecdir@ |
|---|
| 6 | sysconfdir = @sysconfdir@ |
|---|
| 7 | APACHEDIR = /etc/httpd |
|---|
| 8 | SYSCATPATH = /usr/local/sbin |
|---|
| 9 | |
|---|
| 10 | all-local: staticsys-cat execsys-binfmt |
|---|
| 11 | |
|---|
| 12 | staticsys-cat.c execsys-binfmt: staticsys-cat.c.pre execsys-binfmt.pre |
|---|
| 13 | @UPD_VARS@ syscat_path=$(SYSCATPATH) perl upd-execsys |
|---|
| 14 | |
|---|
| 15 | install: all-local |
|---|
| 16 | install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf |
|---|
| 17 | install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt |
|---|
| 18 | install -D -p -m755 staticsys-cat $(DESTDIR)$(SYSCATPATH)/staticsys-cat |
|---|
| 19 | |
|---|
| 20 | clean: |
|---|
| 21 | rm -f staticsys-cat |
|---|
| 22 | |
|---|
| 23 | distclean: clean |
|---|
| 24 | rm -f configure config.* Makefile |
|---|
| 25 | rm -rf auto*.cache |
|---|
Note: See
TracBrowser
for help on using the repository browser.