File: Imakefile

package info (click to toggle)
motif 2.3.4-13
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 81,160 kB
  • ctags: 51,769
  • sloc: ansic: 596,938; cpp: 3,951; yacc: 2,854; makefile: 2,070; csh: 1,199; sh: 1,070; lex: 455
file content (17 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
XCOMM Imakefile

#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS = man1 man3 man4 man5

all::

install.man::
	MakeDir($(DESTDIR)$(MANDIR))
	MakeDir($(DESTDIR)$(LIBMANDIR))
	MakeDir($(DESTDIR)$(FILEMANDIR))
	MakeDir($(DESTDIR)$(MISCMANDIR))

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))