Changeset 9926 for fact/tools/FAD/simple_daq/Makefile
- Timestamp:
- 09/07/10 09:05:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/FAD/simple_daq/Makefile
r256 r9926 1 1 CC=g++ 2 CFLAGS=-c -Wall 2 REVISION = $(shell svnversion -n) 3 CFLAGS=-c -Wall -DREVISION='"$(REVISION)"' 3 4 LDFLAGS= 4 5 SOURCES=simple_daq.cpp cmd_send.cpp ../SocketFunctions/SocketFunctions.cpp 5 6 OBJECTS=$(SOURCES:.cpp=.o) 6 7 EXECUTABLE=simple_daq 8 9 10 7 11 8 12 all: $(SOURCES) $(EXECUTABLE)
Note:
See TracChangeset
for help on using the changeset viewer.