* attila/etc :

- Oublie de commiter...
This commit is contained in:
Jean-Paul Chaput 2002-09-29 18:09:14 +00:00
parent d36d2eabb8
commit 745318559b
2 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,5 @@
etcdir = $(prefix)/etc
etc_DATA = attila.conf
EXTRA_DIST = $(etc_DATA)

View File

@ -0,0 +1,56 @@
#!/bin/sh
#
# $Id: attila.conf,v 1.1 2002/09/29 18:09:14 jpc Exp $
#
# -*- Mode: Shell-script -*-
#
# /------------------------------------------------------------------\
# | |
# | A l l i a n c e C A D S y s t e m |
# | T o o l I n s t a l l e r |
# | |
# | Author : Jean-Paul CHAPUT |
# | E-mail : alliance-support@asim.lip6.fr |
# | ================================================================ |
# | sh script : "./attila" |
# | **************************************************************** |
# | U p d a t e s |
# | |
# \------------------------------------------------------------------/
#
# --------------------------------------------------------------------
# Linux Configuration Variables.
LINUX_TARGET="bip"
LINUX_CC="gcc3"
LINUX_CXX="g++3"
# --------------------------------------------------------------------
# Solaris Configuration Variables.
SOLARIS_TARGET="beny"
SOLARIS_CC="/usr/local/gcc-3.0.4/bin/gcc3"
SOLARIS_CXX="/usr/local/gcc-3.0.4/bin/g++3"
# --------------------------------------------------------------------
# Miscellaneous.
ATTILA_CVSROOT="/users/outil/alliance/cvsroot"
CVS_STARTUP_FILES="autostuff"
CVS_STARTUP_FILES="$CVS_STARTUP_FILES alliance.m4"
CVS_STARTUP_FILES="$CVS_STARTUP_FILES motif.m4"
CVS_STARTUP_FILES="$CVS_STARTUP_FILES xpm.m4"
CVS_STARTUP_FILES="$CVS_STARTUP_FILES Makefile.am"