Ignore:
Timestamp:
01/16/08 09:59:03 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/videodev/Makefile

    r7787 r8809  
    66#
    77##################################################################
    8 # @maintitle
    98
    10 # @code
    11 
    12 #
    13 #  please change all system depend values in the
    14 #  config.mk.${OSTYPE} file
    15 #
    16 #
    179include ../Makefile.conf.$(OSTYPE)
    1810include ../Makefile.conf.general
    1911
    20 # @endcode
    21 
    22 INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars
    23 
    24 # @code
     12INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars -I../mvideo
    2513
    2614CINT     = Videodev
    27 LIB      = videodev.a
    2815
    2916#------------------------------------------------------------------------------
    30 
    31 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3217
    3318SRCFILES = Camera.cc \
     
    3823           Writer.cc
    3924
    40 SRCS        = $(SRCFILES)
    41 HEADERS     = $(SRCFILES:.cc=.h)
    42 OBJS        = $(SRCFILES:.cc=.o)
    43 CINTHEADERS = $(HEADERS)
    44 
    4525############################################################
    4626
    47 all: $(LIB)
     27all: $(OBJS)
    4828
    4929include ../Makefile.rules
    5030
    51 clean:  rmlib rmcint rmobjs rmcore
    52 
    5331mrproper:       clean rmbak
    54 
    55 # @endcode
    56 
Note: See TracChangeset for help on using the changeset viewer.