home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-16 | 472 b | 25 lines |
- XCOMM $XConsortium: Imakefile,v 1.3 91/07/16 22:50:50 gildea Exp $
- #define IHaveSubdirs
- #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
-
- SUBDIRS = local_im_tbl
-
- INSTALLFLAGS = $(INSTDATFLAGS)
-
- LCFILES = C \
- ja_JP.jis7 ja_JP.jis8 ja_JP.mscode ja_JP.ujis ja_JP.pjis \
- ko_KR.euc \
- lt_LN.bit7 lt_LN.bit8 \
- wr_WR.ct \
- zh_CN.ugb zh_TW.big5 \
- nls.dir nls.alias
-
- all::
-
- depend::
-
- InstallMultiple($(LCFILES),$(NLSDIR))
-
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
-