home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / samples / ogl / Makefile.in
Makefile  |  2000-07-15  |  223b  |  13 lines

  1. #
  2. # Makefile : Builds wxWindows utils for Unix.
  3. #
  4.  
  5. OGL_SAMPLES=ogledit studio
  6.  
  7. all:
  8.     @for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE)); done
  9.  
  10. clean:
  11.     @for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE) clean); done
  12.  
  13.