Ignore:
Timestamp:
05/01/04 16:33:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/Makefile

    r2800 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
     
    1517
    1618#
    17 # Library name to creatre
    18 #
    19 LIB   = mcamera.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mgui
    2522# mgui - MCameraDC <MCamEvent>
    26 
    27 #------------------------------------------------------------------------------
    28 
    29 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3023
    3124SRCFILES = MCameraAUX.cc \
     
    3932           MCameraPowerSupply.cc
    4033
    41 SRCS    = $(SRCFILES)
    42 HEADERS = $(SRCFILES:.cc=.h)
    43 OBJS    = $(SRCFILES:.cc=.o)
    44 
    4534############################################################
    4635
    47 all: $(LIB)
     36all: $(OBJS)
    4837
    4938include ../Makefile.rules
    5039
    51 #clean: rmcint rmobjs rmcore rmlib
    52 
    5340mrproper:       clean rmbak
    54 
    55 # @endcode
    56 
Note: See TracChangeset for help on using the changeset viewer.