File: Makefile.in

package info (click to toggle)
gopher 2.3-2
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,364 kB
  • ctags: 2,030
  • sloc: ansic: 22,451; perl: 1,950; sh: 1,510; makefile: 397; asm: 1
file content (23 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include ../Makefile.config

TARGET = gopherd.conf.5 gopherd.8 gopherindex.8 gopher.1 \
	 gophfilt.1 gopherrc.5

install: $(TARGET)
	$(INSTALL)  gopherd.conf.5 $(MAN5DIR)
	$(INSTALL)  gopherd.8 $(MAN8DIR)
	$(INSTALL)  gopherindex.8 $(MAN8DIR)
	$(INSTALL)  gopher.1 $(MAN1DIR)
	$(INSTALL)  gophfilt.1 $(MAN1DIR)
	$(INSTALL)  gopherrc.5 $(MAN5DIR)

all:
	$(NROFF)    gopherd.conf.5 >gopherd.conf.cat
	$(NROFF)    gopherd.8      >gopherd.cat
	$(NROFF)    gopherindex.8  >gopherindex.cat
	$(NROFF)    gopher.1       >gopher.cat
	$(NROFF)    gophfilt.1     >gophfilt.cat
	$(NROFF)    gopherrc.5     >gopherrc.cat

clean:
	-rm -f *~