File: Imakefile

package info (click to toggle)
xconq 7.2.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,296 kB
  • ctags: 9,199
  • sloc: ansic: 107,849; sh: 2,108; perl: 2,057; makefile: 1,177; sed: 161; csh: 50; awk: 49; lisp: 39
file content (24 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
#	Imakefile for ad2c - Convert X resources to C decls
#
#	George Ferguson, ferguson@cs.rochester.edu, 19 Mar 1991.
#

# Where do you want this (if the default isn't okay)?
#BINDIR = bin
#MANDIR = man/man1
# Default suffix is "1", change if you change MANDIR I guess
##undef ManSuffix
##define ManSuffix l

# Why is this not the default?
INSTPGMFLAGS = -m 0755

AllTarget(ad2c)
depend:
	@echo 'no need to depend for ad2c'
ad2c:
	@echo 'ad2c is up to date'

InstallScript(ad2c,$(BINDIR))
InstallManPage(ad2c,$(MANDIR))