]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
zlib stuff
[lyx.git] / src / Makefile.am
index 5b9d99363ad1ea5bed4bec876bd81e22920a68e3..782df6578a6737544d620a4803d45aa5957628f0 100644 (file)
@@ -31,14 +31,14 @@ BOOST_LIBS = -lboost_regex -lboost_signals
 endif
 
 lyx_LDADD = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) \
-       $(AIKSAURUS_LIBS) @LIBS@
+       $(AIKSAURUS_LIBS) @LIBS@ -lz
+
+lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS)
 
 #lyx_LDFLAGS=-Wl,-O1
 
 INCLUDES = $(BOOST_INCLUDES)
 
-localedir = $(datadir)/locale
-
 BUILT_SOURCES = version.C
 
 lyx_SOURCES = \
@@ -69,6 +69,7 @@ lyx_SOURCES = \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
+       latexrunparams.h \
        Lsstream.h \
        LyXAction.C \
        LyXAction.h \
@@ -76,7 +77,6 @@ lyx_SOURCES = \
        MenuBackend.h \
        paragraph_funcs.C \
        paragraph_funcs.h \
-       ParagraphList.C \
        ParagraphList.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
@@ -103,6 +103,8 @@ lyx_SOURCES = \
        broken_headers.h \
        buffer.C \
        buffer.h \
+       buffer_funcs.C \
+       buffer_funcs.h \
        bufferlist.C \
        bufferlist.h \
        bufferparams.C \
@@ -121,16 +123,24 @@ lyx_SOURCES = \
        counters.h \
        debug.C \
        debug.h \
+       dimension.C \
+       dimension.h \
        encoding.C \
        encoding.h \
+       errorlist.C \
+       errorlist.h \
        exporter.C \
        exporter.h \
        gettext.C \
        gettext.h \
        factory.h \
        factory.C \
+       format.C \
+       format.h \
        funcrequest.h \
        funcrequest.C \
+       graph.C \
+       graph.h \
        importer.C \
        importer.h \
        intl.C \
@@ -208,8 +218,6 @@ lyx_SOURCES = \
        sgml.h \
        tabular.C \
        tabular.h \
-       tabular_funcs.C \
-       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
        tex-strings.C \
@@ -219,6 +227,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       textcursor.C \
+       textcursor.h \
        text_funcs.C \
        text_funcs.h \
        toc.C \
@@ -237,21 +247,7 @@ lyx_SOURCES = \
        version.C \
        version.h \
        vspace.C \
-       vspace.h \
-       graph.C \
-       graph.h \
-       format.C \
-       format.h
-
-lyx_main.o: lyx_main.C lyx_main.h config.h version.h \
-       lyxrc.h support/path.h support/filetools.h \
-       bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
-       lyxserver.h layout.h gettext.h kbmap.h lfuns.h language.h
-       $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
-         -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
-
-messages.o: messages.C messages.h config.h LString.h support/filetools.h
-       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/messages.C
+       vspace.h
 
 dist-hook:
        cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`