home *** CD-ROM | disk | FTP | other *** search
- // COMMON.RMK - Contains commands used in common by multiple applications.
-
- // have AUTOMAKE create _OBJS macro
- AUTOMAKE = _OBJS
-
- // Clipper compiler switches
- CLP = /l /m /n /p /w
-
- // Clipper inference rule
- .prg.obj:
- set CLIPPERCMD=$(CLP)
- Clipper $<
- echo
-
- // RMAKE search paths
- makepath[.prg] = ".;util"
- makepath[.ch] = $(INCLUDE)
-
- // link script file
- SCRIPT = Temp.lnk