home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample11 / emx.mak < prev    next >
Makefile  |  1997-04-03  |  680b  |  34 lines

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