home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / unix / coherent / make.sh < prev    next >
Text File  |  1994-10-23  |  3KB  |  65 lines

  1. mkdir objects
  2. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O infer.c
  3. mv infer.o objects
  4. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O make.c
  5. mv make.o objects
  6. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O stat.c
  7. mv stat.o objects
  8. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O expand.c
  9. mv expand.o objects
  10. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O dmstring.c
  11. mv dmstring.o objects
  12. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O hash.c
  13. mv hash.o objects
  14. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O dag.c
  15. mv dag.o objects
  16. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O dmake.c
  17. mv dmake.o objects
  18. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O path.c
  19. mv path.o objects
  20. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O imacs.c
  21. mv imacs.o objects
  22. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O sysintf.c
  23. mv sysintf.o objects
  24. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O parse.c
  25. mv parse.o objects
  26. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O getinp.c
  27. mv getinp.o objects
  28. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O quit.c
  29. mv quit.o objects
  30. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O state.c
  31. mv state.o objects
  32. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O dmdump.c
  33. mv dmdump.o objects
  34. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O macparse.c
  35. mv macparse.o objects
  36. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O rulparse.c
  37. mv rulparse.o objects
  38. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O percent.c
  39. mv percent.o objects
  40. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O function.c
  41. mv function.o objects
  42. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/arlib.c
  43. mv arlib.o objects
  44. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/dirbrk.c
  45. mv dirbrk.o objects
  46. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/rmprq.c
  47. mv rmprq.o objects
  48. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/ruletab.c
  49. mv ruletab.o objects
  50. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/runargv.c
  51. mv runargv.o objects
  52. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/dcache.c
  53. mv dcache.o objects
  54. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/coherent/vfprintf.c
  55. mv vfprintf.o objects
  56. cc -c -I. -Iunix -Iunix/coherent -Dvoid=int -O unix/coherent/getcwd.c
  57. mv getcwd.o objects
  58. cc -O -o dmake  objects/infer.o objects/make.o objects/stat.o objects/expand.o \
  59. objects/dmstring.o objects/hash.o objects/dag.o objects/dmake.o objects/path.o \
  60. objects/imacs.o objects/sysintf.o objects/parse.o objects/getinp.o \
  61. objects/quit.o objects/state.o objects/dmdump.o objects/macparse.o \
  62. objects/rulparse.o objects/percent.o objects/function.o objects/arlib.o \
  63. objects/dirbrk.o objects/rmprq.o objects/ruletab.o objects/runargv.o objects/dcache.o objects/vfprintf.o objects/getcwd.o 
  64. cp unix/coherent/startup.mk startup.mk
  65.