Makefile revision 78f51585b9ef1095880ddd235a8d41ff9e152fc5
# $Id$
# Author: Klaus L�ttich
# Year: 2002
# A Makefile to compile DrIFT in a comfortable way for various plattforms.
####################################################################
## include The uname variable
####################################################################
## Some varibles, which control the compilation
####################################################################
# source
####################################################################
### targets
cp $^ ..
### clean up
#########################################################
rm -f $@
$(PERL) -e '$$un=`uname`;print "UNAME=";\
$$un =~ m"Darwin" && do {print "macintosh"};\
$$un =~ m"SunOS" && do {print "solaris"};\
$$un =~ m"Linux" && do {print "linux"};\
print "\n"' > $@