ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/cookbook/Rules.mk
(Generate patch)

Comparing proj/cookbook/Rules.mk (file contents):
Revision 1.4 by arta, Fri Nov 13 17:14:08 2009 UTC vs.
Revision 1.5 by arta, Tue Feb 23 17:03:20 2010 UTC

# Line 5 | Line 5 | d              := $(dir)
5  
6   # Local variables
7   # NOTE: Add the base of the module's filename below (next to mymod)
8 < MODEXE_$(d)     := $(addprefix $(d)/, smpl_00 smpl_01 smpl_02 smpl_03 smpl_04 smpl_05 smpl_06 smpl_07 smpl_08)
8 > MODEXE_$(d)     := $(addprefix $(d)/, smpl_00)
9   MODEXE_SOCK_$(d):= $(MODEXE_$(d):%=%_sock)
10  
11   EXE_$(d)        := $(MODEXE_$(d))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines