Changeset 90 for hvcontrol/Makefile


Ignore:
Timestamp:
07/24/09 09:33:15 (15 years ago)
Author:
ogrimm
Message:
Removed ftdi libraries, streamlined program, slightly expanded command interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hvcontrol/Makefile

    r72 r90  
    33#
    44
    5 SOURCES = hvcontrol.cpp src/CCCommand.cc src/ConsoleCommand.cc src/HV.cc src/HVConfig.cc src/HVCalib.cc src/HVMonitor.cc src/HVStatus.cc src/Log.cc src/ProcessIO.cc src/ReadCard.cc src/Utilities.cc ../pixelmap/Pixel.cc ../pixelmap/PixelMap.cc
    6 
     5SOURCES = hvcontrol.cpp src/HV.cc src/HVConfig.cc src/HVCalib.cc src/ProcessIO.cc ../pixelmap/Pixel.cc ../pixelmap/PixelMap.cc
    76OBJECTS = $(addsuffix .o, $(basename $(SOURCES)))
    8 
    97INCDIRS   = -I. -I../pixelmap -I./src
    108
    11 CFLAGS = -pipe -fthread-jumps -funroll-all-loops -O3 -Wall -DOS_LINUX
    12 CPPFLAGS = -pipe -fPIC -fthread-jumps -funroll-all-loops -O3 -Wall -DOS_LINUX $(VMECTRL)
    13 LIBS = -lstdc++ -lz -lpthread -lutil -lfl -lusb -lftdi -L/usr/lib -L/sw/lib
     9CPPFLAGS = -O3 -Wall -DOS_LINUX
     10LIBS = -lstdc++ -lpthread -lfl -lreadline -ltermcap
    1411
    1512hvcontrol: $(OBJECTS)
     
    2522# Implicit rules
    2623
    27 %.o : %.c
    28         $(CC) $(CFLAGS) $(INCDIRS) -c -o $@ $<
    2924%.o : %.cc
    3025        $(CC) $(CPPFLAGS) $(INCDIRS) -c -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.