~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to xless/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SHELL = /bin/sh
2
 
 
3
 
SCIDIR=..
4
 
include ../Makefile.incl
5
 
 
6
 
CFLAGS = $(CC_OPTIONS) $(XFLAGS)
7
 
 
8
 
OBJS = help.o init.o popup.o util.o callbacks.o window.o main.o \
9
 
        actions.o functions.o
10
 
 
11
 
all:: $(SCIDIR)/bin/xless
12
 
 
13
 
$(SCIDIR)/bin/xless: $(OBJS) $(XAW_LOCAL_LIB)
14
 
        $(RM) $@
15
 
        $(CC) -o $@ $(OBJS) $(CC_LDFLAGS) $(XLIBS)
16
 
 
17
 
clean::
18
 
        $(RM) $(OBJS)
19
 
distclean::
20
 
        $(RM) $(OBJS) $(SCIDIR)/bin/xless
21
 
 
22
 
all:: $(SCIDIR)/X11_defaults/xless.help
23
 
 
24
 
$(SCIDIR)/X11_defaults/xless.help: xless.help
25
 
        $(RM) $@
26
 
        cp xless.help $(SCIDIR)/X11_defaults/xless.help
27
 
 
28
 
all:: $(SCIDIR)/X11_defaults/XLess
29
 
 
30
 
$(SCIDIR)/X11_defaults/XLess : XLess.ad
31
 
        $(RM) $@
32
 
        cp XLess.ad $(SCIDIR)/X11_defaults/XLess
33
 
 
34
 
all:: $(SCIDIR)/X11_defaults/XLess-color
35
 
 
36
 
$(SCIDIR)/X11_defaults/XLess-color: XLess-co.ad
37
 
        $(RM) $@
38
 
        cp XLess-co.ad $(SCIDIR)/X11_defaults/XLess-color
39
 
 
40
 
distclean::
41
 
        $(RM) $(SCIDIR)/X11_defaults/xless.help
42
 
        $(RM) $(SCIDIR)/X11_defaults/XLess
43
 
        $(RM) $(SCIDIR)/X11_defaults/XLess-color
44
 
 
45
 
help.o: xless.h XLessHelp.icon
46
 
init.o: xless.h
47
 
popup.o: xless.h
48
 
util.o: xless.h
49
 
callbacks.o: xless.h
50
 
window.o: xless.h XLessWin.icon
51
 
main.o: xless.h XLessTop.icon
52
 
actions.o: xless.h
53
 
functions.o: xless.h