File: Makefile.in

package info (click to toggle)
modutils 2.3.11-13.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,156 kB
  • ctags: 1,038
  • sloc: ansic: 10,567; sh: 2,120; lex: 484; makefile: 479; yacc: 362
file content (41 lines) | stat: -rw-r--r-- 934 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# $Id: Makefile.in 1.6 Thu, 13 Jan 2000 20:37:36 +1100 keith $

srcdir=@srcdir@
VPATH=@srcdir@
prefix=@prefix@
exec_prefix=@exec_prefix@
sbindir=@sbindir@
mandir=@mandir@

ARCH		= @ARCH@
CC		= @CC@
CFLAGS		= @CFLAGS@
LDFLAGS		= @LDFLAGS@
HOSTCC		= @HOSTCC@
HOSTCFLAGS	= @HOSTCFLAGS@
AR		= @AR@
RANLIB		= @RANLIB@
INSTALL		= @INSTALL_LOCAL@
STRIP		= @STRIP@

######################################################################

all install-bin clean dep depend install:

install-man:
	@for i in $(srcdir)/*.8 ; do \
	  gone=`basename $$i .8`.1; \
	  for f in $(mandir)/man1/$${gone}*; \
	  do if [ -f $$f ]; then echo Removing old $$f; rm -f $$f; fi; done; \
	done
	rm -f $(mandir)/man5/conf.modules.5
	for i in $(srcdir)/*.[1-8] ; do \
	  ext=`echo $$i | sed 's/.*\.//'`; \
	  $(INSTALL) -m 755 -d $(mandir)/man$$ext/; \
	  $(INSTALL) -m 444 $$i $(mandir)/man$$ext/; \
	done

realclean: clean

distclean: realclean
	rm -f Makefile