~kubuntu-members/kompare/4.11

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Otto Bruggeman
  • Date: 2002-03-26 23:09:21 UTC
  • Revision ID: git-v1:6463f3f86954bdfc86a95a04602a7b24db3249f9

Make some architectural changes:
- Moved the diffmodel stuff into a library
- Moved the komparenavtree into its own part
- Passing around pointers to diffmodels and differences now instead of offsets in a qptrlist
- Removed the differences menu because it sucked when there were many differences in a file

Still not ready but it is almost functional, only scrolling does not work atm, i'll fix that tonight if i can.

svn path=/trunk/kdesdk/kompare/; revision=145358

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = komparepart pics
 
1
SUBDIRS = libdiff2 komparenavtreepart komparepart pics
2
2
 
3
 
INCLUDES= -I$(top_srcdir)/kompare/komparepart $(all_includes)
 
3
INCLUDES= \
 
4
        -I$(srcdir)/libdiff2 \
 
5
        -I$(srcdir)/komparenavtreepart \
 
6
        -I$(srcdir)/komparepart \
 
7
        $(all_includes)
4
8
 
5
9
noinst_HEADERS =  kompare_shell.h
6
10
 
22
26
 
23
27
# the application source, library search path, and link libraries
24
28
kompare_SOURCES = main.cpp kompare_shell.cpp kcomparedialog.cpp
25
 
kompare_LDFLAGS = $(KDE_RPATH) $(all_libraries)
 
29
kompare_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lvmon
26
30
kompare_LDADD   = $(LIB_KPARTS) $(top_builddir)/kompare/komparepart/libkomparepart.la
27
31
 
28
32
# this is where the desktop file will go