home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample7 / EMX.mak next >
Makefile  |  1997-04-03  |  610b  |  31 lines

  1. #Makefile generated by Object WorkFrame - MakeMake
  2. #(c)opyright Stefan von Brauk, 1996
  3.  
  4. #target:   GNU Make
  5. #compiler: gcc/emx
  6. #date:     4.10.1996
  7. #actions:
  8. #   Compile C/C++
  9. #   Link OBJ
  10. #   Link DEF
  11. #files: sample7.cpp sample7.obj sample7.DEF 
  12.  
  13. OBJS=sample7.obj 
  14. LIBS=$(OOL)\lib\OOLW3E03.LIB
  15.  
  16. COMPILE=gcc -b -s -Zmt -Zcrtdll -Zomf -fhandle-exceptions -c
  17. LINK=gcc -Zmt -Zcrtdll -Zomf -Zlinker /PACKD -Zlinker /PACKC -o
  18.  
  19. all: sample7.exe
  20.  
  21. %.obj: %.cpp
  22.     $(COMPILE) $<
  23.  
  24. sample7.exe: $(OBJS) 
  25.     $(LINK) sample7.exe $(OBJS) $(LIBS) sample7.def
  26.  
  27.  
  28. sample7.obj: sample7.cpp\
  29.     sample7.h
  30.  
  31.