Changeset 87 for server/common/oursrc/execsys/Makefile.in
- Timestamp:
- Jan 20, 2007, 8:53:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/execsys/Makefile.in
r36 r87 1 1 CC = @CC@ 2 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 3 9 4 all-local: staticsys-cat update10 all-local: staticsys-cat execsys-binfmt 5 11 6 staticsys-cat : update7 $(CC) $(CFLAGS) -o $@ staticsys-cat.c12 staticsys-cat.c execsys-binfmt: staticsys-cat.c.pre execsys-binfmt.pre 13 @UPD_VARS@ syscat_path=$(SYSCATPATH) perl upd-execsys 8 14 9 update: 10 @UPD_VARS@ perl upd-execsys 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)$(sysconfdir)/init.d/execsys-binfmt 18 install -D -p -m755 staticsys-cat $(DESTDIR)$(SYSCATPATH)/staticsys-cat 11 19 12 20 clean: 13 21 rm -f staticsys-cat 22 23 distclean: clean 24 rm -f configure config.* Makefile 25 rm -rf auto*.cache
Note: See TracChangeset
for help on using the changeset viewer.