Makefile revision 2363f62e2f4f9e42bd99d5276f237093a7801f2d
# A Makefile to compile genRules in comfort way for two plattforms.
####################################################################
## include The uname variable
####################################################################
## Some varibles, which control the compilation
####################################################################
# source
####################################################################
### targets
mv genRules.tmp $@
cp $^ ..
genRules.tmp: $(sources)
rm -f genRules.tmp
### clean up
#########################################################
rm -f $@
$(PERL) -e '$$un=`uname`;print "UNAME=";\
$$un =~ m"SunOS" && do {print "solaris"};\
$$un =~ m"Linux" && do {print "linux"};\
print "\n"' > $@