home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / PJ110.ZIP / CBACK.EXE / PJ.CFG < prev    next >
Text File  |  1994-02-24  |  1KB  |  38 lines

  1. # AH Series project management (PJ) configuration file
  2. # Maximum line length 200 bytes
  3. # First we define what to do when the file is extracted
  4. #   modify the makefile for all of these extensions
  5. #     The first one defines the dependency 
  6. #
  7. -,makefile,,.obj \,$(MARK_1),.cpp,.asm,.c,.cas,.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
  8. #
  9. #     The second one defines the link definition
  10. #
  11. -,makefile,, + ,$(MARK_2),.cpp,.asm,.c,.cas,.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
  12. #
  13. # Next we define what to do when a new file is put into the library
  14. #   modify the library.mak and add the file.OBJ after the mark
  15. #
  16. +,.mak,,.obj \,$(PJ_MARK),.cpp
  17. #
  18. #   modify the library.bld and add the file.OBJ after the mark
  19. +,.bld, + , &,,.cpp
  20. # All of these are here because we have multiple .mak's and .bld's for the rates
  21. #
  22. +,rat100.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3
  23. +,rat100.bld, + , &,,.rt1,.rt2,.rt3
  24. +,rats100.bld, + , &,,.rt1,.rt2,.rt3
  25. +,ratmenu.mak,,.obj \,$(PJ_MARK),.rm1,.rm2,.rm3
  26. +,ratmenu.bld, + , &,,.rm1,.rm2,.rm3
  27. +,rat30.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
  28. +,rat30.bld, + , &,,.rt1,.rt2,.rt3,.rt3,.rm1,.rm2,.rm3
  29. +,rat10.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
  30. +,rat10.bld, + , &,,.rt1,.rt2,.rt3,.rt3,.rm1,.rm2,.rm3
  31. +,rat5.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
  32. +,rat5.bld, + , &,,.rt1,.rt2,.rt3,.rt3,.rm1,.rm2,.rm3
  33. #
  34. # Lastly, this defines what files to clean up when the + operator is used
  35. #
  36. *,.obj
  37. *,.err
  38.