XCOMM This file is part of
XCOMM ======================================================
XCOMM 
XCOMM            LyX, the High Level Word Processor
XCOMM 
XCOMM            Copyright (C) 1995 Matthias Ettrich
XCOMM 
XCOMM ======================================================
XCOMM
XCOMM  1. Edit this file to adjust pathnames, if needed.
XCOMM  2. Run "xmkmf -a" to create Makefile and dependencies.
XCOMM  3. Run "make" to create LyX.
XCOMM  4. Run "make install" to install LyX.
XCOMM  5. Run "make install.man" to install LyX man page. (when written!)
XCOMM


SRCS =	lyx.C lyx_cb.C lyx_main.C inset.C lyxfont.C file.C paragraph.C \
	layout.C screen.C text.C text2.C spellchecker.C
OBJS =	lyx.o lyx_cb.o lyx_main.o inset.o lyxfont.o file.o paragraph.o \
	layout.o screen.o text.o text2.o spellchecker.o

XCOMM Directory to install lyx.sty TeX file.
XCOMM /usr/lib/texmf/tex/local is appropriate for the ntex-1.5 distribution.
TEX_STY_DIR = /usr/lib/texmf/tex/latex/sty

XCOMM Directory to install extra lyx files, such as lyxrc examples.
XCOMM $(LIBDIR)/lyx is appropriate for X11R6.
LYX_DIR =	$(LIBDIR)/lyx

XCOMM If forms.h is not present in the standard include path, then
XCOMM uncomment and edit the following to reflect the correct directory.
CXXEXTRA_INCLUDES += -I../xforms/FORMS/

XCOMM If libforms is not present in the standard library path, then
XCOMM uncomment and edit the following to reflect the correct directory.
EXTRA_LDOPTIONS += -L..//xforms/FORMS/

XCOMM if you have few colors available, you may like to use two color icons
XCOMM CXXEXTRA_DEFINES += -DTWO_COLOR_ICONS


XCOMM Warning options for g++
CXXOPTIONS += -Wall -Wno-unused

LOCAL_LIBRARIES = -lforms -lXpm -lX11 -lm 

ComplexCplusplusProgramTarget(lyx)

InstallNamedNonExec(tex/lyx.sty,lyx.sty,$(TEX_STY_DIR))
InstallNonExecFile(lyxrc, $(LYX_DIR))


