~ubuntu-branches/ubuntu/saucy/sage/saucy

« back to all changes in this revision

Viewing changes to sage/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-06-05 11:34:18 UTC
  • mto: (2.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070605113418-mjjn0p1i7zcntnbz
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
 
17
17
 
18
18
 
19
 
SOURCES = $(libsage_la_SOURCES)
20
 
 
21
19
srcdir = @srcdir@
22
20
top_srcdir = @top_srcdir@
23
21
VPATH = @srcdir@
84
82
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
85
83
SOURCES = $(libsage_la_SOURCES)
86
84
DIST_SOURCES = $(am__libsage_la_SOURCES_DIST)
87
 
am__libsage_HEADERS_DIST = sage.h utility.h glext_sage.h GL.h GLU.h \
88
 
        sage_glx.h glxext_sage.h sage_wgl.h wglext_sage.h header.h \
89
 
        undefs.h
 
85
am__libsage_HEADERS_DIST = sage.h utility.h sage_fptr.h GL.h GLU.h \
 
86
        sage_glx.h glxext_sage.h sage_wgl.h wglext_sage.h header.h
90
87
libsageHEADERS_INSTALL = $(INSTALL_HEADER)
91
88
HEADERS = $(libsage_HEADERS)
92
89
ETAGS = etags
162
159
SDL_CONFIG = @SDL_CONFIG@
163
160
SDL_LIBS = @SDL_LIBS@
164
161
SDL_VERSION = @SDL_VERSION@
 
162
SED = @SED@
165
163
SET_MAKE = @SET_MAKE@
166
164
SHELL = @SHELL@
167
165
STRIP = @STRIP@
242
240
libsage_HEADERS = \
243
241
        sage.h \
244
242
        utility.h \
245
 
        glext_sage.h \
 
243
        sage_fptr.h \
246
244
        GL.h GLU.h \
247
245
        $(SAGE_GLX_H) $(SAGE_WGL_H) \
248
 
        header.h \
249
 
        undefs.h
 
246
        header.h
250
247
 
251
248
 
252
249
# Stuff to build dll
597
594
 
598
595
 
599
596
%.dll : lib%.la
600
 
        $(DLLWRAP) --output-def $*.def --driver-name=$(CXX) -o $@ `ar t .libs/lib$*.dll.a` $(LDFLAGS) $(LIBS)
 
597
        $(DLLWRAP) --output-def $*.def --driver-name=$(CXX) -o $@ .libs/lib$*.a $(LDFLAGS) $(LIBS)
601
598
        $(DLLTOOL) --dllname $@ --def $*.def --output-lib .libs/lib$*.dll.a
602
599
 
603
600
clean-local: