Ignore:
Timestamp:
09/07/10 09:05:39 (14 years ago)
Author:
ogrimm
Message:
now checks revision and just prints it.
init_fad() now sets DACs.

minor changes..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/FAD/simple_daq/Makefile

    r256 r9926  
    11CC=g++
    2 CFLAGS=-c -Wall
     2REVISION = $(shell svnversion -n)
     3CFLAGS=-c -Wall -DREVISION='"$(REVISION)"'
    34LDFLAGS=
    45SOURCES=simple_daq.cpp cmd_send.cpp ../SocketFunctions/SocketFunctions.cpp
    56OBJECTS=$(SOURCES:.cpp=.o)
    67EXECUTABLE=simple_daq
     8
     9
     10
    711
    812all: $(SOURCES) $(EXECUTABLE)
Note: See TracChangeset for help on using the changeset viewer.