Changeset 191


Ignore:
Timestamp:
Nov 16, 2003, 1:20:58 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • The big TTYvaders/libcaca split. This is TTYvaders.
Location:
ttyvaders/trunk
Files:
3 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • ttyvaders/trunk/Makefile.am

    r186 r191  
    33###############################################################################
    44
    5 SUBDIRS = libcaca test src
     5SUBDIRS = src
    66DIST_SUBDIRS = $(SUBDIRS) autotools data debian
    77
  • ttyvaders/trunk/configure.ac

    r188 r191  
    6161AC_OUTPUT([
    6262  Makefile
    63   libcaca/Makefile
    64   test/Makefile
    6563  src/Makefile
    6664  autotools/Makefile
  • ttyvaders/trunk/debian/control

    r20 r191  
    22Section: games
    33Priority: optional
    4 Maintainer: Samuel Hocevar <sam@zoy.org>
    5 Build-Depends: debhelper (>=2.2.0), slang1-dev
    6 Standards-Version: 3.5.6
     4Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
     5Build-Depends: debhelper (>= 2.2.0), slang1-dev
     6Standards-Version: 3.6.1.0
    77
    88Package: ttyvaders
     
    1010Architecture: any
    1111Depends: ${shlibs:Depends}
    12 Description: A vertical shoot 'em up with text-mode graphics.
     12Description: vertical shoot 'em up with text-mode graphics
    1313 TTYvaders is a vertical shoot 'em up for the console or the terminal.
    1414 .
  • ttyvaders/trunk/src/Makefile.am

    r186 r191  
    33###############################################################################
    44
    5 AM_CPPFLAGS = -I$(top_srcdir)/libcaca
     5AM_CPPFLAGS = -I$(top_srcdir)/../libcaca/src
    66
    77if USE_SLANG
     
    3030        weapons.c \
    3131        $(NULL)
    32 ttyvaders_LDADD = ../libcaca/libcaca.a $(LDFLAGS_slang) $(LDFLAGS_ncurses) -lm
     32ttyvaders_LDADD = ../../libcaca/src/libcaca.a $(LDFLAGS_slang) $(LDFLAGS_ncurses) -lm
    3333
Note: See TracChangeset for help on using the changeset viewer.