AIX.m4
Upload User: xu_441
Upload Date: 2007-01-04
Package Size: 1640k
Code Size: 0k
Category:

Email Client

Development Platform:

Unix_Linux

  1. # $Id: AIX.m4,v 8.2 1999/05/28 05:54:26 gshapiro Exp $
  2. depend: ${BEFORE} ${LINKS}
  3. @mv Makefile Makefile.old
  4. @sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile
  5. @echo "# Do not edit or remove this line or anything below it." >> Makefile
  6. changequote([,])
  7. for i in ${SRCS}; 
  8. do 
  9. ${CC} -M -E ${COPTS} $$i > /dev/null; 
  10. cat `basename $$i .c`.u >> Makefile ; 
  11. rm -f `basename $$i .c`.u ; 
  12. done;
  13. changequote
  14. # End of $RCSfile: AIX.m4,v $