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

  1. # MSDOS Borland-C environment customization.
  2.  
  3. .IF $(OSENVIRONMENT)
  4.    .INCLUDE .IGNORE .NOINFER : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
  5. .ENDIF
  6.  
  7. # Standard C-language command names and flags
  8. CPP       *:=            # C-preprocessor
  9. CFLAGS     *=            # C   compiler flags
  10. "C++"      *:=            # C++ Compiler
  11. "C++FLAGS" *=            # C++ Compiler flags
  12.  
  13. AS         *:= tasm        # Assembler and flags
  14. ASFLAGS    *= 
  15. LD         *= tlink        # Loader and flags
  16. LDFLAGS    *=
  17. LDLIBS     *=            # Default libraries
  18. AR         *:= tlib        # archiver
  19. ARFLAGS    *= ????
  20.  
  21. # Definition of Print command for this system.
  22. PRINT      *= print
  23.  
  24. # Language and Parser generation Tools and their flags
  25. YACC       *:= yacc        # standard yacc
  26. YFLAGS     *=
  27. LEX       *:= lex        # standard lex
  28. LFLAGS     *=
  29.  
  30. # Other Compilers, Tools and their flags
  31. PC       *:= tpc        # pascal compiler
  32. RC       *:= ???        # ratfor compiler
  33. FC       *:= ???        # fortran compiler
  34.