XCOMM $XdotOrg: xc/programs/xedit/lisp/modules/Imakefile,v 1.2 2004-04-23 19:54:44 eich Exp $ XCOMM $XFree86: xc/programs/xedit/lisp/modules/Imakefile,v 1.15tsi Exp $ #include "../lisp.cf" #include "../lisp.rules" #if BuildSharedLispModules SRCS = x11.c xt.c xaw.c OBJS = x11.o xt.o xaw.o INCLUDES = -I../.. -I../mp -I../re -I$(XINCLUDESRC) LispModuleTarget(x11, $(XLIB) $(LOCAL_LIBRARIES),) LispModuleTarget(xt, $(XTOOLLIB) $(XLIB) $(LOCAL_LIBRARIES),) LispModuleTarget(xaw, $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) $(LOCAL_LIBRARIES),) InstallMultipleFlags(x11.so,$(LISPDIR),$(INSTINCFLAGS)) InstallMultipleFlags(xt.so,$(LISPDIR),$(INSTINCFLAGS)) InstallMultipleFlags(xaw.so,$(LISPDIR),$(INSTINCFLAGS)) DependTarget() #endif /* InstallSharedLispModules */ InstallMultipleFlags(lisp.lsp,$(LISPDIR),$(INSTINCFLAGS)) InstallMultipleFlags(xedit.lsp,$(LISPDIR),$(INSTINCFLAGS)) InstallMultipleFlags(syntax.lsp,$(LISPDIR),$(INSTINCFLAGS)) InstallMultipleFlags(indent.lsp,$(LISPDIR),$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/c.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/html.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/imake.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/lisp.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/make.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/man.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/patch.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/rpm.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/sgml.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/sh.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/xconf.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/xlog.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS)) InstallMultipleFlags(progmodes/xrdb.lsp,$(LISPDIR)/progmodes,$(INSTINCFLAGS))