Changeset 39 for libcaca/trunk
- Timestamp:
- Dec 22, 2002, 8:08:35 PM (20 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/.cvsignore
r17 r39 1 1 .dirstamp 2 2 configure 3 configure-stamp 3 4 config.h 4 5 config.h.* … … 7 8 config.rpath 8 9 config.status 9 config.guess10 config.sub11 10 confdefs.h 12 11 conftest.cc … … 17 16 stamp-h* 18 17 aclocal.m4 19 install-sh20 missing21 mkinstalldirs22 compile23 depcomp -
libcaca/trunk/Makefile.am
r17 r39 4 4 5 5 SUBDIRS = src 6 DIST_SUBDIRS = $(SUBDIRS) debian6 DIST_SUBDIRS = $(SUBDIRS) autotools debian 7 7 8 8 EXTRA_DIST = doc/shapes.txt bootstrap -
libcaca/trunk/bootstrap
r17 r39 2 2 set -x 3 3 4 rm -f aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh 4 rm -f aclocal.m4 configure libtool ltconfig ltmain.sh config.log 5 rm -f autotools/compile autotools/config.guess autotools/config.sub autotools/missing autotools/mkinstalldirs autotools/depcomp autotools/install-sh 5 6 6 7 # Check for automake … … 38 39 fi 39 40 40 aclocal${amvers} || exit 141 aclocal${amvers} -I autotools || exit 1 41 42 autoheader || exit 1 42 43 automake${amvers} --add-missing --copy || exit 1 -
libcaca/trunk/configure.ac
r25 r39 5 5 AC_PREREQ(2.50) 6 6 AC_CONFIG_SRCDIR(src/main.c) 7 AC_CONFIG_AUX_DIR(autotools) 7 8 AC_CANONICAL_SYSTEM 8 9 … … 30 31 Makefile 31 32 src/Makefile 33 autotools/Makefile 32 34 debian/Makefile 33 35 ]) -
libcaca/trunk/debian/.cvsignore
r17 r39 2 2 Makefile 3 3 Makefile.in 4 files 5 ttyvaders 6 ttyvaders.substvars -
libcaca/trunk/src/Makefile.am
r33 r39 3 3 ############################################################################### 4 4 5 AM_CFLAGS = -g -O 6-fno-strength-reduce -fomit-frame-pointer5 AM_CFLAGS = -g -O2 -fno-strength-reduce -fomit-frame-pointer 6 6 7 7 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule
Note: See TracChangeset
for help on using the changeset viewer.