mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
670 B

  1. --- ./progs/demos/Makefile.orig 2007-05-24 10:23:15.000000000 +0200
  2. +++ ./progs/demos/Makefile 2007-05-24 10:24:38.000000000 +0200
  3. @@ -14,8 +14,6 @@
  4. LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME)
  5. PROGS = \
  6. - arbfplight \
  7. - arbfslight \
  8. arbocclude \
  9. bounce \
  10. clearspd \
  11. @@ -23,16 +21,13 @@
  12. drawpix \
  13. engine \
  14. fire \
  15. - fogcoord \
  16. fplight \
  17. - fslight \
  18. gamma \
  19. gearbox \
  20. gears \
  21. geartrain \
  22. glinfo \
  23. gloss \
  24. - glslnoise \
  25. gltestperf \
  26. glutfx \
  27. isosurf \
  28. @@ -61,9 +56,7 @@
  29. texobj \
  30. trispd \
  31. tunnel \
  32. - tunnel2 \
  33. - vao_demo \
  34. - winpos
  35. + tunnel2
  36. ##### RULES #####