Changeset 188 for Evidence


Ignore:
Timestamp:
03/29/10 09:35:29 (14 years ago)
Author:
ogrimm
Message:
First version of central control server
Location:
Evidence/FACT
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • Evidence/FACT/Makefile

    r178 r188  
    11CC=g++
    22
    3 PROG1=Config
    4 PROG2=DColl
    5 PROG3=Alarm
     3PROG1=Chief
    64
    7 CPPFLAGS += -I$(DIMDIR)/dim/
     5CPPFLAGS += -I$(DIMDIR)/dim/ -I../Evidence/
    86LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a
    97
    10 all: $(PROG1) $(PROG2) $(PROG3)
     8all: $(PROG1)
    119         
    12 $(PROG1): $(PROG1).o Evidence.o
    13 
    14 $(PROG2): $(PROG2).o Evidence.o
    15 
    16 $(PROG3): $(PROG3).o Evidence.o
     10$(PROG1): $(PROG1).o ../Evidence/Evidence.o
    1711
    1812clean:
    1913        @rm -f $(PROG1) $(PROG1).o
    20         @rm -f $(PROG2) $(PROG2).o
    21         @rm -f $(PROG3) $(PROG3).o
    22         @rm -f Evidence.o       
     14        @rm -f ../Evidence/Evidence.o   
Note: See TracChangeset for help on using the changeset viewer.