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

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