~ubuntu-branches/ubuntu/trusty/libcdk5/trusty

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-06-06 03:54:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606035431-ba4gdvw0h6ybffsu
Tags: 5.0.20060507-1
* New upstream release.
* Fixed header patching.  Patch from Robert Schiele.
  Closes: #402978, #416336.
* Update widget count in description.  Closes: #294709.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.in,v 1.17 2005/04/24 17:45:28 tom Exp $
 
1
# $Id: Makefile.in,v 1.18 2005/12/28 00:03:39 tom Exp $
2
2
#
3
3
# Makefile for the examples directory.
4
4
#
37
37
        entry_ex$x \
38
38
        fscale_ex$x \
39
39
        fselect_ex$x \
 
40
        fslider_ex$x \
40
41
        graph_ex$x \
41
42
        hello_ex$x \
42
43
        histogram_ex$x \
49
50
        menu_ex$x \
50
51
        position_ex$x \
51
52
        preprocess_ex$x \
 
53
        radio1_ex$x \
52
54
        radio_ex$x \
53
 
        radio1_ex$x \
54
55
        raiseCDKObject_ex$x \
55
56
        scale_ex$x \
56
57
        scroll_ex$x \
60
61
        swindow_ex$x \
61
62
        template_ex$x \
62
63
        traverse_ex$x \
 
64
        uslider_ex$x \
63
65
        viewer_ex$x \
64
66
        viewer_ex2$x
65
67
 
76
78
entry_ex$x :            entry_ex.c              ; $(LINKIT)
77
79
fscale_ex$x :           fscale_ex.c             ; $(LINKIT)
78
80
fselect_ex$x :          fselect_ex.c            ; $(LINKIT)
 
81
fslider_ex$x :          fslider_ex.c            ; $(LINKIT)
79
82
graph_ex$x :            graph_ex.c              ; $(LINKIT)
80
83
hello_ex$x :            hello_ex.c              ; $(LINKIT)
81
84
histogram_ex$x :        histogram_ex.c          ; $(LINKIT)
88
91
menu_ex$x :             menu_ex.c               ; $(LINKIT)
89
92
position_ex$x :         position_ex.c           ; $(LINKIT)
90
93
preprocess_ex$x :       preprocess_ex.c         ; $(LINKIT)
 
94
radio1_ex$x :           radio1_ex.c             ; $(LINKIT)
91
95
radio_ex$x :            radio_ex.c              ; $(LINKIT)
92
 
radio1_ex$x :           radio1_ex.c             ; $(LINKIT)
93
96
raiseCDKObject_ex$x :   raiseCDKObject_ex.c     ; $(LINKIT)
94
97
scale_ex$x :            scale_ex.c              ; $(LINKIT)
95
98
scroll_ex$x :           scroll_ex.c             ; $(LINKIT)
99
102
swindow_ex$x :          swindow_ex.c            ; $(LINKIT)
100
103
template_ex$x :         template_ex.c           ; $(LINKIT)
101
104
traverse_ex$x :         traverse_ex.c           ; $(LINKIT)
 
105
uslider_ex$x :          uslider_ex.c            ; $(LINKIT)
102
106
viewer_ex$x :           viewer_ex.c             ; $(LINKIT)
103
107
viewer_ex2$x :          viewer_ex2.c            ; $(LINKIT)
104
108
#