~ubuntu-branches/ubuntu/natty/sawfish/natty

« back to all changes in this revision

Viewing changes to lisp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-11-23 09:05:20 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20091123090520-m588qe37wtxzr2b5
Tags: upstream-1.5.3
ImportĀ upstreamĀ versionĀ 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
top_srcdir=@top_srcdir@
26
26
VPATH=@srcdir@:@top_srcdir@
27
27
 
 
28
REP_ENVIRON:=$(REP_ENVIRON) REP_LOAD_PATH=$(top_srcdir)/lisp:$(top_builddir)/lisp
 
29
 
28
30
# also in themes/Makefile.in
29
31
sawfish_prog = ../src/sawfish --batch --no-rc
30
32
COMPILE_ENV = SAWFISHLISPDIR=. \
43
45
        sawfish/wm/placement \
44
46
        sawfish/wm/animation sawfish/wm/theming \
45
47
        sawfish/wm/state sawfish/wm/gnome sawfish/wm/util \
46
 
        sawfish/wm/commands sawfish/wm/session
 
48
        sawfish/wm/commands sawfish/wm/session \
 
49
        sawfish/wm/tabs
47
50
 
48
51
all : lisp
49
52
        set -e; for d in $(SUBDIRS); do \
88
91
        done
89
92
        rm -f `find . \( -name '*.jlc' -o -name '*~' -o -name core \) -print`
90
93
 
 
94
distclean: realclean
 
95
 
91
96
realclean : clean
92
97
        set -e; for d in $(SUBDIRS); do \
93
98
          ( cd $$d && $(MAKE) $@ ); \