Changeset e4cec26 for auto/options


Ignore:
Timestamp:
06/09/09 13:24:34 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
3a2ae91
Parents:
9e0afb5
git-author:
Mateusz Hromada <ruanda@…> (06/09/09 13:24:34)
git-committer:
Mateusz Hromada <ruanda@…> (06/09/09 13:24:34)
Message:

Migration to new build system.

  • gph moved and checked
File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto/options

    r44f59b8 re4cec26  
    2323if [ -z "$SORT" ];              then SORT=$DEFAULT_SORT;                            fi 
    2424if [ -z "$PR" ];                then PR=$DEFAULT_PR;                                fi 
     25if [ -z "$CP" ];                then CP=$DEFAULT_CP;                                fi 
     26if [ -z "$CHMOD" ];             then CHMOD=$DEFAULT_CHMOD;                          fi 
    2527 
    2628if [ -z "$CFLAGS" ];            then CFLAGS=$DEFAULT_CFLAGS;                        fi 
     
    2830if [ -z "$LDLIBS" ];            then LDLIBS=$DEFAULT_LDLIBS;                        fi 
    2931if [ -z "$BFLAGS" ];            then BFLAGS=$DEFAULT_BFLAGS;                        fi 
     32if [ -z "$FFLAGS" ];            then FFLAGS=$DEFAULT_FFLAGS;                        fi 
    3033 
    3134if [ -z "$DESTDIR" ];           then DESTDIR=$DEFAULT_DESTDIR;                      fi 
     
    7578    SORT=*)             SORT="$value"                             ;; 
    7679    PR=*)               PR="$value"                               ;; 
     80    CP=*)               CP="$value"                               ;; 
     81    CHMOD=*)            CHMOD="$value"                            ;; 
    7782 
    7883    CFLAGS=*)           CFLAGS="$value"                           ;; 
     
    8085    LDLIBS=*)           LDLIBS="$value"                           ;; 
    8186    BFLAGS=*)           BFLAGS="$value"                           ;; 
     87    FFLAGS=*)           FFLAGS="$value"                           ;; 
    8288  esac 
    8389done 
     
    128134  SORT                  sort command 
    129135  PR                    pr command 
     136  CP                    cp command 
     137  CHMOD                 chmod command 
    130138 
    131139  CFLAGS                C compiler flags 
     
    134142  LDLIBS                libraries to pass to the linker, e.g. -l<library> 
    135143  BFLAGS                Bison compiler flags 
     144  FFLAGS                Flex compiler flags 
    136145 
    137146Use these variables to override default values. 
Note: See TracChangeset for help on using the changeset viewer.