Changeset 191
- Timestamp:
- Nov 16, 2003, 1:20:58 PM (19 years ago)
- Location:
- ttyvaders/trunk
- Files:
-
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ttyvaders/trunk/Makefile.am
r186 r191 3 3 ############################################################################### 4 4 5 SUBDIRS = libcaca testsrc5 SUBDIRS = src 6 6 DIST_SUBDIRS = $(SUBDIRS) autotools data debian 7 7 -
ttyvaders/trunk/configure.ac
r188 r191 61 61 AC_OUTPUT([ 62 62 Makefile 63 libcaca/Makefile64 test/Makefile65 63 src/Makefile 66 64 autotools/Makefile -
ttyvaders/trunk/debian/control
r20 r191 2 2 Section: games 3 3 Priority: optional 4 Maintainer: Sam uel Hocevar <sam@zoy.org>5 Build-Depends: debhelper (>= 2.2.0), slang1-dev6 Standards-Version: 3. 5.64 Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> 5 Build-Depends: debhelper (>= 2.2.0), slang1-dev 6 Standards-Version: 3.6.1.0 7 7 8 8 Package: ttyvaders … … 10 10 Architecture: any 11 11 Depends: ${shlibs:Depends} 12 Description: A vertical shoot 'em up with text-mode graphics.12 Description: vertical shoot 'em up with text-mode graphics 13 13 TTYvaders is a vertical shoot 'em up for the console or the terminal. 14 14 . -
ttyvaders/trunk/src/Makefile.am
r186 r191 3 3 ############################################################################### 4 4 5 AM_CPPFLAGS = -I$(top_srcdir)/ libcaca5 AM_CPPFLAGS = -I$(top_srcdir)/../libcaca/src 6 6 7 7 if USE_SLANG … … 30 30 weapons.c \ 31 31 $(NULL) 32 ttyvaders_LDADD = ../ libcaca/libcaca.a $(LDFLAGS_slang) $(LDFLAGS_ncurses) -lm32 ttyvaders_LDADD = ../../libcaca/src/libcaca.a $(LDFLAGS_slang) $(LDFLAGS_ncurses) -lm 33 33
Note: See TracChangeset
for help on using the changeset viewer.