/[PAMELA software]/PamelaLevel2/doc/examples/Makefile
ViewVC logotype

Diff of /PamelaLevel2/doc/examples/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Wed Jan 3 13:28:49 2007 UTC revision 1.3 by pam-fi, Mon Jan 15 11:51:39 2007 UTC
# Line 20  OBJS = Loop.o My-Selection.o My-Histos.o Line 20  OBJS = Loop.o My-Selection.o My-Histos.o
20  Loop.exe: $(OBJS) Makefile  Loop.exe: $(OBJS) Makefile
21          $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS) $(LIBS) -o Loop.exe          $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS) $(LIBS) -o Loop.exe
22    
23  OBJS0 = Loop-0.o My-Selection-0.o My-Histos-0  OBJS0 = Loop.o My-Selection-0.o My-Histos-0.o
24  Loop-0.exe: $(OBJS0) Makefile  Loop-0.exe: $(OBJS0) Makefile
25          $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS0) $(LIBS) -o Loop-0.exe          $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS0) $(LIBS) -o Loop-0.exe
26    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23