home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-21 | 477 b | 23 lines |
- XCOMM $XConsortium: Imakefile,v 1.5 91/09/09 15:42:15 rws Exp $
-
- #if InstallLibManPages
- #define IHaveSubdirs
- #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
- #endif
-
- SUBDIRS = Xlib Xt Xext XI
-
- all::
-
- #ifdef IHaveSubdirs
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
- #else
- depend:
- #endif
-
- InstallManPage(X,$(MANDIR))
- InstallManPageLong(Consortium,$(MANDIR),XConsortium)
- InstallManPageLong(Standards,$(MANDIR),XStandards)
- InstallManPageLong(security,$(MANDIR),Xsecurity)
-