home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / bin / startup / os2 / ibm / macros.mk
Encoding:
Makefile  |  1997-08-10  |  822 b   |  31 lines

  1. # OS/2 1.3 and 2.1 specific customization.
  2.  
  3. # Standard C-language command names and flags
  4. CC         *:= icc        # C   compiler 
  5. CPP       *:=            # C-preprocessor
  6. CFLAGS     *=            # C   compiler flags
  7. "C++"      *:=            # C++ Compiler
  8. "C++FLAGS" *=            # C++ Compiler flags
  9.  
  10. AS         *:= masm        # Assembler and flags
  11. ASFLAGS    *= 
  12. LD         *= link386        # Loader and flags
  13. LDFLAGS    *=
  14. LDLIBS     *=            # Default libraries
  15. AR         *:= lib        # archiver
  16. ARFLAGS    *= ????
  17.  
  18. # Definition of Print command for this system.
  19. PRINT      *= print
  20.  
  21. # Language and Parser generation Tools and their flags
  22. YACC       *:= yacc        # standard yacc
  23. YFLAGS     *=
  24. LEX       *:= lex        # standard lex
  25. LFLAGS     *=
  26.  
  27. # Other Compilers, Tools and their flags
  28. PC       *:= ???        # pascal compiler
  29. RC       *:= ???        # ratfor compiler
  30. FC       *:= ???        # fortran compiler
  31.