Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.11 KB | None | 0 0
  1. DPResetBit0 : DPResetBit0.c
  2.     gcc -ggdb DPResetBit0.c -o DPResetBit0
  3.  
  4. DPResetBit1 : DPResetBit1.c
  5.     gcc -ggdb -O DPResetBit1.c -o DPResetBit1
  6.  
  7. DPResetBit2 : DPResetBit2.c
  8.     gcc -ggdb -O DPResetBit2.c -o DPResetBit2
  9.  
  10. DPResetBit3 : DPResetBit3.c
  11.     gcc -ggdb -O DPResetBit3.c -o DPResetBit3
  12.  
  13. DPResetBit4 : DPResetBit4.c
  14.     gcc -ggdb -O DPResetBit4.c -o DPResetBit4
  15.  
  16. DPResetBit5 : DPResetBit5.c
  17.     gcc -ggdb -O DPResetBit5.c -o DPResetBit5
  18.  
  19. DPResetBit6 : DPResetBit6.c
  20.     gcc -ggdb -O DPResetBit6.c -o DPResetBit6
  21.  
  22. DPResetBit7 : DPResetBit7.c
  23.     gcc -ggdb -O DPResetBit7.c -o DPResetBit7
  24.  
  25. DPSetBit0 : DPSetBit0.c
  26.     gcc -ggdb -O DPSetBit0.c -o DPSetBit0
  27.  
  28. DPSetBit1 : DPSetBit1.c
  29.     gcc -ggdb -O DPSetBit1.c -o DPSetBit1
  30.  
  31. DPSetBit2 : DPSetBit2.c
  32.     gcc -ggdb -O DPSetBit2.c -o DPSetBit2
  33.  
  34. DPSetBit3 : DPSetBit3.c
  35.     gcc -ggdb -O DPSetBit3.c -o DPSetBit3
  36.  
  37. DPSetBit4 : DPSetBit4.c
  38.     gcc -ggdb -O DPSetBit4.c -o DPSetBit4
  39.  
  40. DPSetBit5 : DPSetBit5.c
  41.     gcc -ggdb -O DPSetBit5.c -o DPSetBit5
  42.  
  43. DPSetBit6 : DPSetBit6.c
  44.     gcc -ggdb -O DPSetBit6.c -o DPSetBit6
  45.  
  46. DPSetBit7 : DPSetBit7.c
  47.     gcc -ggdb -O DPSetBit7.c -o DPSetBit7
  48.  
  49. clean :
  50.     rm DPResetBit0 DPResetBit1 DPResetBit2 \
  51.     DPResetBit3 DPResetBit4 DPResetBit5 \
  52.     DPResetBit6 DPResetBit7 \
  53.     DPSetBit0 DPSetBit1 DPSetBit2 DPSetBit3 \
  54.     DPSetBit4 DPSetBit5 DPSetBit6 DPSetBit7 \
  55.     *.o
  56.  
  57. install :
  58.     chown root DPResetBit0 \
  59.     chmod +s DPResetBit0 \
  60.     chown root DPResetBit1 \
  61.     chmod +s DPResetBit1 \
  62.     chown root DPResetBit2 \
  63.     chmod +s DPResetBit2 \
  64.     chown root DPResetBit3 \
  65.     chmod +s DPResetBit3 \
  66.     chown root DPResetBit4 \
  67.     chmod +s DPResetBit4 \
  68.     chown root DPResetBit5 \
  69.     chmod +s DPResetBit5 \
  70.     chown root DPResetBit6 \
  71.     chmod +s DPResetBit6 \
  72.     chown root DPResetBit7 \
  73.     chmod +s DPResetBit7 \
  74.     chown root DPSetBit0 \
  75.     chmod +s DPSetBit0 \
  76.     chown root DPSetBit1 \
  77.     chmod +s DPSetBit1 \
  78.     chown root DPSetBit2 \
  79.     chmod +s DPSetBit2 \
  80.     chown root DPSetBit3 \
  81.     chmod +s DPSetBit3 \
  82.     chown root DPSetBit4 \
  83.     chmod +s DPSetBit4 \
  84.     chown root DPSetBit5 \
  85.     chmod +s DPSetBit5 \
  86.     chown root DPSetBit6 \
  87.     chmod +s DPSetBit6 \
  88.     chown root DPSetBit7 \
  89.     chmod +s DPSetBit7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement