Changeset 221 for Evidence/Makefile


Ignore:
Timestamp:
06/07/10 15:00:41 (15 years ago)
Author:
ogrimm
Message:
Added Bridge server, History service separated from DColl
Location:
Evidence
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Evidence

    • Property svn:ignore
      •  

        old new  
        22Config
        33DColl
         4Bridge
         5History
  • Evidence/Makefile

    r152 r221  
    44PROG2=DColl
    55PROG3=Alarm
     6PROG4=Bridge
     7PROG5=History
    68
    79CPPFLAGS += -I$(DIMDIR)/dim/
    810LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a
    911
    10 all: $(PROG1) $(PROG2) $(PROG3)
     12all: $(PROG1) $(PROG2) $(PROG3) $(PROG4) $(PROG5)
    1113         
    1214$(PROG1): $(PROG1).o Evidence.o
     
    1618$(PROG3): $(PROG3).o Evidence.o
    1719
     20$(PROG4): $(PROG4).o Evidence.o
     21
     22$(PROG5): $(PROG5).o Evidence.o
     23
    1824clean:
    1925        @rm -f $(PROG1) $(PROG1).o
    2026        @rm -f $(PROG2) $(PROG2).o
    2127        @rm -f $(PROG3) $(PROG3).o
     28        @rm -f $(PROG4) $(PROG4).o
     29        @rm -f $(PROG5) $(PROG5).o
    2230        @rm -f Evidence.o       
Note: See TracChangeset for help on using the changeset viewer.