home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-29 | 744 b | 23 lines |
- XCOMM $XConsortium: Imakefile,v 1.22 91/07/29 21:02:36 gildea Exp $
- DEFINES = ConnectionFlags $(SIGNAL_DEFINES) -DBINDIR=\"$(BINDIR)\"
- DEPLIBS = $(DEPXMULIB) $(DEPXLIB)
- LOCAL_LIBRARIES = $(XMULIB) $(XLIB)
- SRCS1 = xinit.c
- OBJS1 = xinit.o
- SAMPLECONFIGS = xinitrc /* xserverrc */
- PROGRAMS = xinit startx $(SAMPLECONFIGS)
-
- ComplexProgramTarget_1(xinit,$(LOCAL_LIBRARIES),NullParameter)
-
- MakeScriptFromCpp(startx, -DXINITDIR=$(XINITDIR))
- MakeScriptFromCpp(xinitrc, -DXINITDIR=$(XINITDIR))
- /* MakeScriptFromCpp(xserverrc, -DXINITDIR=$(XINITDIR)) */
-
-
- InstallNamedProg(startx,startx,$(BINDIR))
- InstallManPage(startx,$(MANDIR))
-
- #if InstallXinitConfig
- InstallMultiple($(SAMPLECONFIGS),$(XINITDIR))
- #endif
-