Code Search for Developers
 
 
  

configure.in from Gulus at Krugle


Show configure.in syntax highlighted

AC_INIT(src/GULUS_Calendrier.c)

AM_INIT_AUTOMAKE(GULUS_Calendrier,0.2.0)
AM_CONFIG_HEADER(config.h)

PROGS="GULUS_Calendrier"

AC_SUBST(PROGS)
AC_SUBST(CFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)

AC_PROG_CC
AC_ISC_POSIX
AC_PROG_CPP
AC_GCC_TRADITIONAL
AC_PROG_INSTALL

dnl installation path
inst_dir=$datadir/Gulus_Calendrier/Pixmaps
inst_flag="-DSRC_DIR=\\\"$inst_dir/\\\""
prj_dir=$datadir
prj_flag="-DPRJ_DIR=\\\"$prj_dir/\\\""

AC_SUBST(inst_flag)
AC_SUBST(prj_flag)
AC_SUBST(inst_dir)
AC_SUBST(prj_dir)

AC_OUTPUT([
Makefile
src/Makefile
pixmaps/Makefile
])





See more files for this project here

Gulus

Groupe d\'Utilisateurs de Linux de l\'Universit? de Sherbrooke. http://www.gulus.org/

Project homepage: http://sourceforge.net/projects/gulus
Programming language(s): PHP,Shell Script
License: other

  pixmaps/
    GULUS_Cal_Aout.png
    GULUS_Cal_Avril.png
    GULUS_Cal_Decembre.png
    GULUS_Cal_Fevrier.png
    GULUS_Cal_Janvier.png
    GULUS_Cal_Juillet.png
    GULUS_Cal_Juin.png
    GULUS_Cal_Mai.png
    GULUS_Cal_Mars.png
    GULUS_Cal_Novembre.png
    GULUS_Cal_Octobre.png
    GULUS_Cal_Septembre.png
    Makefile.am
    Makefile.in
  src/
    GULUS_Calendrier.c
    Makefile.am
    Makefile.in
  AUTHORS
  COPYING
  ChangeLog
  INSTALL
  Makefile.am
  Makefile.in
  NEWS
  README
  aclocal.m4
  config.h.in
  configure
  configure.in
  install-sh
  missing
  mkinstalldirs
  stamp-h.in