~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to hw/kdrive/sdl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2010-06-07 14:50:49 UTC
  • mfrom: (0.9.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: james.westby@ubuntu.com-20100607145049-eys326hqtq5mjqxt
Tags: upstream-1.8.1.901
ImportĀ upstreamĀ versionĀ 1.8.1.901

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =                                      \
2
 
        @KDRIVE_PURE_INCS@                              \
3
 
        @KDRIVE_CFLAGS@ \
4
 
        @XSDL_INCS@
5
 
 
6
 
bin_PROGRAMS = Xsdl
7
 
 
8
 
Xsdl_SOURCES = sdl.c
9
 
 
10
 
Xsdl_LDADD = \
11
 
        @KDRIVE_LIBS@                                  \
12
 
        @XSDL_LIBS@
13
 
 
14
 
Xsdl_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@
15
 
 
16
 
Xsdl_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
17
 
 
18
 
relink:
19
 
        rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)