Ignore:
Timestamp:
11/01/99 10:53:51 (25 years ago)
Author:
harald
Message:
To make the compilation on different machines a little bit easier, the
file 'config.mk' was replace by the file 'config.mk.linux-gnu' and
'config.mk.osf1'. A change in the Makefile was also done to select
the right config.mk file automatically.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Reflector/Makefile

    r292 r299  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.1.1.1 $
     21# $Revision: 1.2 $
    2222# $Author: harald $
    23 # $Date: 1999-10-29 07:00:32 $
     23# $Date: 1999-11-01 10:53:48 $
    2424#
    2525##################################################################
     
    2828# @code
    2929
    30 INCLUDEMK = config.mk
     30INCLUDEMK = config.mk.${OSTYPE}
    3131include ${INCLUDEMK}
    3232
     
    4040           -I${INCLUDE_MC}   \
    4141           -I${INCLUDE_REFL} \
    42            -I/usr/include
     42           -I/usr/include  -I/usr/include/g++
    4343
    4444#CERNLIBDIR = ${CERNDIR}/pro/lib/
Note: See TracChangeset for help on using the changeset viewer.